[gnutls-devel] GnuTLS | WIP: RFC7250 Raw public keys (!650)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Mon Sep 17 10:36:51 CEST 2018
Nikos Mavrogiannopoulos commented on a discussion on lib/includes/gnutls/gnutls.h.in:
> unsigned idx,
> gnutls_datum_t * response);
>
> +/* RAW public key functions (RFC7250) */
> +#ifdef ENABLE_RAWPK
The problem with conditional functionality is that you also have a conditional API/ABI, which is bad when gnutls is included in an operating system like Debian/Fedora. The question is why would you compile it out? Is it to save bytes in the shared library, or some other reason?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/650#note_101759348
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/20180917/5a09fd7f/attachment.html>
More information about the Gnutls-devel
mailing list