[gnutls-devel] GnuTLS | WIP: AIA callback to retrieve missing chain certificates (!1262)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Jun 1 21:56:16 CEST 2020




Sahana Prasad commented on a discussion on lib/cert-cred.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1262#note_353184704

>  	cred->verify_callback = func;
>  }
>  
> +/**
> + * gnutls_x509_trust_list_set_getissuer_function:
> + * @tlist: is a #gnutls_x509_trust_list_t type.
> + * @func: is the callback function
> + *
> + * This function sets a callback to be called when the peer's certificate
> + * chain is incomplete due a missing intermediate certificate/certificates.
> + *
> + * The callback's function prototype is defined in `abstract.h':
> + * int (*callback)(
> + * gnutls_x509_crt_t crt,
> + * gnutls_x509_crt_t issuer);

I'll  let it be in lib/cert-cred.c.
Most other callbacks are defined here too.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1262#note_353184704
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/20200601/d4f1d97b/attachment-0001.html>


More information about the Gnutls-devel mailing list