summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* document s_client -groups;jmc2018-02-181-2/+5
* 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
* In evp.h rev. 1.54 2018/02/14 16:40:42, jsing@ provided EVP_PKEY_up_ref(3).schwarze2018-02-141-4/+22
* In x509.h rev. 1.27 2018/02/14 16:18:10, jsing@ providedschwarze2018-02-142-1/+80
* In ssl.h rev. 1.136 2018/02/14 17:08:44, jsing@ providedschwarze2018-02-141-15/+32
* In ssl.h rev. 1.135 2018/02/14 16:16:10, jsing@ providedschwarze2018-02-141-4/+42
* Bump lib{crypto,ssl,tls} minors due to symbol additions.jsing2018-02-143-3/+3
* Provide SSL_CTX_up_ref().jsing2018-02-143-2/+11
* Provide X509_STORE_CTX_get0_{cert,untrusted}() andjsing2018-02-143-3/+35
* Provide X509_get{0,m}_not{Before,After}().jsing2018-02-143-5/+41