summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-02Tell testers which packages to install right away (and why)kn3-3/+7
2021-12-01Remove dead code.jsing1-21/+1
2021-11-30Add missing const qualifiers in a number of BN_* manuals.tb8-52/+52
2021-11-30last whitespace diff for now.tb1-57/+62
2021-11-30KNF for BF_KEYtb1-4/+3
2021-11-30Fix some annoying whitespace inconsistencies.tb1-20/+20
2021-11-30Provide EVP_CTRL_AEAD_* defines.tb1-7/+10
2021-11-30Align ssl_kex_derive_ecdhe_ecp() with ssl_kex_derive_dhe()tb1-10/+10
2021-11-30s/ECDHE/ECDH/jsing1-3/+3
2021-11-30Add regress for {d2i,i2d}_{,DSA_,EC_,RSA_}PUBKEY{,_bio}().jsing2-1/+570
2021-11-29Crank the number of rounds of Miller-Rabin from 50 to 64tb1-4/+7
2021-11-29Clean up DH_check_pub_key() and ensure that y^q (mod p) == 1.tb1-18/+53
2021-11-29Increase number of iterations in Miller-Rabin checks for DH.tb1-4/+9
2021-11-29Synchronize DH_check() mostly with OpenSSL 1.1.1 with sometb1-32/+47
2021-11-29Provide a version of DH_check_params() for internal use.tb1-1/+43
2021-11-29Provide a number of flags for DH_check and DH_check_pubkeytb1-1/+5
2021-11-29First pass of converting ssl_kex.c to opaque DH.tb1-30/+58
2021-11-29Hide BIO_s_file_internal() from internal view.tb1-2/+4
2021-11-29Stop using BIO_s_file_inernal() in libssl.tb3-13/+13
2021-11-29Convert server serialisation of DHE parameters/public key to new functions.jsing1-24/+3
2021-11-29Factor out/rewrite DHE key exchange.jsing3-66/+173
2021-11-29A few sys/param.h annotations lacked ALIGNBYTESderaadt1-2/+2
2021-11-29Niels agreed to remove the advertising clause; switching thesedjm2-11/+5
2021-11-28document ASN1_tag2bit(3)schwarze1-5/+66
2021-11-28Document ASN1_object_size(3).schwarze1-17/+53
2021-11-28mark ASN1_check_infinite_end() and ASN1_const_check_infinite_end()schwarze1-2/+5
2021-11-27new manual page BIO_f_asn1(3)schwarze3-3/+233
2021-11-27Fix incomplete initialization bug: BIO_new(BIO_f_asn1()) neglectedschwarze1-23/+10
2021-11-26make the bn/mont test compile with opaque DH.tb1-4/+12
2021-11-26Stop reaching into EVP_PKEY in the rest of libssl.tb6-38/+55
2021-11-26Simplify two weirdly formatted pieces of code in ssl_rsa.c and stoptb1-27/+25
2021-11-26openssl(1): drop support for netscape certificates and server gated keys.tb5-138/+12
2021-11-26spellingjsg8-25/+25
2021-11-26after the bugfix in x509_vfy.c rev. 1.100,schwarze1-16/+12
2021-11-26Bugfix in X509_get_pubkey_parameters(3):schwarze1-3/+5
2021-11-26Simplify the code in X509_get_pubkey_parameters(3)schwarze1-8/+4
2021-11-25We know how to print a size_t now. Drop a comment and a cast.tb1-6/+4
2021-11-25Rework this test to compile with opaque RSAtb1-282/+427
2021-11-25Document BIO_method_name(3).schwarze1-48/+97
2021-11-25Resolve last issue with opaque BIGNUM in this test.tb1-3/+3
2021-11-24Describe what RES_USE_DNSSEC does and how it's affected by trust-adjca1-2/+15
2021-11-24Fix OCSP_basic_verify() cert chain construction in case thetb1-2/+5
2021-11-24Simplify slightly by using X509_get0_pubkey() thus eliminating thetb1-3/+2
2021-11-24Fix a whitespace error that has annoyed me for way too longtb1-2/+2
2021-11-24Fix timestamp printing in Signed Certificate Timestampstb1-2/+1
2021-11-24Add certificate transparency methods to the standard extensions.tb1-1/+7
2021-11-24add the missing const qualifiers below EXAMPLES;schwarze1-8/+11
2021-11-24document ASN1_item_ndef_i2d(3)schwarze1-4/+22
2021-11-24In some situations, the verifier would discard the error on an unvalidatedbeck3-50/+91
2021-11-24Make the certificate transparency code build with the rest of the librarybeck8-7/+86