[gnutls-devel] GnuTLS | Cleanup and fixes (!779)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Oct 19 17:23:00 CEST 2018


Nikos Mavrogiannopoulos started a new discussion on lib/ext/client_cert_type.c:

>  			 * i.e. have credentials for. Therefore we check this here and
>  			 * prune our original list.
>  			 */
> -			for (i = 0; i < cert_priors->algorithms; i++) {
> +			for (i = 0; i < cert_priors->num_priorities; i++) {
>  				if (_gnutls_session_cert_type_supported
> -						(session, cert_priors->priority[i],
> +						(session, cert_priors->priorities[i],

`cert_priors->priorities` looks very awkward... Maybe we should use just one type of abbreviation or not.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/779#note_110291890
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/20181019/27fbc89c/attachment.html>


More information about the Gnutls-devel mailing list