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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri May 29 06:34:40 CEST 2020




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

>  	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);

yes.

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


More information about the Gnutls-devel mailing list