[gnutls-devel] GnuTLS | _gnutls_verify_crt_status: apply algorithm checks to trusted CAs and other cert improvements (!1140)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Thu Dec 19 16:09:54 CET 2019




Tim Rühsen started a new discussion on lib/profiles.c: https://gitlab.com/gnutls/gnutls/merge_requests/1140#note_263191890

>  }
> +
> +/**
> + * gnutls_certificate_verification_profile_get_name:
> + * @algorithm: is a MAC algorithm
> + *
> + * Convert a #gnutls_certificate_verification_profiles_t value to a string.
> + *
> + * Returns: a string that contains the name of the specified profile or %NULL.
> + **/
> +const char *
> +	gnutls_certificate_verification_profile_get_name(gnutls_certificate_verification_profiles_t id)
> +{
> +	const gnutls_profile_entry *p;
> +
> +	for(p = profiles; p->name != NULL; p++) {

space after 'for' ?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1140#note_263191890
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/20191219/7f25a7cd/attachment-0001.html>


More information about the Gnutls-devel mailing list