]> git.ipfire.org Git - thirdparty/gnutls.git/commit
pkcs11: use the same initialization code for provider
authorDaiki Ueno <ueno@gnu.org>
Tue, 16 Sep 2025 08:57:24 +0000 (17:57 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 19 Sep 2025 05:19:37 +0000 (14:19 +0900)
commit642e4e4ac983e7461bb3ff249ed7c356f2853f8e
tree30115044be2684e2628d265672683182bbba0c51
parent421229a8d667afad6c54a395b0a1da7496fbb859
pkcs11: use the same initialization code for provider

This makes the pkcs11-provider code use the thread-safe module
initialization code introduced in commit
aa5f15a872e62e54abe58624ee393e68d1faf689. As the mechanism works over
p11-kit managed modules, this switches the "path" config option to
using PKCS#11 URI, through the "url" keyword.

Signed-off-by: Daiki Ueno <ueno@gnu.org>
doc/cha-config.texi
lib/global.c
lib/gnutls_int.h
lib/pkcs11/p11_provider.c
lib/priority.c
tests/pkcs11-provider/test-pkcs11-provider.sh