[gnutls-devel] GnuTLS | updates in anti-replay subsystem (!805)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed Nov 14 16:50:48 CET 2018


Daiki Ueno started a new discussion on tests/tls13/anti_replay.c:

>  	ret = gnutls_anti_replay_init(&anti_replay);
>  	assert(ret == 0);
>  	gnutls_anti_replay_set_window(anti_replay, 10000);
> +	gnutls_anti_replay_set_add_function(anti_replay, storage_add);
> +	gnutls_anti_replay_set_ptr(anti_replay, &storage);
>  	gnutls_init(&session, GNUTLS_SERVER);

I guess you could remove session related stuff completely as it's unused.
Otherwise looks good to me.  Thank you for doing that!

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/805#note_117280830
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/20181114/75371444/attachment.html>


More information about the Gnutls-devel mailing list