summaryrefslogtreecommitdiffstats
path: root/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto)jsing2018-10-241-2/+2
* crank to follow minor crank in libcrypto; ok tb@ jsing@djm2018-09-121-1/+1
* crank majors after symbol addition/modification/removaltb2018-08-241-2/+2
* typo in argument type, from Mario dot Andres dot Campos at gmail dot comschwarze2018-08-211-3/+3
* Use the same order in NAME, SYNOPSIS, DESCRIPTION, and RETURN VALUES totb2018-07-241-27/+28
* Document tls_peer_ocsp_result() and use it in place of the non-existenttb2018-07-231-6/+12
* Move a detail on tls_connect(3) to its documentation and be a bit moretb2018-07-091-5/+7
* wording tweak for tls_init() from jsingtb2018-07-091-4/+4
* Simplify and shorten the description of tls_init(3),schwarze2018-07-081-4/+4
* minor markup improvement: .Fa *cctx -> .Pf * Fa cctxschwarze2018-05-261-3/+3
* Quote .Fa arguments containing blanks.schwarze2018-05-261-4/+4
* Correct tls_config_clear_keys() behaviour.jsing2018-04-073-30/+18
* Switch to OPENSSL_init_ssl() and prevent an openssl configuration file fromjsing2018-04-071-3/+2
* Avoid potentially calling strchr() on a NULL pointer injsing2018-03-201-7/+6
* bump minors after symbol additiontb2018-03-201-1/+1
* Automatically handle library initialisation for libtls.jsing2018-03-196-11/+28
* crank majorstb2018-03-171-2/+2
* Bump minors after symbol additiontb2018-03-171-1/+1
* Also bump libtls minor after the addition of SSL_CTX_get_min/max_proto_versionjca2018-03-151-1/+1
* un-revert tls_init pthread_once change, now that stub is added so that builds workbeck2018-03-082-15/+23
* backout. diff was not tested comprehensively, resulting in a broken tree.deraadt2018-03-072-22/+14
* Make tls_init() concurrently callable using pthread_once().beck2018-03-072-15/+23
* Bump lib{crypto,ssl,tls} minors due to symbol additions.jsing2018-02-221-1/+1
* Crank lib{crypto,ssl,tls} minors after symbol addition.tb2018-02-201-1/+1
* Bump minor due to symbol addition.tb2018-02-181-1/+1
* Bump libcrypto/libssl/libtls minors due to symbol additions.tb2018-02-181-1/+1
* Bump libcrypto/libssl/libtls minors due to symbol additions.jsing2018-02-171-1/+1
* Bump lib{crypto,ssl,tls} minors due to symbol additions.jsing2018-02-141-1/+1
* 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-101-1/+1
* Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead ofjsing2018-02-083-14/+11
* 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
* Do not bother NULLing pointers in memory that is freed immediately after.jsing2018-02-051-3/+1
* Be consistent with the goto label names used in libtls code.jsing2018-02-054-51/+52
* Make tls_config_parse_protocols() work correctly when passed a NULL pointerjsing2017-12-091-3/+5
* hyphenate DER/PEM-encoded, for consistency;jmc2017-10-082-9/+9
* Document tls_peer_cert_chain_pem().jsing2017-10-071-2/+13
* If tls_config_parse_protocols() is called with a NULL pointer, return thejsing2017-09-251-1/+4
* Keep track of which keypair is in use by a TLS context.jsing2017-09-204-14/+25