[gnutls-devel] GnuTLS | WIP: AIA callback to retrieve missing chain certificates (!1262)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Thu May 28 17:42:43 CEST 2020
Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1262 was reviewed by Daiki Ueno
--
Daiki Ueno commented on a discussion on lib/cert-cred.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1262#note_351218856
> + gnutls_trust_list_getissuer_function * func)
> +{
> + tlist->issuer_callback = func;
Well, please use tabs in new code. As mentioned in CONTRIBUTING.md, our coding style is [the Linux kernel coding style](https://www.kernel.org/doc/html/latest/process/coding-style.html).
--
Daiki Ueno started a new discussion on lib/x509/verify.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1262#note_351218860
> + ret = gnutls_x509_crt_init(&issuer);
> + if (ret < 0) {
> + fprintf(stderr,
Use any of the `gnutls_*_log` functions.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1262
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/20200528/3a7d610a/attachment-0001.html>
More information about the Gnutls-devel
mailing list