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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Aug 13 16:18:41 CEST 2018


Nikos Mavrogiannopoulos 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;

I wanted to comment on the test as a whole, not for this particular line :)

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


More information about the Gnutls-devel mailing list