summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-02-14In evp.h rev. 1.54 2018/02/14 16:40:42, jsing@ provided EVP_PKEY_up_ref(3).Ingo Schwarze
2018-02-14In x509.h rev. 1.27 2018/02/14 16:18:10, jsing@ providedIngo Schwarze
2018-02-14In ssl.h rev. 1.136 2018/02/14 17:08:44, jsing@ providedIngo Schwarze
2018-02-14In ssl.h rev. 1.135 2018/02/14 16:16:10, jsing@ providedIngo Schwarze
2018-02-14Bump lib{crypto,ssl,tls} minors due to symbol additions.Joel Sing
2018-02-14Provide SSL_CTX_up_ref().Joel Sing
2018-02-14Provide X509_STORE_CTX_get0_{cert,untrusted}() andJoel Sing
2018-02-14Provide X509_get{0,m}_not{Before,After}().Joel Sing
2018-02-14Provide ASN1_STRING_get0_data().Joel Sing
2018-02-14Provide EVP_PKEY_up_ref().Joel Sing
2018-02-14Start providing parts of the OpenSSL 1.1 API.Joel Sing
2018-02-14Provide X509_get_signature_nid().Joel Sing
2018-02-14Provide SSL_CTX_get0_param() and SSL_get0_param().Joel Sing
2018-02-14New manual page EVP_PKEY_asn1_new(3) from Richard LevitteIngo Schwarze
2018-02-14I recently documented X509_VERIFY_PARAM_lookup(3), so change .Fn to .Xr.Ingo Schwarze
2018-02-14Mention two more block cipher modes that actually exist in our tree;Ingo Schwarze
2018-02-13Add the missing RETURN VALUES section.Ingo Schwarze
2018-02-13Add the missing RETURN VALUES section, mostly from Paul YangIngo Schwarze
2018-02-13Correctly describe BN_get_word(3) and BN_set_word(3).Ingo Schwarze
2018-02-13Mention that BN_new(3) sets the value to zero;Ingo Schwarze
2018-02-13Delete duplicate .Nm entry in the NAME section,Ingo Schwarze
2018-02-13Add the missing RETURN VALUES section.Ingo Schwarze
2018-02-12Add the missing RETURN VALUES section;Ingo Schwarze
2018-02-12Add the missing RETURN VALUES section;Ingo Schwarze
2018-02-12Add missing RETURN VALUES section.Ingo Schwarze
2018-02-12Add the missing RETURN VALUES section and reorder the contentIngo Schwarze
2018-02-11Document three more functions recently made public by jsing@Ingo Schwarze
2018-02-11macro fix;Jason McIntyre
2018-02-11Document how MAP_STACK will be used. All stacks must be mmap'd withTheo de Raadt
2018-02-11Start mapping thread stacks with MAP_STACK. mmap() currently ignoresTheo de Raadt
2018-02-11Merge documentation from OpenSSL for seven functionsIngo Schwarze
2018-02-10Shift top-of-stack down so that the random==0 case doesn't leave stackTheo de Raadt
2018-02-10zap trailing whitespace;Jason McIntyre
2018-02-10Be more specific about when the session file will be updated.Joel Sing
2018-02-10add support for binary sysctl payloads by handling them as hexFlorian Obser
2018-02-10Bump TLS API version since we've added more functionality.Joel Sing
2018-02-10Move the keypair pubkey hash handling code to during config.Joel Sing
2018-02-10Tidy/standardise some code.Joel Sing
2018-02-10Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfoJoel Sing
2018-02-10Document functions for client-side TLS session support.Joel Sing
2018-02-10Add support to libtls for client-side TLS session resumption.Joel Sing
2018-02-10Bump lib{crypto,ssl,tls} minors due to symbol addition.Joel Sing
2018-02-10Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2Joel Sing
2018-02-08Complete the TLS extension rewrite on the client-side.Joel Sing
2018-02-08Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead ofJoel Sing
2018-02-08Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash.Joel Sing
2018-02-08Do not bother NULLing pointers in a struct that is about to be freed.Joel Sing
2018-02-08Move tls_keypair_pubkey_hash() to the keypair file.Joel Sing
2018-02-08Avoid a memory leak that results when the same tls_config is reused.Joel Sing
2018-02-08Assert tedu's copyright since some of the code moved here is his.Joel Sing