[gnutls-devel] GnuTLS | Session ticket key rotation with TOTP (!695)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Fri Sep 14 14:18:14 CEST 2018
Nikos Mavrogiannopoulos started a new discussion on tests/suite/resume-with-stek-expiration.c:
> + }
> +
> + if (num_stek_rotations != 4)
> + fail("STEK should be rotated exactly 4 times!\n");
> +
> +end:
> + if (serverx509cred)
> + gnutls_certificate_free_credentials(serverx509cred);
> + gnutls_free(session_ticket_key.data);
> +}
> +
> +static void run(const char *prio)
> +{
> + pid_t child;
> + int retval, sockets[2], status = 0;
> + int resumption_should_succeed[] = { 0, 1, 1, 0 };
I think that would be more clear to read if it was on the doit function.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/695#note_101421875
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/20180914/ee5ac0ab/attachment.html>
More information about the Gnutls-devel
mailing list