in reply to Verify signed data
If you're extracting a public key from an X.509 certificate, then you probably want to use RSA. I've found Crypt::OpenSSL::RSA to be a pretty good module for doing RSA.
It is possible to embed other key types (non-RSA, such as DSA) into an X.509 certificate, but that doesn't yet seem common.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Verify signed data
by rjschwei (Novice) on May 23, 2014 at 17:04 UTC |