summaryrefslogtreecommitdiff
path: root/src/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix handshake failures:beck2016-11-031-20/+26
* bit more cleanup;jmc2016-11-021-9/+9
* fix shadow declaration of time in parameter list.beck2016-11-021-2/+2
* Ensure handshake is complete before processing an ocsp response for a ctxbeck2016-11-021-0/+3
* tweak previous;jmc2016-11-021-32/+26
* bump minor for ocsp api additionsbeck2016-11-021-1/+1
* Add OCSP client side support to libtls.beck2016-11-027-8/+604
* use the same type for buf as the return type in tls_load_filebcook2016-10-031-2/+3
* Update ld search path for libssl/libcrypto, fixes cross-build after source mo...bcook2016-09-191-3/+3
* Set callbacks on the right tls ctx on accept.bcook2016-09-141-2/+2
* Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes.bcook2016-09-141-1/+2
* Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN.bcook2016-09-141-3/+21
* add a little more typing to the first callback argument.tedu2016-09-132-7/+7
* minor tweaks;jmc2016-09-041-7/+7
* Bump TLS_API for addition of callbacks.jsing2016-09-041-2/+2
* Maintain consistency with function naming.jsing2016-09-042-8/+8
* Sort headers and use the installed tls.h, rather than the local one.jsing2016-09-041-5/+5
* $OpenBSD$ tagjsing2016-09-041-1/+1
* New sentence, new line. Also wrap at 80 chars.jsing2016-09-041-3/+7
* Add callback-based interface to libtls.bcook2016-09-0410-37/+371
* State that libtls functions apply to both clients and servers, unlessjsing2016-09-041-47/+16
* Crank minor due to API additionbeck2016-08-311-1/+1
* Various clean up and reorganisation of the connection info handling code.jsing2016-08-223-69/+97
* Stick with the usual 'if NULL return NULL' idiom.jsing2016-08-221-10/+10
* Bump TLS_API due to the addition of server side SNI functions.jsing2016-08-221-2/+2
* Bump libtls minor due to the addition of symbols.jsing2016-08-221-1/+1
* Provide an API that enables server side SNI support - add the ability tojsing2016-08-225-6/+107
* Create contexts for server side SNI - these include the additional SSL_CTXjsing2016-08-223-3/+174
* 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