[gnutls-devel] GnuTLS | pkcs11-provider: rework to share the code with the existing PKCS#11 support (!2018)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Thu Sep 18 12:03:38 CEST 2025



Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/2018 was reviewed by Alexander Sosedkin

--
  
Alexander Sosedkin started a new discussion on lib/pkcs11/p11_mac.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/2018#note_2760014015

 >  	params.ulSaltSourceDataLen = salt_size;
 >  	params.pPassword = (unsigned char *)key;
 >  	params.ulPasswordLen = key_size;

more compat names here... but at least `for new in $(grep undef /usr/include/p11-kit-1/p11-kit/pkcs11.h | cut '-d ' -f2); do old=$(grep -F "#define $new " /usr/include/p11-kit-1/p11-kit/pkcs11.h | cut '-d ' -f3); if [[ -n "$old" ]]; then grep -F "$old" lib/pkcs11/* ; fi ; done` suggests it might be the last ones.


-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2018
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/20250918/65cc8340/attachment-0001.html>


More information about the Gnutls-devel mailing list