[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:35:11 CEST 2018
Nikos Mavrogiannopoulos commented on a discussion on tests/suite/resume-with-stek-expiration.c:
> +
> + /* Initialize TLS layer */
> + gnutls_init(&session, GNUTLS_CLIENT);
> + gnutls_priority_set_direct(session, prio, NULL);
> +
> + /* put the anonymous credentials to the current session */
> + gnutls_credentials_set(session, GNUTLS_CRD_CERTIFICATE,
> + clientx509cred);
> +
> + gnutls_transport_set_int(session, fd);
> +
> + if (resume_and_close(session, &session_data, resumption_should_succeed[i]) < 0)
> + return;
> +
> + /* Wait one second */
> + sec_sleep(1);
Ok, let's ignore it for now then.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/695#note_101776235
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/f4160c0c/attachment-0001.html>
More information about the Gnutls-devel
mailing list