[gnutls-devel] GnuTLS | gnutls_init: added flag for automatic re-authentication (!766)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Mon Oct 15 16:27:33 CEST 2018
Daiki Ueno started a new discussion on tests/tls12-rehandshake-cert-auto.c:
> +
> + close(fd);
> + gnutls_deinit(session);
> +
> + gnutls_anon_free_server_credentials(anoncred);
> + gnutls_certificate_free_credentials(x509_cred);
> +
> + gnutls_global_deinit();
> +
> + if (debug)
> + success("server: finished\n");
> +}
> +
> +static void ch_handler(int sig)
> +{
> + return;
nit: can't it be SIG_IGN?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/766#note_108862528
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/20181015/e0768df3/attachment.html>
More information about the Gnutls-devel
mailing list