[xmlsectool] branch main updated: XSTJ-96 - Signatures using PKCS#11 tokens fail with "Missing key encoding"

Ian Young ian at iay.org.uk
Thu Mar 20 18:09:40 UTC 2025


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository xmlsectool.

View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=acb449bb449aa596527da339a9f2fc99e75dda3c

The following commit(s) were added to refs/heads/main by this push:
     new acb449b  XSTJ-96 - Signatures using PKCS#11 tokens fail with "Missing key encoding"
acb449b is described below

commit acb449bb449aa596527da339a9f2fc99e75dda3c
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Mar 20 18:09:37 2025 +0000

    XSTJ-96 - Signatures using PKCS#11 tokens fail with "Missing key
    encoding"
    
    https://shibboleth.atlassian.net/browse/XSTJ-96
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index ea1f403..695c9ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,9 @@
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.1.3</shib-shared.version>
         <dependenciesDirectory>${project.build.directory}/dependencies</dependenciesDirectory>
+        
+        <!-- Temporary fix for XSTL-96. Remove in subsequent releases. -->
+        <xmlsec.version>3.0.5</xmlsec.version>
     </properties>
 
     <dependencies>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list