From 79f2f1cf5b91491be5f0e3486c416594ec522b25 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 19 Oct 2018 17:52:48 +0200 Subject: TLS 1.3: implement anti-replay measure using ClientHello recording This implements ClientHello recording outlined in section 8.2 of RFC 8446. Signed-off-by: Daiki Ueno --- doc/Makefile.am | 8 ++++++++ doc/manpages/Makefile.am | 4 ++++ 2 files changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 64095e9b60..6d6865fce9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -673,6 +673,14 @@ FUNCS += functions/gnutls_anon_set_server_known_dh_params FUNCS += functions/gnutls_anon_set_server_known_dh_params.short FUNCS += functions/gnutls_anon_set_server_params_function FUNCS += functions/gnutls_anon_set_server_params_function.short +FUNCS += functions/gnutls_anti_replay_deinit +FUNCS += functions/gnutls_anti_replay_deinit.short +FUNCS += functions/gnutls_anti_replay_enable +FUNCS += functions/gnutls_anti_replay_enable.short +FUNCS += functions/gnutls_anti_replay_init +FUNCS += functions/gnutls_anti_replay_init.short +FUNCS += functions/gnutls_anti_replay_set_window +FUNCS += functions/gnutls_anti_replay_set_window.short FUNCS += functions/gnutls_auth_client_get_type FUNCS += functions/gnutls_auth_client_get_type.short FUNCS += functions/gnutls_auth_get_type diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 7edbc45400..75c3aa7793 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -138,6 +138,10 @@ APIMANS += gnutls_anon_set_params_function.3 APIMANS += gnutls_anon_set_server_dh_params.3 APIMANS += gnutls_anon_set_server_known_dh_params.3 APIMANS += gnutls_anon_set_server_params_function.3 +APIMANS += gnutls_anti_replay_deinit.3 +APIMANS += gnutls_anti_replay_enable.3 +APIMANS += gnutls_anti_replay_init.3 +APIMANS += gnutls_anti_replay_set_window.3 APIMANS += gnutls_auth_client_get_type.3 APIMANS += gnutls_auth_get_type.3 APIMANS += gnutls_auth_server_get_type.3 -- cgit v1.2.1