[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:45:57 CET 2019




Nikos Mavrogiannopoulos commented on a discussion on lib/profiles.c: https://gitlab.com/gnutls/gnutls/merge_requests/1140#note_263213587

>  }
> +
> +/**
> + * 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++) {

Thanks, fixed.

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


More information about the Gnutls-devel mailing list