summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-18In tls1.h rev. 1.32 2018/02/17 15:08:21, jsing@ providedschwarze1-7/+29
2018-02-18In evp.h rev. 1.56 2018/02/17 14:55:31, jsing@ providedschwarze1-78/+129
2018-02-18In hmac.c rev. 1.13 2018/02/17 14:53:59, jsing@ provided HMAC_CTX_new(3),schwarze1-56/+157
2018-02-18Bump minor due to symbol addition.tb3-3/+3
2018-02-18Provide {DH,DSA}_set0_key(). Requested by sthen.tb5-4/+45
2018-02-18Bump libcrypto/libssl/libtls minors due to symbol additions.tb3-3/+3
2018-02-18Provide BIO_meth_set_gets().tb3-2/+11
2018-02-18Provide BIO_{g,s}et_data() and BIO_set_init().tb3-2/+26
2018-02-18Provide RSA_{g,s}et0_crt_params()tb3-2/+42
2018-02-18Use usual order of RSA_{g,s}et0_key().tb2-13/+14
2018-02-18Provide RSA_{g,s}et0_factors()tb3-2/+33
2018-02-18Provide RSA_bits()tb3-2/+10
2018-02-18Provide DH_set0_pqg.tb3-2/+26
2018-02-18Provide DSA_set0_pqg.tb3-2/+27
2018-02-18document s_client -groups;jmc1-2/+5
2018-02-17In bio.h rev. 1.31 2018/02/17 13:57:14, tb@ provided new functionsschwarze5-7/+280
2018-02-17Remove a warning about the dangers of X509_VERIFY_PARAM_set1_name(3)schwarze1-5/+2
2018-02-17document LIBRESSL_VERSION_NUMBER and LIBRESSL_VERSION_TEXTschwarze1-13/+38
2018-02-17Document OpenSSL_version_num(3) and OpenSSL_version(3) that jsing@schwarze1-34/+125
2018-02-17Merge documentation for {DH,DSA}_get0_{key,pqg}(3),schwarze22-43/+489
2018-02-17Provide EVP_CIPHER_CTX_reset().jsing3-18/+28
2018-02-17Bump libcrypto/libssl/libtls minors due to symbol additions.jsing3-3/+3
2018-02-17Provide X509_get0_extensions() and X509_get0_signature()jsing4-7/+27
2018-02-17Provide SSL_SESSION_get_master_key()jsing3-2/+22
2018-02-17Provide SSL_get_client_random() and SSL_get_server_random()jsing3-3/+41
2018-02-17Provide SSL_CTX_get0_certificate()jsing3-2/+13
2018-02-17Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg().jsing3-4/+24
2018-02-17Provide EVP_MD_CTX_new(), EVP_MD_CTX_free() and EVP_MD_CTX_reset().jsing3-21/+49
2018-02-17Provide HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_reset() andjsing3-11/+56
2018-02-17s/DH/DSA/jsing1-2/+2
2018-02-17Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}()tb4-3/+104
2018-02-17Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(),tb9-29/+155
2018-02-17Fix behaviour of OpenSSL_version().jsing1-2/+16
2018-02-16typo fix s/issuserAltName/issuerAltName/schwarze1-4/+6
2018-02-16Copy all function names from the SYNOPSIS to the NAME section becauseschwarze1-6/+108
2018-02-16Merge OpenSSL commit a8c5ed81 Jul 18 13:57:25 2017 -0400schwarze1-4/+8
2018-02-16Add missing RETURN VALUES sections; from Paul Yangschwarze2-8/+36
2018-02-16Add missing RETURN VALUES sections; from Paul Yangschwarze3-15/+78
2018-02-15Merge the new RETURN VALUES section from Paul Yang,schwarze1-7/+78
2018-02-15Add missing RETURN VALUES section; from Paul Yangschwarze1-3/+9
2018-02-15Fix the STANDARDS section, but in a different way than in OpenSSLschwarze1-4/+8
2018-02-15Quite absurdly, the OpenSSL folks have been actively mucking aroundschwarze1-3/+9
2018-02-15Add missing RETURN VALUES section;schwarze1-3/+11
2018-02-15Document the additional public function OCSP_basic_sign(3);schwarze1-5/+42
2018-02-15Import the new manual page EVP_PKEY_meth_new(3) from OpenSSL,schwarze13-20/+557
2018-02-15In some EXAMPLES, correct calls to EVP_PKEY_CTX_new(3) thatschwarze5-35/+51
2018-02-15Import the new manual page EVP_PKEY_asn1_get_count(3) from OpenSSL,schwarze2-1/+161
2018-02-15In x509_vfy.h rev. 1.20 2018/02/14 17:06:34, jsing@ providedschwarze2-19/+57
2018-02-15In x509.h rev. 1.28 2018/02/14 16:57:25, jsing@schwarze2-1/+76
2018-02-15Fix typo: s/Vt strict tm/Vt struct tm/schwarze1-3/+3