[gnutls-devel] GnuTLS | Re-introduce topendir on Windows with Unicode support (!932)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Thu Feb 21 14:55:06 CET 2019
Hugo Beauzée-Luyssen commented on a discussion on lib/x509/verify-high2.c:
> + ) {
> + snprintf(path, sizeof(path), "%s/%S",
> + dirname, d->d_name);
> +
> + if (crl != 0) {
> + ret =
> + gnutls_x509_trust_list_add_trust_file
> + (list, NULL, path, type, tl_flags,
> + tl_vflags);
> + } else {
> + ret =
> + gnutls_x509_trust_list_add_trust_file
> + (list, path, NULL, type, tl_flags,
> + tl_vflags);
> + }
> + if (ret >= 0)
It does, but that's also taken from the non UNICODE variant. I can add a patch to change that for both variants if you want
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/932#note_143652559
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/20190221/567190b4/attachment.html>
More information about the Gnutls-devel
mailing list