[gnutls-devel] GnuTLS | P11tool improvements (!1071)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Oct 7 12:34:19 CEST 2019




Nikos Mavrogiannopoulos started a new discussion on src/pkcs11.c: https://gitlab.com/gnutls/gnutls/merge_requests/1071#note_226782262

>  			if (mechanism <
>  			    sizeof(mech_list) / sizeof(mech_list[0]))
>  				str = mech_list[mechanism];
> +			else if ((mechanism & 0xfffff000) == 0xd4321000 &&

Can we simplify this by using definitions from p11-kit/pkcs11.h or with internal definitions in the header file you introduced?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1071#note_226782262
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/20191007/f26b47f8/attachment.html>


More information about the Gnutls-devel mailing list