| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix handshake failures: | beck | 2016-11-03 | 1 | -20/+26 |
* | bit more cleanup; | jmc | 2016-11-02 | 1 | -9/+9 |
* | fix shadow declaration of time in parameter list. | beck | 2016-11-02 | 1 | -2/+2 |
* | Ensure handshake is complete before processing an ocsp response for a ctx | beck | 2016-11-02 | 1 | -0/+3 |
* | tweak previous; | jmc | 2016-11-02 | 1 | -32/+26 |
* | bump minor for ocsp api additions | beck | 2016-11-02 | 1 | -1/+1 |
* | Add OCSP client side support to libtls. | beck | 2016-11-02 | 7 | -8/+604 |
* | use the same type for buf as the return type in tls_load_file | bcook | 2016-10-03 | 1 | -2/+3 |
* | Update ld search path for libssl/libcrypto, fixes cross-build after source mo... | bcook | 2016-09-19 | 1 | -3/+3 |
* | Set callbacks on the right tls ctx on accept. | bcook | 2016-09-14 | 1 | -2/+2 |
* | Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes. | bcook | 2016-09-14 | 1 | -1/+2 |
* | Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN. | bcook | 2016-09-14 | 1 | -3/+21 |
* | add a little more typing to the first callback argument. | tedu | 2016-09-13 | 2 | -7/+7 |
* | minor tweaks; | jmc | 2016-09-04 | 1 | -7/+7 |
* | Bump TLS_API for addition of callbacks. | jsing | 2016-09-04 | 1 | -2/+2 |
* | Maintain consistency with function naming. | jsing | 2016-09-04 | 2 | -8/+8 |
* | Sort headers and use the installed tls.h, rather than the local one. | jsing | 2016-09-04 | 1 | -5/+5 |
* | $OpenBSD$ tag | jsing | 2016-09-04 | 1 | -1/+1 |
* | New sentence, new line. Also wrap at 80 chars. | jsing | 2016-09-04 | 1 | -3/+7 |
* | Add callback-based interface to libtls. | bcook | 2016-09-04 | 10 | -37/+371 |
* | State that libtls functions apply to both clients and servers, unless | jsing | 2016-09-04 | 1 | -47/+16 |
* | Crank minor due to API addition | beck | 2016-08-31 | 1 | -1/+1 |
* | Various clean up and reorganisation of the connection info handling code. | jsing | 2016-08-22 | 3 | -69/+97 |
* | Stick with the usual 'if NULL return NULL' idiom. | jsing | 2016-08-22 | 1 | -10/+10 |
* | Bump TLS_API due to the addition of server side SNI functions. | jsing | 2016-08-22 | 1 | -2/+2 |
* | Bump libtls minor due to the addition of symbols. | jsing | 2016-08-22 | 1 | -1/+1 |
* | Provide an API that enables server side SNI support - add the ability to | jsing | 2016-08-22 | 5 | -6/+107 |
* | Create contexts for server side SNI - these include the additional SSL_CTX | jsing | 2016-08-22 | 3 | -3/+174 |
* | Split out the TLS server SSL_CTX allocation and configuration code, so | jsing | 2016-08-18 | 1 | -19/+37 |
* | Rework parts of the libtls man page for clarity. Split out the connection | jsing | 2016-08-18 | 1 | -45/+35 |
* | The tls_conninfo serial is also unused. | jsing | 2016-08-15 | 1 | -2/+1 |
* | Group conninfo fields by connection and peer cert based information, | jsing | 2016-08-15 | 1 | -5/+6 |
* | Fix some style(9) issues. | jsing | 2016-08-15 | 1 | -3/+6 |
* | Explicitly pass in an SSL_CTX * to the functions that operate on one, | jsing | 2016-08-15 | 4 | -37/+38 |
* | Avoid leaking memory if tls_config_set_alpn() is called multiple times | jsing | 2016-08-13 | 1 | -4/+5 |
* | Load CA, certificate and key files into memory when the appropriate | jsing | 2016-08-13 | 3 | -44/+98 |
* | Bump libtls minor due to symbol additions. | jsing | 2016-08-12 | 1 | -1/+1 |
* | Add ALPN support to libtls. | jsing | 2016-08-12 | 7 | -16/+168 |
* | Revert previous since it adds new symbols. | jsing | 2016-08-02 | 8 | -170/+16 |
* | Bump TLS_API for addition of ALPN support. | jsing | 2016-08-01 | 1 | -2/+2 |
* | Add ALPN support to libtls. | jsing | 2016-08-01 | 7 | -15/+168 |
* | Split the existing TLS cipher suite groups into four: | jsing | 2016-07-13 | 3 | -11/+22 |
* | Revert previous - it introduces problems with a common privsep use case. | jsing | 2016-07-07 | 3 | -72/+35 |
* | Check that the given ciphers string is syntactically valid and results in | jsing | 2016-07-06 | 1 | -1/+17 |
* | Always load CA, key and certificate files at the time the configuration | jsing | 2016-07-06 | 3 | -35/+72 |
* | Correctly handle an EOF that occurs prior to the TLS handshake completing. | jsing | 2016-07-06 | 1 | -3/+6 |
* | Rename some of the internal error setting functions to more closely follow | jsing | 2016-05-27 | 3 | -14/+48 |
* | Avoid leaking ca_mem when freeing a tls_config. | jsing | 2016-05-27 | 1 | -1/+2 |
* | Fix function parameters that do not have an underscore prefix. | jsing | 2016-05-27 | 1 | -10/+10 |
* | typo fixes; Anthony Coulter | sthen | 2016-05-27 | 1 | -3/+3 |