[gnutls-devel] GnuTLS | WIP: Compare DNs by comparing their string representations (!1223)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Thu Mar 26 15:15:08 CET 2020
Pierre Ossman (Work account) commented on a discussion on lib/x509/dn.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1223#note_312016833
> _gnutls_x509_compare_raw_dn(const gnutls_datum_t * dn1,
> const gnutls_datum_t * dn2)
> {
> + int ret;
> + gnutls_datum_t str1, str2;
> +
I have no idea TBH. I haven't read RFC 5280 in such detail, and I have not studied what `gnutls_x509_rdn_get2()` does either.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1223#note_312016833
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/20200326/b5113d0b/attachment-0001.html>
More information about the Gnutls-devel
mailing list