summaryrefslogtreecommitdiff
path: root/src/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove generated Symbols.map on make clean.jsing2016-11-051-1/+3
* Build with WARNINGS=Yes.jsing2016-11-041-1/+3
* Avoid shadowing the socket global.jsing2016-11-041-3/+3
* Make the tls_keypair_new() function a valid prototype.jsing2016-11-041-2/+2
* Avoid another signed vs unsigned comparison.jsing2016-11-041-2/+6
* Add an explict list of exported symbols with just the functions declaredguenther2016-11-043-2/+85
* make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenbeck2016-11-044-10/+7
* Address some signed vs unsigned warnings and check that an integer valuejsing2016-11-041-4/+14
* Assign and test, as is consistent with the rest of the libtls code.jsing2016-11-041-7/+4
* Use a consistent name for struct bio_cb * variables.jsing2016-11-041-6/+6
* Rename struct bio_cb_st to struct bio_cb.jsing2016-11-041-8/+8
* Do not cast a pointer to a struct, to a char * when assigning to a void *.jsing2016-11-041-2/+2
* Use a consistent name for a BIO *, rather than having four different namesjsing2016-11-041-49/+51
* Avoid signed vs unsigned comparisons.jsing2016-11-041-3/+4
* There's not much point having three static functions that do a cast andjsing2016-11-041-33/+6
* Do not mix declarations and code.jsing2016-11-041-3/+7
* Rename the internal bio related functions so that they have a commonjsing2016-11-041-22/+22
* There's not much point in casting a void * to a specific type just beforejsing2016-11-041-4/+2
* bump minor for ocsp_require_stapling additionbeck2016-11-041-1/+1
* Add ocsp_require_stapling config option for tls - allows a connectionbeck2016-11-045-6/+25
* Don't do OCSP validation when we have disabled certificate verificationbeck2016-11-032-5/+8
* Only set an error from libssl related code, if an error has not alreadyjsing2016-11-032-7/+47
* 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