[gnutls-devel] GnuTLS | Session ticket key rotation with TOTP (!695)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Sep 17 11:14:33 CEST 2018


Nikos Mavrogiannopoulos commented on a discussion on lib/gnutls_int.h:

>  	int auth_info_size;	/* needed in order to store to db for restoring
>  				 */
>  	auth_cred_st *cred;	/* used to specify keys/certificates etc */
> +
> +	struct {
> +		/*
> +		 * The time step - we're rotating the session ticket key
> +		 * after every this amount of seconds
> +		 */
> +		unsigned int x;
> +		uint64_t last_result;
> +		uint8_t initialized;
> +		int was_rotated;
> +		gnutls_stek_rotation_callback_t cb;
> +	} totp;

NP. Let's open a ticket to address in the next release.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/695#note_101769402
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20180917/2c2c6929/attachment-0001.html>


More information about the Gnutls-devel mailing list