1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/lib/libtls
2016-09-14 11:34:37 +00:00
..
Makefile Add callback-based interface to libtls. 2016-09-04 12:26:43 +00:00
shlib_version Add callback-based interface to libtls. 2016-09-04 12:26:43 +00:00
tls_bio_cb.c Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes. 2016-09-14 11:30:41 +00:00
tls_client.c Maintain consistency with function naming. 2016-09-04 13:20:56 +00:00
tls_config.c Provide an API that enables server side SNI support - add the ability to 2016-08-22 14:55:59 +00:00
tls_conninfo.c Various clean up and reorganisation of the connection info handling code. 2016-08-22 17:12:35 +00:00
tls_init.3 add a little more typing to the first callback argument. 2016-09-13 13:40:58 +00:00
tls_internal.h Add callback-based interface to libtls. 2016-09-04 12:26:43 +00:00
tls_peer.c Stick with the usual 'if NULL return NULL' idiom. 2016-08-22 17:08:10 +00:00
tls_server.c Set callbacks on the right tls ctx on accept. 2016-09-14 11:34:37 +00:00
tls_util.c Indent labels with a space so that diff -p is more friendly. 2015-09-09 19:49:07 +00:00
tls_verify.c Add callback-based interface to libtls. 2016-09-04 12:26:43 +00:00
tls.c Add callback-based interface to libtls. 2016-09-04 12:26:43 +00:00
tls.h add a little more typing to the first callback argument. 2016-09-13 13:40:58 +00:00