[gnutls-devel] GnuTLS | RFC7250 certificate type negotiation (!498)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Aug 20 14:18:38 CEST 2018


Nikos Mavrogiannopoulos commented on a discussion on lib/ext/server_cert_type.c:

>  	ssize_t len = data_size;
>  	const uint8_t* pdata = data;
>  
> -	/* Only activate this extension if cert type negotiation is enabled
> -	 * and we have cert credentials set */
> +	/* Only activate this extension if cert type negotiation is enabled,
> +	 * we are not resuming a session and we have cert credentials set */
>  	if (!_gnutls_has_negotiate_ctypes(session) ||
> +			gnutls_session_is_resumed(session) ||

Sorry for that. I'll be around until the 23rd, so if it ready by then ping me and I'll merge it; otherwise you'll have to ping one of the other committers.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/498#note_95506429
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/20180820/349f5f26/attachment-0001.html>


More information about the Gnutls-devel mailing list