summaryrefslogtreecommitdiff
path: root/lib/libtls
AgeCommit message (Expand)Author
2016-08-31Crank minor due to API additionBob Beck
2016-08-22Various clean up and reorganisation of the connection info handling code.Joel Sing
2016-08-22Stick with the usual 'if NULL return NULL' idiom.Joel Sing
2016-08-22Bump TLS_API due to the addition of server side SNI functions.Joel Sing
2016-08-22Bump libtls minor due to the addition of symbols.Joel Sing
2016-08-22Provide an API that enables server side SNI support - add the ability toJoel Sing
2016-08-22Create contexts for server side SNI - these include the additional SSL_CTXJoel Sing
2016-08-18Split out the TLS server SSL_CTX allocation and configuration code, soJoel Sing
2016-08-18Rework parts of the libtls man page for clarity. Split out the connectionJoel Sing
2016-08-15The tls_conninfo serial is also unused.Joel Sing
2016-08-15Group conninfo fields by connection and peer cert based information,Joel Sing
2016-08-15Fix some style(9) issues.Joel Sing
2016-08-15Explicitly pass in an SSL_CTX * to the functions that operate on one,Joel Sing
2016-08-13Avoid leaking memory if tls_config_set_alpn() is called multiple timesJoel Sing
2016-08-13Load CA, certificate and key files into memory when the appropriateJoel Sing
2016-08-12Bump libtls minor due to symbol additions.Joel Sing
2016-08-12Add ALPN support to libtls.Joel Sing
2016-08-02Revert previous since it adds new symbols.Joel Sing
2016-08-01Bump TLS_API for addition of ALPN support.Joel Sing
2016-08-01Add ALPN support to libtls.Joel Sing
2016-07-13Split the existing TLS cipher suite groups into four:Joel Sing
2016-07-07Revert previous - it introduces problems with a common privsep use case.Joel Sing
2016-07-06Check that the given ciphers string is syntactically valid and results inJoel Sing
2016-07-06Always load CA, key and certificate files at the time the configurationJoel Sing
2016-07-06Correctly handle an EOF that occurs prior to the TLS handshake completing.Joel Sing
2016-05-27Rename some of the internal error setting functions to more closely followJoel Sing
2016-05-27Avoid leaking ca_mem when freeing a tls_config.Joel Sing
2016-05-27Fix function parameters that do not have an underscore prefix.Joel Sing
2016-05-27typo fixes; Anthony CoulterStuart Henderson
2016-05-09Fix mangled function signatures.Joel Sing
2016-04-28spelling fix;Jason McIntyre
2016-04-28Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbolJoel Sing
2016-04-28Factor our the keypair handling in libtls. This results in more readableJoel Sing
2016-04-28Rework the error handling in libtls so that we can associate errors withJoel Sing
2016-04-24no more outlen; from remcoJason McIntyre
2016-04-24typos;Jason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-01-18Call BIO_sock_init() from tls_init() to ensure sockets are enabled on Windows.Brent Cook
2015-12-09bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI changeBrent Cook
2015-11-09update some client/server info; from jan klemkowJason McIntyre
2015-11-02bump minors after adding EVP_aead_chacha20_poly1305_ietf()Reyk Floeter
2015-10-16Put tls_config_verify_client_optional() in the right place.Joel Sing
2015-10-16Fix tpyo.Joel Sing
2015-10-09fix a gotcha in the connect refactoring, that could result in droppingTheo de Raadt
2015-10-08If getaddrinfo() succeeds, then don't try look ups with other flags, evenPhilip Guenther
2015-10-08trailing whitespace;Jason McIntyre
2015-10-07Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...Bob Beck
2015-10-07Allow us to get cipher and version even if there is not a peer certificate.Bob Beck
2015-10-01include <sys/types.h> for ssize_tBrent Cook
2015-09-29Instead of declaring a union in multiple places, move it to tls_internal.h.Joel Sing