Age | Commit message (Expand) | Author |
2021-11-29 | Crank the number of rounds of Miller-Rabin from 50 to 64 | Theo Buehler |
2021-11-29 | Clean up DH_check_pub_key() and ensure that y^q (mod p) == 1. | Theo Buehler |
2021-11-29 | Increase number of iterations in Miller-Rabin checks for DH. | Theo Buehler |
2021-11-29 | Synchronize DH_check() mostly with OpenSSL 1.1.1 with some | Theo Buehler |
2021-11-29 | Provide a version of DH_check_params() for internal use. | Theo Buehler |
2021-11-29 | Provide a number of flags for DH_check and DH_check_pubkey | Theo Buehler |
2021-11-29 | Hide BIO_s_file_internal() from internal view. | Theo Buehler |
2021-11-28 | document ASN1_tag2bit(3) | Ingo Schwarze |
2021-11-28 | Document ASN1_object_size(3). | Ingo Schwarze |
2021-11-28 | mark ASN1_check_infinite_end() and ASN1_const_check_infinite_end() | Ingo Schwarze |
2021-11-27 | new manual page BIO_f_asn1(3) | Ingo Schwarze |
2021-11-27 | Fix incomplete initialization bug: BIO_new(BIO_f_asn1()) neglected | Ingo Schwarze |
2021-11-26 | spelling | Jonathan Gray |
2021-11-26 | after the bugfix in x509_vfy.c rev. 1.100, | Ingo Schwarze |
2021-11-26 | Bugfix in X509_get_pubkey_parameters(3): | Ingo Schwarze |
2021-11-26 | Simplify the code in X509_get_pubkey_parameters(3) | Ingo Schwarze |
2021-11-25 | Document BIO_method_name(3). | Ingo Schwarze |
2021-11-24 | Fix OCSP_basic_verify() cert chain construction in case the | Theo Buehler |
2021-11-24 | Simplify slightly by using X509_get0_pubkey() thus eliminating the | Theo Buehler |
2021-11-24 | Fix a whitespace error that has annoyed me for way too long | Theo Buehler |
2021-11-24 | Fix timestamp printing in Signed Certificate Timestamps | Theo Buehler |
2021-11-24 | Add certificate transparency methods to the standard extensions. | Theo Buehler |
2021-11-24 | add the missing const qualifiers below EXAMPLES; | Ingo Schwarze |
2021-11-24 | document ASN1_item_ndef_i2d(3) | Ingo Schwarze |
2021-11-24 | In some situations, the verifier would discard the error on an unvalidated | Bob Beck |
2021-11-24 | Make the certificate transparency code build with the rest of the library | Bob Beck |
2021-11-23 | document ASN1_TYPE_set_int_octetstring(3) and ASN1_TYPE_get_int_octetstring(3) | Ingo Schwarze |
2021-11-23 | Use LIBRESSL_NEXT_API to document the commented-out functions that are | Theo Buehler |
2021-11-23 | document ASN1_TYPE_set_octetstring(3) and ASN1_TYPE_get_octetstring(3) | Ingo Schwarze |
2021-11-23 | document a2i_ASN1_INTEGER(3), | Ingo Schwarze |
2021-11-23 | re-align these copies of the a2i_*(3) code with f_string.c rev. 1.19 | Ingo Schwarze |
2021-11-23 | In DH_set0_pqg() also set dh->length if q is set to match what OpenSSL do. | Theo Buehler |
2021-11-22 | Fix typo | Job Snijders |
2021-11-22 | new manual page ASN1_NULL_new(3), also documenting ASN1_NULL_free(3) | Ingo Schwarze |
2021-11-22 | new manual page a2d_ASN1_OBJECT(3); | Ingo Schwarze |
2021-11-22 | document ASN1_OBJECT_create(3) | Ingo Schwarze |
2021-11-21 | In asn1.h rev. 1.55 and asn1/a_time.c rev. 1.28, beck@ | Ingo Schwarze |
2021-11-21 | oops, i forgot the STANDARDS section | Ingo Schwarze |
2021-11-21 | new manual page d2i_ASN1_BOOLEAN(3) also documenting i2d_ASN1_BOOLEAN(3) | Ingo Schwarze |
2021-11-20 | sort | Theo Buehler |
2021-11-20 | Provide the bytestring APIs for libcrypto internal use. | Joel Sing |
2021-11-20 | Document ASN1_INTEGER_cmp(3) and ASN1_INTEGER_dup(3). | Ingo Schwarze |
2021-11-20 | Improve the description of ASN1_OCTET_STRING_cmp(3), | Ingo Schwarze |
2021-11-20 | Make these files compile - not hooked up to build yet. | Bob Beck |
2021-11-19 | minor KNF improvement, changing only whitespace, no code change: | Ingo Schwarze |
2021-11-19 | new manual page ASN1_BIT_STRING_num_asc(3) | Ingo Schwarze |
2021-11-19 | add two missing .Dv macros; | Ingo Schwarze |
2021-11-19 | Make the public API function a2i_ASN1_STRING(3) actually work. | Ingo Schwarze |
2021-11-19 | As long as X509_OBJECT_free_contents(3) is a public API function, | Ingo Schwarze |
2021-11-18 | Add semicolon that will become non-optional once BN_GENCB_set() will | Theo Buehler |