summaryrefslogtreecommitdiff
path: root/src/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add tls_peer_cert_chain_pem - To retreive the peer certificate and chainbeck2017-04-057-6/+77
* Internal changes to allow for relayd engine privsep. sends the hash of thebeck2017-04-055-29/+87
* fix error in Dt; from robert kleinjmc2017-03-021-3/+3
* Bump minors due to symbol addition.jsing2017-02-281-1/+1
* spelling fix;jmc2017-02-201-2/+2
* document tls_config_error(3) RETURN VALUES, improve what is saidschwarze2017-02-202-6/+59
* tweak previous;jmc2017-01-312-12/+8
* Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may bebeck2017-01-316-58/+209
* Disable client-initiated renegotiation for libtls servers.jsing2017-01-311-1/+3
* Marko Kreen contributed significantly to the ocsp stuff for libtlsbeck2017-01-291-2/+3
* Move the ocsp staple to being part of the keypair structure internally,beck2017-01-293-14/+32
* add HISTORY and AUTHORSschwarze2017-01-2812-24/+256
* Fix Copyright notices; ok beck@ jsing@ tedu@schwarze2017-01-2711-28/+43
* More s/OSCP/OCSP/ typostom2017-01-271-1/+1
* fix Dt;jmc2017-01-261-3/+3
* Use a flag to track when we need to call SSL_shutdown(). This avoids anjsing2017-01-264-5/+11
* Bump TLS_API due to new features being added earlier this week.jsing2017-01-261-2/+2
* Bump libtls minor due to symbol additions earlier this week.jsing2017-01-261-1/+1
* split the tls_init(3) that had grown fat to allow healthy future growth;schwarze2017-01-2515-888/+1474
* Bump libssl and libtls minors due to symbol additions.jsing2017-01-241-1/+1
* accross -> across;jmc2017-01-241-2/+2
* Introduce ticket support. To enable them it is enough to set a positiveclaudio2017-01-246-14/+251
* Add missing documentation for tls_config_set_verify_depthclaudio2017-01-241-1/+5
* Shuffle the deck chairs to bring them back in order.claudio2017-01-241-9/+9
* tls_config_add_keypair_mem is the function to add additional keypairs andclaudio2017-01-241-5/+5
* Disable session cache and tickets by default.claudio2017-01-221-1/+5
* Wrap long lines.jsing2017-01-221-4/+7
* Bump majors for libssl and libtls following the translucent struct change.jsing2017-01-221-1/+1
* whitespacederaadt2017-01-131-3/+3
* Inline strlen() call to reduce/simplify code.jsing2017-01-121-5/+2
* Inline tls_get_new_cb_bio() from the only place that it gets called,jsing2017-01-121-22/+11
* If tls_set_cbs() fails an error will already be specified, so do notjsing2017-01-122-8/+4
* Simplify the TLS callback BIO code - a pointer to the tls context can bejsing2017-01-121-66/+7
* If tls_get_new_cb_bio() fails, an error will already be set.jsing2017-01-121-5/+2
* If no callbacks are specified, return after setting an error rather thanjsing2017-01-121-2/+4
* Avoid leaking conninfo servername.jsing2017-01-091-1/+3
* If certificate verification has been disabled, do not attempt to load ajsing2017-01-031-5/+9
* Revert previous - the original code was correct since X509_verify_cert()jsing2017-01-031-5/+5
* fix cert verify. a cert with an alt chain may verify but leave an errortedu2017-01-021-5/+5
* Hook up a certificate verify callback so that we can set user friendlyjsing2016-12-262-8/+31
* Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal andjsing2016-12-211-1/+1
* Bump TLS_API due to recent feature additions and changes.jsing2016-11-111-2/+2
* Change the return value of tls_config_set_protocols() andjsing2016-11-113-12/+18
* Disable ec assembly for amd64 pending fixes for ssh, and bumpbeck2016-11-111-2/+2
* Set the callback on the correct ssl_ctx for the SNI case, instead ofbeck2016-11-061-2/+2
* fix misplaced quote by tls_peer_ocsp_this_updatebcook2016-11-051-2/+2
* tweak previous;jmc2016-11-051-6/+6
* bump minors for symbol addition for ocsp and x25519 symbol additionsbeck2016-11-051-1/+1
* Add support for server side OCSP stapling to libtls.beck2016-11-057-12/+79
* rename ocsp_ctx to ocspbeck2016-11-053-68/+68