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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Sat Aug 11 20:30:30 CEST 2018


Ander Juaristi commented on a discussion on tests/suite/resume-with-stek-expiration.c:

> +
> +		gnutls_bye(session, GNUTLS_SHUT_RDWR);
> +		gnutls_deinit(session);
> +		gnutls_certificate_free_credentials(serverx509cred);
> +		serverx509cred = NULL;
> +	}
> +
> +end:
> +	if (serverx509cred)
> +		gnutls_certificate_free_credentials(serverx509cred);
> +	gnutls_free(session_ticket_key.data);
> +}
> +
> +void doit(void)
> +{
> +	pid_t child;

Yes, but how does this line relate to that?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/695#note_93909113
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/20180811/2761fac0/attachment-0001.html>


More information about the Gnutls-devel mailing list