| Commit message (Expand) | Author | Age | Files | Lines |
* | expose the default cert file as a function, not a define. it's really | tedu | 2018-11-29 | 1 | -3/+3 |
* | Define TLS_CA_CERT_FILE rather than having every application create their | jsing | 2018-11-06 | 1 | -1/+3 |
* | Bump TLS API version since we've added more functionality. | jsing | 2018-02-10 | 1 | -2/+2 |
* | Add support to libtls for client-side TLS session resumption. | jsing | 2018-02-10 | 1 | -1/+3 |
* | Add a tls_config_set_ecdhecurves() function to libtls, which allows the | jsing | 2017-08-10 | 1 | -2/+3 |
* | Add support for providing CRLs to libtls - once a CRL is provided we | jsing | 2017-07-06 | 1 | -1/+4 |
* | Provide a tls_unload_file() function, that frees the memory returned from | jsing | 2017-05-06 | 1 | -1/+2 |
* | Add tls_peer_cert_chain_pem - To retreive the peer certificate and chain | beck | 2017-04-05 | 1 | -1/+2 |
* | Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be | beck | 2017-01-31 | 1 | -4/+14 |
* | Bump TLS_API due to new features being added earlier this week. | jsing | 2017-01-26 | 1 | -2/+2 |
* | Introduce ticket support. To enable them it is enough to set a positive | claudio | 2017-01-24 | 1 | -1/+10 |
* | Wrap long lines. | jsing | 2017-01-22 | 1 | -4/+7 |
* | 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 | 1 | -3/+3 |
* | Add support for server side OCSP stapling to libtls. | beck | 2016-11-05 | 1 | -1/+3 |
* | Add ocsp_require_stapling config option for tls - allows a connection | beck | 2016-11-04 | 1 | -1/+2 |
* | Add OCSP client side support to libtls. | beck | 2016-11-02 | 1 | -1/+36 |
* | add a little more typing to the first callback argument. | tedu | 2016-09-13 | 1 | -3/+3 |
* | Bump TLS_API for addition of callbacks. | jsing | 2016-09-04 | 1 | -2/+2 |
* | Add callback-based interface to libtls. | bcook | 2016-09-04 | 1 | -1/+10 |
* | Bump TLS_API due to the addition of server side SNI functions. | jsing | 2016-08-22 | 1 | -2/+2 |
* | Provide an API that enables server side SNI support - add the ability to | jsing | 2016-08-22 | 1 | -1/+7 |
* | Add ALPN support to libtls. | jsing | 2016-08-12 | 1 | -3/+5 |
* | Revert previous since it adds new symbols. | jsing | 2016-08-02 | 1 | -4/+2 |
* | Bump TLS_API for addition of ALPN support. | jsing | 2016-08-01 | 1 | -2/+2 |
* | Add ALPN support to libtls. | jsing | 2016-08-01 | 1 | -2/+4 |
* | Fix function parameters that do not have an underscore prefix. | jsing | 2016-05-27 | 1 | -10/+10 |
* | Factor our the keypair handling in libtls. This results in more readable | jsing | 2016-04-28 | 1 | -1/+5 |
* | Rework the error handling in libtls so that we can associate errors with | jsing | 2016-04-28 | 1 | -1/+2 |
* | Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi... | beck | 2015-10-07 | 1 | -1/+4 |
* | include <sys/types.h> for ssize_t | bcook | 2015-10-01 | 1 | -1/+3 |
* | Provide tls_config_insecure_noverifytime() in order to be able to disable | jsing | 2015-09-14 | 1 | -1/+2 |
* | add visibility of ciper and connection version strings | beck | 2015-09-13 | 1 | -1/+3 |
* | Move connection info into it's own private structure allocated and filled in | beck | 2015-09-12 | 1 | -4/+4 |
* | Put tls_peer_cert* functions in the same place. | jsing | 2015-09-12 | 1 | -6/+6 |
* | add tls_peer functions for checking names and issuers of peer certificates. | beck | 2015-09-11 | 1 | -1/+6 |
* | Provide tls_peer_cert_hash() which returns a hash of the raw certificate | jsing | 2015-09-11 | 1 | -1/+3 |
* | change TLS_READ_AGAIN to TLS_WANT_POLLIN and TLS_WRITE_AGAIN to TLS_WANT_POLLOUT | beck | 2015-09-10 | 1 | -3/+3 |
* | Change tls_read and tls_write semantics to return an ssize_t to better | beck | 2015-09-10 | 1 | -4/+3 |
* | Split tls_handshake() out from tls_accept/tls_connect. By doing this the | jsing | 2015-09-10 | 1 | -1/+2 |
* | Add support for preferring the server's cipher list or the client's cipher | jsing | 2015-09-10 | 1 | -3/+6 |
* | Add client certificate support. Still needs a few tweaks but this will | beck | 2015-09-09 | 1 | -1/+4 |
* | Add standard headers, C++ support to tls.h. | bcook | 2015-06-19 | 1 | -1/+12 |
* | Provide a tls_accept_fds() function, which allows a TLS connection to be | jsing | 2015-03-31 | 1 | -1/+3 |
* | Prefix function parameter names with underscores in tls.h, since this makes | jsing | 2015-02-26 | 1 | -42/+44 |
* | Rename tls_config_insecure_noverifyhost() to | jsing | 2015-02-22 | 1 | -2/+2 |
* | Add a tls_config_parse_protocols() function that allows a protocols string | jsing | 2015-02-12 | 1 | -1/+3 |
* | Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL | jsing | 2015-02-12 | 1 | -2/+4 |
* | Provide a tls_connect_servername() function that has the same behaviour | jsing | 2015-02-11 | 1 | -1/+3 |
* | Be consistent with naming - only use "host" and "hostname" when referring | jsing | 2015-02-11 | 1 | -3/+3 |