Error while verifying PQ signed xml document #313
-
I am trying to test PQ signing and verification for my xml document. Here is the xml doc I am trying to sign:
Then I signed the above doc (named governance.xml) using this command: Now when I try to verify this signed doc using the following command:
If I try all these steps with a non-PQ CA (RSA or ECDSA), then the verification command succeeds with the below output:
I am not an expert of openssl or oqs project, just trying out the oqs provider for a personal project, and would appreciate any information or help to resolve/understand the above mentioned errors. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
To exclude |
Beta Was this translation helpful? Give feedback.
-
Upgrading to openssl version 3.2.0 fixed the problem for me. Was using openssl v 3.0.2 previously, and cms functionality was not supported with external providers for that version link |
Beta Was this translation helpful? Give feedback.
Upgrading to openssl version 3.2.0 fixed the problem for me. Was using openssl v 3.0.2 previously, and cms functionality was not supported with external providers for that version link