From 936da0514b06b341e6fab372477e32c90df05d57 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 7 Jan 2018 16:48:07 -0500 Subject: Add ability for application to control which TLS extensions are used GH #1186 --- src/lib/tls/tls_server.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/tls/tls_server.cpp') diff --git a/src/lib/tls/tls_server.cpp b/src/lib/tls/tls_server.cpp index 2d2fb769b..3ed1b120d 100644 --- a/src/lib/tls/tls_server.cpp +++ b/src/lib/tls/tls_server.cpp @@ -703,6 +703,7 @@ void Server::session_resume(Server_Handshake_State& pending_state, pending_state.handshake_io(), pending_state.hash(), policy(), + callbacks(), rng(), secure_renegotiation_data_for_server_hello(), *pending_state.client_hello(), @@ -794,6 +795,7 @@ void Server::session_create(Server_Handshake_State& pending_state, pending_state.handshake_io(), pending_state.hash(), policy(), + callbacks(), rng(), secure_renegotiation_data_for_server_hello(), *pending_state.client_hello(), -- cgit v1.2.3