summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Provide ASN1_STRING_get0_data().jsing2018-02-143-3/+11
* Provide EVP_PKEY_up_ref().jsing2018-02-143-2/+11
* Start providing parts of the OpenSSL 1.1 API.jsing2018-02-143-2/+24
* Provide X509_get_signature_nid().jsing2018-02-143-12/+21
* Provide SSL_CTX_get0_param() and SSL_get0_param().jsing2018-02-143-5/+20
* Update keypair regress to match revised keypair hash handling.jsing2018-02-141-11/+10
* New manual page EVP_PKEY_asn1_new(3) from Richard Levitteschwarze2018-02-148-13/+475
* I recently documented X509_VERIFY_PARAM_lookup(3), so change .Fn to .Xr.schwarze2018-02-141-3/+3
* Mention two more block cipher modes that actually exist in our tree;schwarze2018-02-141-8/+30
* Add the missing RETURN VALUES section.schwarze2018-02-131-5/+118
* Add the missing RETURN VALUES section, mostly from Paul Yangschwarze2018-02-131-11/+38
* Correctly describe BN_get_word(3) and BN_set_word(3).schwarze2018-02-131-20/+25
* Mention that BN_new(3) sets the value to zero;schwarze2018-02-131-5/+6
* Delete duplicate .Nm entry in the NAME section,schwarze2018-02-131-4/+4
* Add the missing RETURN VALUES section.schwarze2018-02-131-14/+76
* Add the missing RETURN VALUES section;schwarze2018-02-121-3/+21
* Add the missing RETURN VALUES section;schwarze2018-02-121-3/+15
* Add missing RETURN VALUES section.schwarze2018-02-121-4/+15
* Add the missing RETURN VALUES section and reorder the contentschwarze2018-02-121-35/+93
* Document three more functions recently made public by jsing@schwarze2018-02-111-18/+185
* typo in output string; from edgar pettijohnjmc2018-02-111-2/+2
* Merge documentation from OpenSSL for seven functionsschwarze2018-02-111-7/+196
* Be more specific about when the session file will be updated.jsing2018-02-101-2/+2
* Bump TLS API version since we've added more functionality.jsing2018-02-101-2/+2
* Move the keypair pubkey hash handling code to during config.jsing2018-02-104-69/+95