[gnutls-devel] GnuTLS | P11tool improvements (!1071)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Fri Oct 4 20:39:14 CEST 2019
Nikos Mavrogiannopoulos commented on a discussion on src/pkcs11.c: https://gitlab.com/gnutls/gnutls/merge_requests/1071#note_226260640
>
> #include "mech-list.h"
>
> +struct pkcs11_mech_info {
> + unsigned long min_key_size;
> + unsigned long max_key_size;
> + unsigned long flags;
> +};
> +
I guess we only need to include pkcs11.h from p11-kit. The rationale of leaving it outside, is to avoid duplication and avoid the various variants of the pkcs11 api.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1071#note_226260640
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/20191004/e9c1517e/attachment.html>
More information about the Gnutls-devel
mailing list