summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Tidy/standardise some code.jsing2018-02-101-6/+3
* Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfojsing2018-02-101-3/+1
* Document functions for client-side TLS session support.jsing2018-02-102-9/+56
* Add support to libtls for client-side TLS session resumption.jsing2018-02-106-5/+195
* Bump lib{crypto,ssl,tls} minors due to symbol addition.jsing2018-02-103-3/+3
* Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2jsing2018-02-102-1/+26
* Update regress to use tlsext_serverhello_parse().jsing2018-02-081-5/+3
* Complete the TLS extension rewrite on the client-side.jsing2018-02-084-156/+93
* Convert option handling for openssl(1) genpkey.jsing2018-02-081-110/+177
* Update regress to match change to tls_keypair_pubkey_hash().jsing2018-02-081-3/+4
* Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead ofjsing2018-02-083-14/+11
* Add a regress test that covers libtls keypairs.jsing2018-02-083-1/+248
* Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warningsjsing2018-02-081-2/+2
* Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash.jsing2018-02-081-6/+5
* Do not bother NULLing pointers in a struct that is about to be freed.jsing2018-02-081-10/+1
* Move tls_keypair_pubkey_hash() to the keypair file.jsing2018-02-083-43/+43
* Avoid a memory leak that results when the same tls_config is reused.jsing2018-02-081-1/+4
* Assert tedu's copyright since some of the code moved here is his.jsing2018-02-081-1/+2
* Split keypair handling out into its own file - it had already appearedjsing2018-02-086-166/+215
* use consistent style for for loop in unmap(), no functional changeotto2018-02-071-4/+2
* Restore a check before BN_free() that needs to exist and write it such thatjsing2018-02-071-2/+3
* Nuke some more free NULL guards.jsing2018-02-071-9/+5
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-0745-190/+190
* Add more free functions for NULL checks.jsing2018-02-071-16/+67
* Remove guards around *_free() calls since these functions handle NULL.jsing2018-02-0718-114/+67