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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Sat May 30 11:55:13 CEST 2020




Daiki Ueno commented on a discussion on lib/cert-cred.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1262#note_352269433

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

That's strange as we have other callback docs in the public header, e.g., `gnutls_pin_callback_t`. What error do you see?

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


More information about the Gnutls-devel mailing list