| Commit message (Expand) | Author | Age | Files | Lines |
* | fix error in Dt; from robert klein | jmc | 2017-03-02 | 1 | -3/+3 |
* | Bump minors due to symbol addition. | jsing | 2017-02-28 | 1 | -1/+1 |
* | spelling fix; | jmc | 2017-02-20 | 1 | -2/+2 |
* | document tls_config_error(3) RETURN VALUES, improve what is said | schwarze | 2017-02-20 | 2 | -6/+59 |
* | tweak previous; | jmc | 2017-01-31 | 2 | -12/+8 |
* | Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be | beck | 2017-01-31 | 6 | -58/+209 |
* | Disable client-initiated renegotiation for libtls servers. | jsing | 2017-01-31 | 1 | -1/+3 |
* | Marko Kreen contributed significantly to the ocsp stuff for libtls | beck | 2017-01-29 | 1 | -2/+3 |
* | Move the ocsp staple to being part of the keypair structure internally, | beck | 2017-01-29 | 3 | -14/+32 |
* | add HISTORY and AUTHORS | schwarze | 2017-01-28 | 12 | -24/+256 |
* | Fix Copyright notices; ok beck@ jsing@ tedu@ | schwarze | 2017-01-27 | 11 | -28/+43 |
* | More s/OSCP/OCSP/ typos | tom | 2017-01-27 | 1 | -1/+1 |
* | fix Dt; | jmc | 2017-01-26 | 1 | -3/+3 |
* | Use a flag to track when we need to call SSL_shutdown(). This avoids an | jsing | 2017-01-26 | 4 | -5/+11 |
* | Bump TLS_API due to new features being added earlier this week. | jsing | 2017-01-26 | 1 | -2/+2 |
* | Bump libtls minor due to symbol additions earlier this week. | jsing | 2017-01-26 | 1 | -1/+1 |
* | split the tls_init(3) that had grown fat to allow healthy future growth; | schwarze | 2017-01-25 | 15 | -888/+1474 |
* | Bump libssl and libtls minors due to symbol additions. | jsing | 2017-01-24 | 1 | -1/+1 |
* | accross -> across; | jmc | 2017-01-24 | 1 | -2/+2 |
* | Introduce ticket support. To enable them it is enough to set a positive | claudio | 2017-01-24 | 6 | -14/+251 |
* | Add missing documentation for tls_config_set_verify_depth | claudio | 2017-01-24 | 1 | -1/+5 |
* | Shuffle the deck chairs to bring them back in order. | claudio | 2017-01-24 | 1 | -9/+9 |
* | tls_config_add_keypair_mem is the function to add additional keypairs and | claudio | 2017-01-24 | 1 | -5/+5 |
* | Disable session cache and tickets by default. | claudio | 2017-01-22 | 1 | -1/+5 |
* | Wrap long lines. | jsing | 2017-01-22 | 1 | -4/+7 |
* | Bump majors for libssl and libtls following the translucent struct change. | jsing | 2017-01-22 | 1 | -1/+1 |
* | whitespace | deraadt | 2017-01-13 | 1 | -3/+3 |
* | Inline strlen() call to reduce/simplify code. | jsing | 2017-01-12 | 1 | -5/+2 |
* | Inline tls_get_new_cb_bio() from the only place that it gets called, | jsing | 2017-01-12 | 1 | -22/+11 |
* | If tls_set_cbs() fails an error will already be specified, so do not | jsing | 2017-01-12 | 2 | -8/+4 |
* | Simplify the TLS callback BIO code - a pointer to the tls context can be | jsing | 2017-01-12 | 1 | -66/+7 |
* | If tls_get_new_cb_bio() fails, an error will already be set. | jsing | 2017-01-12 | 1 | -5/+2 |
* | If no callbacks are specified, return after setting an error rather than | jsing | 2017-01-12 | 1 | -2/+4 |
* | Avoid leaking conninfo servername. | jsing | 2017-01-09 | 1 | -1/+3 |
* | If certificate verification has been disabled, do not attempt to load a | jsing | 2017-01-03 | 1 | -5/+9 |
* | Revert previous - the original code was correct since X509_verify_cert() | jsing | 2017-01-03 | 1 | -5/+5 |
* | fix cert verify. a cert with an alt chain may verify but leave an error | tedu | 2017-01-02 | 1 | -5/+5 |
* | Hook up a certificate verify callback so that we can set user friendly | jsing | 2016-12-26 | 2 | -8/+31 |
* | Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal and | jsing | 2016-12-21 | 1 | -1/+1 |
* | Bump TLS_API due to recent feature additions and changes. | jsing | 2016-11-11 | 1 | -2/+2 |
* | Change the return value of tls_config_set_protocols() and | jsing | 2016-11-11 | 3 | -12/+18 |
* | Disable ec assembly for amd64 pending fixes for ssh, and bump | beck | 2016-11-11 | 1 | -2/+2 |
* | Set the callback on the correct ssl_ctx for the SNI case, instead of | beck | 2016-11-06 | 1 | -2/+2 |
* | fix misplaced quote by tls_peer_ocsp_this_update | bcook | 2016-11-05 | 1 | -2/+2 |
* | tweak previous; | jmc | 2016-11-05 | 1 | -6/+6 |
* | bump minors for symbol addition for ocsp and x25519 symbol additions | beck | 2016-11-05 | 1 | -1/+1 |
* | Add support for server side OCSP stapling to libtls. | beck | 2016-11-05 | 7 | -12/+79 |
* | rename ocsp_ctx to ocsp | beck | 2016-11-05 | 3 | -68/+68 |
* | Remove generated Symbols.map on make clean. | jsing | 2016-11-05 | 1 | -1/+3 |
* | Build with WARNINGS=Yes. | jsing | 2016-11-04 | 1 | -1/+3 |