summaryrefslogtreecommitdiff
path: root/src/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Split out the TLS server SSL_CTX allocation and configuration code, sojsing2016-08-181-19/+37
* Rework parts of the libtls man page for clarity. Split out the connectionjsing2016-08-181-45/+35
* The tls_conninfo serial is also unused.jsing2016-08-151-2/+1
* Group conninfo fields by connection and peer cert based information,jsing2016-08-151-5/+6
* Fix some style(9) issues.jsing2016-08-151-3/+6
* Explicitly pass in an SSL_CTX * to the functions that operate on one,jsing2016-08-154-37/+38
* Avoid leaking memory if tls_config_set_alpn() is called multiple timesjsing2016-08-131-4/+5
* Load CA, certificate and key files into memory when the appropriatejsing2016-08-133-44/+98
* Bump libtls minor due to symbol additions.jsing2016-08-121-1/+1
* Add ALPN support to libtls.jsing2016-08-127-16/+168
* Revert previous since it adds new symbols.jsing2016-08-028-170/+16
* Bump TLS_API for addition of ALPN support.jsing2016-08-011-2/+2
* Add ALPN support to libtls.jsing2016-08-017-15/+168
* Split the existing TLS cipher suite groups into four:jsing2016-07-133-11/+22
* Revert previous - it introduces problems with a common privsep use case.jsing2016-07-073-72/+35
* Check that the given ciphers string is syntactically valid and results injsing2016-07-061-1/+17
* Always load CA, key and certificate files at the time the configurationjsing2016-07-063-35/+72
* Correctly handle an EOF that occurs prior to the TLS handshake completing.jsing2016-07-061-3/+6
* Rename some of the internal error setting functions to more closely followjsing2016-05-273-14/+48
* Avoid leaking ca_mem when freeing a tls_config.jsing2016-05-271-1/+2
* Fix function parameters that do not have an underscore prefix.jsing2016-05-271-10/+10
* typo fixes; Anthony Coultersthen2016-05-271-3/+3
* Fix mangled function signatures.jsing2016-05-091-5/+5
* spelling fix;jmc2016-04-281-2/+2
* Crank majors for lib{crypto,ssl,tls} due to symbol removals, symboljsing2016-04-281-1/+1
* Factor our the keypair handling in libtls. This results in more readablejsing2016-04-287-52/+164
* Rework the error handling in libtls so that we can associate errors withjsing2016-04-285-28/+90
* no more outlen; from remcojmc2016-04-241-5/+3
* typos;jmc2016-04-241-3/+3
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-52/+1
* Call BIO_sock_init() from tls_init() to ensure sockets are enabled on Windows.bcook2016-01-181-1/+4
* bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI changebcook2015-12-091-2/+2
* update some client/server info; from jan klemkowjmc2015-11-091-5/+5
* bump minors after adding EVP_aead_chacha20_poly1305_ietf()reyk2015-11-021-1/+1
* Put tls_config_verify_client_optional() in the right place.jsing2015-10-161-6/+6
* Fix tpyo.jsing2015-10-161-3/+3
* fix a gotcha in the connect refactoring, that could result in droppingderaadt2015-10-091-1/+5
* If getaddrinfo() succeeds, then don't try look ups with other flags, evenguenther2015-10-081-41/+39
* trailing whitespace;jmc2015-10-081-6/+6
* Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...beck2015-10-076-9/+98
* Allow us to get cipher and version even if there is not a peer certificate.beck2015-10-072-15/+21
* include <sys/types.h> for ssize_tbcook2015-10-011-1/+3
* Instead of declaring a union in multiple places, move it to tls_internal.h.jsing2015-09-293-15/+14
* clean some ugly intendation wartsderaadt2015-09-295-12/+21
* Explicit NULL checks and style(9) tweaks.jsing2015-09-281-7/+7
* tweak previous;jmc2015-09-141-2/+2
* Provide tls_config_insecure_noverifytime() in order to be able to disablejsing2015-09-146-6/+29
* Remove useless quoting from .Fo and .Fn function names, to preventschwarze2015-09-141-4/+4
* some conn_version and conn_cipher bits;jmc2015-09-142-9/+10
* Expose EOF without close-notify via tls_close().jsing2015-09-142-6/+14