summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2021-12-01Remove dead code.Joel Sing
2021-11-30Add missing const qualifiers in a number of BN_* manuals.Theo Buehler
2021-11-30last whitespace diff for now.Theo Buehler
2021-11-30KNF for BF_KEYTheo Buehler
2021-11-30Fix some annoying whitespace inconsistencies.Theo Buehler
2021-11-30Provide EVP_CTRL_AEAD_* defines.Theo Buehler
2021-11-29Crank the number of rounds of Miller-Rabin from 50 to 64Theo Buehler
2021-11-29Clean up DH_check_pub_key() and ensure that y^q (mod p) == 1.Theo Buehler
2021-11-29Increase number of iterations in Miller-Rabin checks for DH.Theo Buehler
2021-11-29Synchronize DH_check() mostly with OpenSSL 1.1.1 with someTheo Buehler
2021-11-29Provide a version of DH_check_params() for internal use.Theo Buehler
2021-11-29Provide a number of flags for DH_check and DH_check_pubkeyTheo Buehler
2021-11-29Hide BIO_s_file_internal() from internal view.Theo Buehler
2021-11-28document ASN1_tag2bit(3)Ingo Schwarze
2021-11-28Document ASN1_object_size(3).Ingo Schwarze
2021-11-28mark ASN1_check_infinite_end() and ASN1_const_check_infinite_end()Ingo Schwarze
2021-11-27new manual page BIO_f_asn1(3)Ingo Schwarze
2021-11-27Fix incomplete initialization bug: BIO_new(BIO_f_asn1()) neglectedIngo Schwarze
2021-11-26spellingJonathan Gray
2021-11-26after the bugfix in x509_vfy.c rev. 1.100,Ingo Schwarze
2021-11-26Bugfix in X509_get_pubkey_parameters(3):Ingo Schwarze
2021-11-26Simplify the code in X509_get_pubkey_parameters(3)Ingo Schwarze
2021-11-25Document BIO_method_name(3).Ingo Schwarze
2021-11-24Fix OCSP_basic_verify() cert chain construction in case theTheo Buehler
2021-11-24Simplify slightly by using X509_get0_pubkey() thus eliminating theTheo Buehler
2021-11-24Fix a whitespace error that has annoyed me for way too longTheo Buehler
2021-11-24Fix timestamp printing in Signed Certificate TimestampsTheo Buehler
2021-11-24Add certificate transparency methods to the standard extensions.Theo Buehler
2021-11-24add the missing const qualifiers below EXAMPLES;Ingo Schwarze
2021-11-24document ASN1_item_ndef_i2d(3)Ingo Schwarze
2021-11-24In some situations, the verifier would discard the error on an unvalidatedBob Beck
2021-11-24Make the certificate transparency code build with the rest of the libraryBob Beck
2021-11-23document ASN1_TYPE_set_int_octetstring(3) and ASN1_TYPE_get_int_octetstring(3)Ingo Schwarze
2021-11-23Use LIBRESSL_NEXT_API to document the commented-out functions that areTheo Buehler
2021-11-23document ASN1_TYPE_set_octetstring(3) and ASN1_TYPE_get_octetstring(3)Ingo Schwarze
2021-11-23document a2i_ASN1_INTEGER(3),Ingo Schwarze
2021-11-23re-align these copies of the a2i_*(3) code with f_string.c rev. 1.19Ingo Schwarze
2021-11-23In DH_set0_pqg() also set dh->length if q is set to match what OpenSSL do.Theo Buehler
2021-11-22Fix typoJob Snijders
2021-11-22new manual page ASN1_NULL_new(3), also documenting ASN1_NULL_free(3)Ingo Schwarze
2021-11-22new manual page a2d_ASN1_OBJECT(3);Ingo Schwarze
2021-11-22document ASN1_OBJECT_create(3)Ingo Schwarze
2021-11-21In asn1.h rev. 1.55 and asn1/a_time.c rev. 1.28, beck@Ingo Schwarze
2021-11-21oops, i forgot the STANDARDS sectionIngo Schwarze
2021-11-21new manual page d2i_ASN1_BOOLEAN(3) also documenting i2d_ASN1_BOOLEAN(3)Ingo Schwarze
2021-11-20sortTheo Buehler
2021-11-20Provide the bytestring APIs for libcrypto internal use.Joel Sing
2021-11-20Document ASN1_INTEGER_cmp(3) and ASN1_INTEGER_dup(3).Ingo Schwarze
2021-11-20Improve the description of ASN1_OCTET_STRING_cmp(3),Ingo Schwarze
2021-11-20Make these files compile - not hooked up to build yet.Bob Beck