summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* In tls1.h rev. 1.32 2018/02/17 15:08:21, jsing@ providedschwarze2018-02-181-7/+29
* In evp.h rev. 1.56 2018/02/17 14:55:31, jsing@ providedschwarze2018-02-181-78/+129
* In hmac.c rev. 1.13 2018/02/17 14:53:59, jsing@ provided HMAC_CTX_new(3),schwarze2018-02-181-56/+157
* Bump minor due to symbol addition.tb2018-02-183-3/+3
* Provide {DH,DSA}_set0_key(). Requested by sthen.tb2018-02-185-4/+45
* Bump libcrypto/libssl/libtls minors due to symbol additions.tb2018-02-183-3/+3
* Provide BIO_meth_set_gets().tb2018-02-183-2/+11
* Provide BIO_{g,s}et_data() and BIO_set_init().tb2018-02-183-2/+26
* Provide RSA_{g,s}et0_crt_params()tb2018-02-183-2/+42
* Use usual order of RSA_{g,s}et0_key().tb2018-02-182-13/+14
* Provide RSA_{g,s}et0_factors()tb2018-02-183-2/+33
* Provide RSA_bits()tb2018-02-183-2/+10
* Provide DH_set0_pqg.tb2018-02-183-2/+26
* Provide DSA_set0_pqg.tb2018-02-183-2/+27
* In bio.h rev. 1.31 2018/02/17 13:57:14, tb@ provided new functionsschwarze2018-02-175-7/+280
* Remove a warning about the dangers of X509_VERIFY_PARAM_set1_name(3)schwarze2018-02-171-5/+2
* document LIBRESSL_VERSION_NUMBER and LIBRESSL_VERSION_TEXTschwarze2018-02-171-13/+38
* Document OpenSSL_version_num(3) and OpenSSL_version(3) that jsing@schwarze2018-02-171-34/+125
* Merge documentation for {DH,DSA}_get0_{key,pqg}(3),schwarze2018-02-1722-43/+489
* Provide EVP_CIPHER_CTX_reset().jsing2018-02-173-18/+28
* Bump libcrypto/libssl/libtls minors due to symbol additions.jsing2018-02-173-3/+3
* Provide X509_get0_extensions() and X509_get0_signature()jsing2018-02-174-7/+27
* Provide SSL_SESSION_get_master_key()jsing2018-02-173-2/+22
* Provide SSL_get_client_random() and SSL_get_server_random()jsing2018-02-173-3/+41
* Provide SSL_CTX_get0_certificate()jsing2018-02-173-2/+13
* Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg().jsing2018-02-173-4/+24
* Provide EVP_MD_CTX_new(), EVP_MD_CTX_free() and EVP_MD_CTX_reset().jsing2018-02-173-21/+49
* Provide HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_reset() andjsing2018-02-173-11/+56
* s/DH/DSA/jsing2018-02-171-2/+2
* Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}()tb2018-02-174-3/+104
* Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(),tb2018-02-179-29/+155
* Fix behaviour of OpenSSL_version().jsing2018-02-171-2/+16
* typo fix s/issuserAltName/issuerAltName/schwarze2018-02-161-4/+6
* Copy all function names from the SYNOPSIS to the NAME section becauseschwarze2018-02-161-6/+108
* Merge OpenSSL commit a8c5ed81 Jul 18 13:57:25 2017 -0400schwarze2018-02-161-4/+8
* Add missing RETURN VALUES sections; from Paul Yangschwarze2018-02-162-8/+36
* Add missing RETURN VALUES sections; from Paul Yangschwarze2018-02-163-15/+78
* Merge the new RETURN VALUES section from Paul Yang,schwarze2018-02-151-7/+78
* Add missing RETURN VALUES section; from Paul Yangschwarze2018-02-151-3/+9
* Fix the STANDARDS section, but in a different way than in OpenSSLschwarze2018-02-151-4/+8
* Quite absurdly, the OpenSSL folks have been actively mucking aroundschwarze2018-02-151-3/+9
* Add missing RETURN VALUES section;schwarze2018-02-151-3/+11
* Document the additional public function OCSP_basic_sign(3);schwarze2018-02-151-5/+42
* Import the new manual page EVP_PKEY_meth_new(3) from OpenSSL,schwarze2018-02-1513-20/+557
* In some EXAMPLES, correct calls to EVP_PKEY_CTX_new(3) thatschwarze2018-02-155-35/+51
* Import the new manual page EVP_PKEY_asn1_get_count(3) from OpenSSL,schwarze2018-02-152-1/+161
* In x509_vfy.h rev. 1.20 2018/02/14 17:06:34, jsing@ providedschwarze2018-02-152-19/+57
* In x509.h rev. 1.28 2018/02/14 16:57:25, jsing@schwarze2018-02-152-1/+76
* Fix typo: s/Vt strict tm/Vt struct tm/schwarze2018-02-151-3/+3
* In asn1.h rev. 1.44 2018/02/14 16:46:04, jsing@schwarze2018-02-151-8/+25