CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/02/09 21:41:24
Modified files:
lib/libtls : Symbols.list tls.h tls_client.c tls_config.c
tls_conninfo.c tls_internal.h
Log message:
Add support to libtls for client-side TLS session resumption.
A libtls client can specify a session file descriptor (a regular file
with appropriate ownership and permissions) and libtls will manage reading
and writing of session data across TLS handshakes.
Discussed at length with deraadt@ and tedu@.
Rides previous minor bump.
ok beck@