[gnutls-devel] GnuTLS | add support for 0-RTT (!775)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Oct 29 13:51:22 CET 2018


Nikos Mavrogiannopoulos started a new discussion on lib/tls13/anti_replay.c:

> +	if (ret < 0) {
> +		gnutls_free (*anti_replay);
> +		return gnutls_assert_val(ret);
> +	}
> +
> +	gnutls_gettime(&(*anti_replay)->start_time);
> +
> +	return 0;
> +}
> +
> +/**
> + * gnutls_anti_replay_set_window:
> + * @anti_replay: is a #gnutls_anti_replay_t type.
> + * @window: is the time window recording ClientHello, in milliseconds
> + *
> + * Sets the time window used for ClientHello recording.

We should provide more info about what this time is an how it affects the db usage.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/775#note_112778662
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/20181029/6d9b9b5d/attachment-0001.html>


More information about the Gnutls-devel mailing list