v3.0.0
(PR #25)
We no longer convert from .pem format to raw RSA public keys
- No longer requires separate
openssl
executable - BREAKING: Removed
getPublicKey
in favor ofgetPem
- BREAKING: This means we use the
openssl
shipped with Node instead of a separate executable on the system
A migration guide is available