You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to do openssl LMS verify on command line on 3.6 and doesnt work?
i did build with enable-lms
[root@RHELopenssl36 lms]# openssl pkeyutl -verify -pubin -inkey /lms/lmspub.pem -sigfile /lsm/sig1.bin -rawin -in /lms/lmspub/pem -keyform DER
Could not find private key of public key from /lms/lmspub.pem
pkeyutl: Error loading key
heres my public key PEM file:
-----BEGIN PUBLIC KEY-----
ME4wDQYLKoZIhvcNAQkQAxEDPQAAAAABAAAABQAAAAEPBr8Bx3zNOh09zgjXSM6M
kLpITN3NviIEd09KcmSmGWCUXudPiKkGgHxC9HHNGbY=
-----END PUBLIC KEY-----
its XDR in a pem.
any ideas?
is the LMS verify support only for custom code and not in command line yet?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi guys!
trying to do openssl LMS verify on command line on 3.6 and doesnt work?
i did build with enable-lms
[root@RHELopenssl36 lms]# openssl pkeyutl -verify -pubin -inkey /lms/lmspub.pem -sigfile /lsm/sig1.bin -rawin -in /lms/lmspub/pem -keyform DER
Could not find private key of public key from /lms/lmspub.pem
pkeyutl: Error loading key
heres my public key PEM file:
-----BEGIN PUBLIC KEY-----
ME4wDQYLKoZIhvcNAQkQAxEDPQAAAAABAAAABQAAAAEPBr8Bx3zNOh09zgjXSM6M
kLpITN3NviIEd09KcmSmGWCUXudPiKkGgHxC9HHNGbY=
-----END PUBLIC KEY-----
its XDR in a pem.
any ideas?
is the LMS verify support only for custom code and not in command line yet?
thank you,
Beta Was this translation helpful? Give feedback.
All reactions