mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
DoT: implement TLS client session resumption
This commit extends DoT code with TLS client session resumption support implemented on top of the TLS client session cache.
This commit is contained in:
@@ -932,6 +932,8 @@ struct isc_nmsocket {
|
||||
struct tls {
|
||||
isc_tls_t *tls;
|
||||
isc_tlsctx_t *ctx;
|
||||
isc_tlsctx_client_session_cache_t *client_sess_cache;
|
||||
bool client_session_saved;
|
||||
BIO *app_rbio;
|
||||
BIO *app_wbio;
|
||||
BIO *ssl_rbio;
|
||||
|
Reference in New Issue
Block a user