Age | Commit message (Expand) | Author |
2016-10-03 | use the same type for buf as the return type in tls_load_file | Brent Cook |
2016-09-19 | Update ld search path for libssl/libcrypto, fixes cross-build after source mo... | Brent Cook |
2016-09-14 | Set callbacks on the right tls ctx on accept. | Brent Cook |
2016-09-14 | Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes. | Brent Cook |
2016-09-14 | Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN. | Brent Cook |
2016-09-13 | add a little more typing to the first callback argument. | Ted Unangst |
2016-09-04 | minor tweaks; | Jason McIntyre |
2016-09-04 | Bump TLS_API for addition of callbacks. | Joel Sing |
2016-09-04 | Maintain consistency with function naming. | Joel Sing |
2016-09-04 | Sort headers and use the installed tls.h, rather than the local one. | Joel Sing |
2016-09-04 | $OpenBSD$ tag | Joel Sing |
2016-09-04 | New sentence, new line. Also wrap at 80 chars. | Joel Sing |
2016-09-04 | Add callback-based interface to libtls. | Brent Cook |
2016-09-04 | State that libtls functions apply to both clients and servers, unless | Joel Sing |
2016-08-31 | Crank minor due to API addition | Bob Beck |
2016-08-22 | Various clean up and reorganisation of the connection info handling code. | Joel Sing |
2016-08-22 | Stick with the usual 'if NULL return NULL' idiom. | Joel Sing |
2016-08-22 | Bump TLS_API due to the addition of server side SNI functions. | Joel Sing |
2016-08-22 | Bump libtls minor due to the addition of symbols. | Joel Sing |
2016-08-22 | Provide an API that enables server side SNI support - add the ability to | Joel Sing |
2016-08-22 | Create contexts for server side SNI - these include the additional SSL_CTX | Joel Sing |
2016-08-18 | Split out the TLS server SSL_CTX allocation and configuration code, so | Joel Sing |
2016-08-18 | Rework parts of the libtls man page for clarity. Split out the connection | Joel Sing |
2016-08-15 | The tls_conninfo serial is also unused. | Joel Sing |
2016-08-15 | Group conninfo fields by connection and peer cert based information, | Joel Sing |
2016-08-15 | Fix some style(9) issues. | Joel Sing |
2016-08-15 | Explicitly pass in an SSL_CTX * to the functions that operate on one, | Joel Sing |
2016-08-13 | Avoid leaking memory if tls_config_set_alpn() is called multiple times | Joel Sing |
2016-08-13 | Load CA, certificate and key files into memory when the appropriate | Joel Sing |
2016-08-12 | Bump libtls minor due to symbol additions. | Joel Sing |
2016-08-12 | Add ALPN support to libtls. | Joel Sing |
2016-08-02 | Revert previous since it adds new symbols. | Joel Sing |
2016-08-01 | Bump TLS_API for addition of ALPN support. | Joel Sing |
2016-08-01 | Add ALPN support to libtls. | Joel Sing |
2016-07-13 | Split the existing TLS cipher suite groups into four: | Joel Sing |
2016-07-07 | Revert previous - it introduces problems with a common privsep use case. | Joel Sing |
2016-07-06 | Check that the given ciphers string is syntactically valid and results in | Joel Sing |
2016-07-06 | Always load CA, key and certificate files at the time the configuration | Joel Sing |
2016-07-06 | Correctly handle an EOF that occurs prior to the TLS handshake completing. | Joel Sing |
2016-05-27 | Rename some of the internal error setting functions to more closely follow | Joel Sing |
2016-05-27 | Avoid leaking ca_mem when freeing a tls_config. | Joel Sing |
2016-05-27 | Fix function parameters that do not have an underscore prefix. | Joel Sing |
2016-05-27 | typo fixes; Anthony Coulter | Stuart Henderson |
2016-05-09 | Fix mangled function signatures. | Joel Sing |
2016-04-28 | spelling fix; | Jason McIntyre |
2016-04-28 | Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol | Joel Sing |
2016-04-28 | Factor our the keypair handling in libtls. This results in more readable | Joel Sing |
2016-04-28 | Rework the error handling in libtls so that we can associate errors with | Joel Sing |
2016-04-24 | no more outlen; from remco | Jason McIntyre |
2016-04-24 | typos; | Jason McIntyre |