summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-11-23Transform a mangled comment into something intelligible.tb1-2/+5
2021-11-23document ASN1_TYPE_set_int_octetstring(3) and ASN1_TYPE_get_int_octetstring(3)schwarze1-9/+77
2021-11-23Use LIBRESSL_NEXT_API to document the commented-out functions that aretb1-13/+13
2021-11-23document ASN1_TYPE_set_octetstring(3) and ASN1_TYPE_get_octetstring(3)schwarze1-5/+67
2021-11-23document a2i_ASN1_INTEGER(3),schwarze2-69/+135
2021-11-23re-align these copies of the a2i_*(3) code with f_string.c rev. 1.19schwarze2-28/+12
2021-11-23In DH_set0_pqg() also set dh->length if q is set to match what OpenSSL do.tb1-1/+2
2021-11-22Implement rfc6840 (AD flag processing) if using trusted name serversjca1-2/+14
2021-11-22Fix typojob1-2/+2
2021-11-22new manual page ASN1_NULL_new(3), also documenting ASN1_NULL_free(3)schwarze4-5/+70
2021-11-22new manual page a2d_ASN1_OBJECT(3);schwarze4-4/+106
2021-11-22document ASN1_OBJECT_create(3)schwarze1-10/+61
2021-11-21Tweak for opaque EVP_MD: use EVP_MD_type(dgst) instead of dgst->type.tb1-2/+2
2021-11-21Prepare ssltest for opaque DHtb1-18/+39