From 0a590e15e17383c5b18650465266da5f4cfd2af1 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 8 Nov 2018 17:54:11 +0100 Subject: db: introduce gnutls_db_check_entry_expire_time This would be particularly useful when the same database is used to store long-lived TLS 1.2 session data and short-lived TLS 1.3 anti-replay entries. Note that the existing gnutls_db_check_entry doesn't fit in this use-case, as it takes gnutls_session_t as the argument. Signed-off-by: Daiki Ueno --- doc/Makefile.am | 2 ++ doc/manpages/Makefile.am | 1 + 2 files changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index b939121898..bac1e5825c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -877,6 +877,8 @@ FUNCS += functions/gnutls_crypto_register_mac FUNCS += functions/gnutls_crypto_register_mac.short FUNCS += functions/gnutls_db_check_entry FUNCS += functions/gnutls_db_check_entry.short +FUNCS += functions/gnutls_db_check_entry_expire_time +FUNCS += functions/gnutls_db_check_entry_expire_time.short FUNCS += functions/gnutls_db_check_entry_time FUNCS += functions/gnutls_db_check_entry_time.short FUNCS += functions/gnutls_db_get_default_cache_expiration diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 9047790c83..8a6025ccaa 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -240,6 +240,7 @@ APIMANS += gnutls_crypto_register_cipher.3 APIMANS += gnutls_crypto_register_digest.3 APIMANS += gnutls_crypto_register_mac.3 APIMANS += gnutls_db_check_entry.3 +APIMANS += gnutls_db_check_entry_expire_time.3 APIMANS += gnutls_db_check_entry_time.3 APIMANS += gnutls_db_get_default_cache_expiration.3 APIMANS += gnutls_db_get_ptr.3 -- cgit v1.2.1