in reply to Re: Help verifying RSA PSS signature in Perl with Crypt::RSA and Crypt::RSA::SS::PSS
in thread Help verifying RSA PSS signature in Perl with Crypt::RSA and Crypt::RSA::SS::PSS
Yes, Khen1950fx, I'm also able to verify most of the time with a key that I generate (as in your example. However, sometimes it fails with the error I posted above. Also, the problem is trying to verify with a public key that I've gotten from another device
(By the way, my code snippet "$signature = pack("H*", '03808458..73E92'); " was just an example (so I wouldn't have to include the whole hex-string signature)).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Help verifying RSA PSS signature in Perl with Crypt::RSA and Crypt::RSA::SS::PSS
by Khen1950fx (Canon) on Apr 01, 2013 at 14:33 UTC |