| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid potentially calling strchr() on a NULL pointer in | jsing | 2018-03-20 | 1 | -7/+6 |
* | bump minors after symbol addition | tb | 2018-03-20 | 1 | -1/+1 |
* | Automatically handle library initialisation for libtls. | jsing | 2018-03-19 | 6 | -11/+28 |
* | crank majors | tb | 2018-03-17 | 1 | -2/+2 |
* | Bump minors after symbol addition | tb | 2018-03-17 | 1 | -1/+1 |
* | Also bump libtls minor after the addition of SSL_CTX_get_min/max_proto_version | jca | 2018-03-15 | 1 | -1/+1 |
* | un-revert tls_init pthread_once change, now that stub is added so that builds... | beck | 2018-03-08 | 2 | -15/+23 |
* | backout. diff was not tested comprehensively, resulting in a broken tree. | deraadt | 2018-03-07 | 2 | -22/+14 |
* | Make tls_init() concurrently callable using pthread_once(). | beck | 2018-03-07 | 2 | -15/+23 |
* | Bump lib{crypto,ssl,tls} minors due to symbol additions. | jsing | 2018-02-22 | 1 | -1/+1 |
* | Crank lib{crypto,ssl,tls} minors after symbol addition. | tb | 2018-02-20 | 1 | -1/+1 |
* | Bump minor due to symbol addition. | tb | 2018-02-18 | 1 | -1/+1 |
* | Bump libcrypto/libssl/libtls minors due to symbol additions. | tb | 2018-02-18 | 1 | -1/+1 |
* | Bump libcrypto/libssl/libtls minors due to symbol additions. | jsing | 2018-02-17 | 1 | -1/+1 |
* | Bump lib{crypto,ssl,tls} minors due to symbol additions. | jsing | 2018-02-14 | 1 | -1/+1 |
* | Be more specific about when the session file will be updated. | jsing | 2018-02-10 | 1 | -2/+2 |
* | Bump TLS API version since we've added more functionality. | jsing | 2018-02-10 | 1 | -2/+2 |
* | Move the keypair pubkey hash handling code to during config. | jsing | 2018-02-10 | 4 | -69/+95 |
* | Tidy/standardise some code. | jsing | 2018-02-10 | 1 | -6/+3 |
* | Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfo | jsing | 2018-02-10 | 1 | -3/+1 |
* | Document functions for client-side TLS session support. | jsing | 2018-02-10 | 2 | -9/+56 |
* | Add support to libtls for client-side TLS session resumption. | jsing | 2018-02-10 | 6 | -5/+195 |
* | Bump lib{crypto,ssl,tls} minors due to symbol addition. | jsing | 2018-02-10 | 1 | -1/+1 |
* | Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead of | jsing | 2018-02-08 | 3 | -14/+11 |
* | Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash. | jsing | 2018-02-08 | 1 | -6/+5 |
* | Do not bother NULLing pointers in a struct that is about to be freed. | jsing | 2018-02-08 | 1 | -10/+1 |
* | Move tls_keypair_pubkey_hash() to the keypair file. | jsing | 2018-02-08 | 3 | -43/+43 |
* | Avoid a memory leak that results when the same tls_config is reused. | jsing | 2018-02-08 | 1 | -1/+4 |
* | Assert tedu's copyright since some of the code moved here is his. | jsing | 2018-02-08 | 1 | -1/+2 |
* | Split keypair handling out into its own file - it had already appeared | jsing | 2018-02-08 | 6 | -166/+215 |
* | Do not bother NULLing pointers in memory that is freed immediately after. | jsing | 2018-02-05 | 1 | -3/+1 |
* | Be consistent with the goto label names used in libtls code. | jsing | 2018-02-05 | 4 | -51/+52 |
* | Make tls_config_parse_protocols() work correctly when passed a NULL pointer | jsing | 2017-12-09 | 1 | -3/+5 |
* | hyphenate DER/PEM-encoded, for consistency; | jmc | 2017-10-08 | 2 | -9/+9 |
* | Document tls_peer_cert_chain_pem(). | jsing | 2017-10-07 | 1 | -2/+13 |
* | If tls_config_parse_protocols() is called with a NULL pointer, return the | jsing | 2017-09-25 | 1 | -1/+4 |
* | Keep track of which keypair is in use by a TLS context. | jsing | 2017-09-20 | 4 | -14/+25 |
* | Slightly restructure tls_ocsp_verify_cb() to make it more like libtls code. | jsing | 2017-09-20 | 1 | -6/+7 |
* | Provide a useful error if there are no OCSP URLs in the peer certificate. | jsing | 2017-09-20 | 1 | -1/+4 |
* | Fix indentation. | jsing | 2017-09-20 | 1 | -1/+1 |
* | Bump libssl/libtls minors due to symbol (re)addition. | jsing | 2017-08-30 | 1 | -1/+1 |
* | Bump lib{crypto,ssl,tls} majors due to symbol removals. | jsing | 2017-08-28 | 1 | -2/+2 |
* | Fix unchecked return nit | beck | 2017-08-28 | 1 | -2/+5 |
* | Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls | beck | 2017-08-27 | 1 | -1/+5 |
* | Switch to -Werror with clang for libressl. | doug | 2017-08-13 | 1 | -2/+2 |
* | Document tls_config_set_dheparams(). | jsing | 2017-08-12 | 1 | -4/+13 |
* | Document tls_reset(). | jsing | 2017-08-12 | 1 | -2/+13 |
* | new sentence, new line; | jmc | 2017-08-11 | 1 | -3/+4 |
* | Bump minor due to symbol addition. | jsing | 2017-08-11 | 1 | -1/+1 |
* | Add a tls_config_set_ecdhecurves() function to libtls, which allows the | jsing | 2017-08-10 | 7 | -34/+108 |