Age | Commit message (Expand) | Author |
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 |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-01-18 | Call BIO_sock_init() from tls_init() to ensure sockets are enabled on Windows. | Brent Cook |
2015-12-09 | bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change | Brent Cook |
2015-11-09 | update some client/server info; from jan klemkow | Jason McIntyre |
2015-11-02 | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | Reyk Floeter |
2015-10-16 | Put tls_config_verify_client_optional() in the right place. | Joel Sing |
2015-10-16 | Fix tpyo. | Joel Sing |
2015-10-09 | fix a gotcha in the connect refactoring, that could result in dropping | Theo de Raadt |
2015-10-08 | If getaddrinfo() succeeds, then don't try look ups with other flags, even | Philip Guenther |
2015-10-08 | trailing whitespace; | Jason McIntyre |
2015-10-07 | Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi... | Bob Beck |
2015-10-07 | Allow us to get cipher and version even if there is not a peer certificate. | Bob Beck |
2015-10-01 | include <sys/types.h> for ssize_t | Brent Cook |
2015-09-29 | Instead of declaring a union in multiple places, move it to tls_internal.h. | Joel Sing |
2015-09-29 | clean some ugly intendation warts | Theo de Raadt |
2015-09-28 | Explicit NULL checks and style(9) tweaks. | Joel Sing |
2015-09-14 | tweak previous; | Jason McIntyre |
2015-09-14 | Provide tls_config_insecure_noverifytime() in order to be able to disable | Joel Sing |
2015-09-14 | Remove useless quoting from .Fo and .Fn function names, to prevent | Ingo Schwarze |
2015-09-14 | some conn_version and conn_cipher bits; | Jason McIntyre |
2015-09-14 | Expose EOF without close-notify via tls_close(). | Joel Sing |
2015-09-14 | Return an error if tls_handshake() or tls_close() is called on a context | Joel Sing |
2015-09-14 | add missing function return types | Ingo Schwarze |
2015-09-13 | Crank major version due to removal of SHA-0 and MD4 from libcrypto. | Doug Hogan |