[gnutls-devel] GnuTLS | add CRL issuer get test (!1722)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Mon Mar 13 08:46:32 CET 2023




xuraoqing commented on a discussion on tests/crl_apis.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1722#note_1310923325

>  	return crl;
>  }
>  
> +static void verify_issuer(gnutls_x509_crl_t crl,
> +			  const gnutls_datum_t * issuer_cert)
> +{
> +#define DN_MAX_LEN (1024)
> +	gnutls_x509_crt_t crt;
> +	char *issuer = gnutls_malloc(DN_MAX_LEN);

it looks better.

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


More information about the Gnutls-devel mailing list