| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix mangled function signatures. | jsing | 2016-05-09 | 1 | -5/+5 |
* | spelling fix; | jmc | 2016-04-28 | 1 | -2/+2 |
* | Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol | jsing | 2016-04-28 | 1 | -1/+1 |
* | Factor our the keypair handling in libtls. This results in more readable | jsing | 2016-04-28 | 7 | -52/+164 |
* | Rework the error handling in libtls so that we can associate errors with | jsing | 2016-04-28 | 5 | -28/+90 |
* | no more outlen; from remco | jmc | 2016-04-24 | 1 | -5/+3 |
* | typos; | jmc | 2016-04-24 | 1 | -3/+3 |
* | for some time now mandoc has not required MLINKS to function | jmc | 2016-03-30 | 1 | -52/+1 |
* | Call BIO_sock_init() from tls_init() to ensure sockets are enabled on Windows. | bcook | 2016-01-18 | 1 | -1/+4 |
* | bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change | bcook | 2015-12-09 | 1 | -2/+2 |
* | update some client/server info; from jan klemkow | jmc | 2015-11-09 | 1 | -5/+5 |
* | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | reyk | 2015-11-02 | 1 | -1/+1 |
* | Put tls_config_verify_client_optional() in the right place. | jsing | 2015-10-16 | 1 | -6/+6 |
* | Fix tpyo. | jsing | 2015-10-16 | 1 | -3/+3 |
* | fix a gotcha in the connect refactoring, that could result in dropping | deraadt | 2015-10-09 | 1 | -1/+5 |
* | If getaddrinfo() succeeds, then don't try look ups with other flags, even | guenther | 2015-10-08 | 1 | -41/+39 |
* | trailing whitespace; | jmc | 2015-10-08 | 1 | -6/+6 |
* | Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi... | beck | 2015-10-07 | 6 | -9/+98 |
* | Allow us to get cipher and version even if there is not a peer certificate. | beck | 2015-10-07 | 2 | -15/+21 |
* | include <sys/types.h> for ssize_t | bcook | 2015-10-01 | 1 | -1/+3 |
* | Instead of declaring a union in multiple places, move it to tls_internal.h. | jsing | 2015-09-29 | 3 | -15/+14 |
* | clean some ugly intendation warts | deraadt | 2015-09-29 | 5 | -12/+21 |
* | Explicit NULL checks and style(9) tweaks. | jsing | 2015-09-28 | 1 | -7/+7 |
* | tweak previous; | jmc | 2015-09-14 | 1 | -2/+2 |
* | Provide tls_config_insecure_noverifytime() in order to be able to disable | jsing | 2015-09-14 | 6 | -6/+29 |
* | Remove useless quoting from .Fo and .Fn function names, to prevent | schwarze | 2015-09-14 | 1 | -4/+4 |
* | some conn_version and conn_cipher bits; | jmc | 2015-09-14 | 2 | -9/+10 |
* | Expose EOF without close-notify via tls_close(). | jsing | 2015-09-14 | 2 | -6/+14 |