From 9711755641cd9b6de323676abeab6cc80ea13e4b Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 2 Feb 2020 08:13:50 +0100 Subject: keylogfile: generalize with a callback This refactors the keylogfile mechanism by adding a callback to get notified when a new secret is derived and installed. That way, consumers can implement custom logging feature per session, which is particularly useful in QUIC implementation. Signed-off-by: Daiki Ueno --- doc/manpages/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/manpages/Makefile.am') diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index f11b070fe0..14e591e62f 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -343,6 +343,7 @@ APIMANS += gnutls_handshake_set_max_packet_length.3 APIMANS += gnutls_handshake_set_post_client_hello_function.3 APIMANS += gnutls_handshake_set_private_extensions.3 APIMANS += gnutls_handshake_set_random.3 +APIMANS += gnutls_handshake_set_secret_function.3 APIMANS += gnutls_handshake_set_timeout.3 APIMANS += gnutls_hash.3 APIMANS += gnutls_hash_copy.3 -- cgit v1.2.1