|
I am fairly sure I am doing something wrong. I have the following xml file that I generate with my perl XML::Enc module (so it is possible that I have a problem in the module). The private key and public keys are at https://metacpan.org/release/TIMLEGGE/XML-Enc-0.13/source/t/sign-private.pem and https://metacpan.org/release/TIMLEGGE/XML-Enc-0.13/source/t/sign-certonly.pem The following command is being used to decrypt:
any ideas why I cannot find the key? |
Replies: 2 comments
|
Never mind - it finally occurred to me to check the version installed. It was xmlsec1 1.2.39 (openssl) I installed from github and it works fine. |
|
Yeah, RSA-OAEP was added in 1.3.0 (#623) so 1.2.x branch doesn't have it. |
Never mind - it finally occurred to me to check the version installed. It was xmlsec1 1.2.39 (openssl)
I installed from github and it works fine.