Replies: 1 comment
-
|
I really apologize for missing your question. The DSAKeyValue (and other key values) are disabled by default due to security risks of using a key without validation. It's discussed in the FAQ 3.5 here: https://www.aleksey.com/xmlsec/faq.html You need to add parameter |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following two signed xml files and I am using the same command line to verify them:
xmlsec1 --verify --pubkey-cert-pem t/dsa.public-2048.pem --trusted-pem t/dsa.public-2048.pem --id-attr:ID "foo" t/RvisfyLHNrThe first used the DSAKeyValue for the key
The second uses X509Certificate
I receive an error for the DSAKeyValue:
This did used to work and I doing something incorrect or was the DSAKeyValue dropped?
Beta Was this translation helpful? Give feedback.
All reactions