]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
NEWS: mention configuration change of PKCS#11 provider
authorDaiki Ueno <ueno@gnu.org>
Thu, 18 Sep 2025 05:21:52 +0000 (14:21 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 19 Sep 2025 05:19:37 +0000 (14:19 +0900)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
NEWS

diff --git a/NEWS b/NEWS
index 178d15aa03294a2fe4f8bbd54409378442eecfca..f2457db51f31b1f82bfe4df67498037e81ab01db 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,11 @@ See the end for copying conditions.
    A new function gnutls_record_get_max_send_size() has been added to
    determine the maximum size of a TLS record to be sent to the peer.
 
+** libgnutls: PKCS#11 cryptographic provider configuration takes a token URI
+   instead of a module path. To allow using a PKCS#11 module exposing
+   multiple tokens, the "path" configuration keyword was replaced with
+   the "url" keyword.
+
 ** API and ABI modifications:
 gnutls_psk_allocate_client_credentials2: New function
 gnutls_psk_allocate_server_credentials2: New function