Skip to content

4.3.0

Compare
Choose a tag to compare
@robotdan robotdan released this 25 Aug 13:33
· 55 commits to master since this release
  • Take PublicKey instead of RSAPublicKey or ECPublicKey on verifier methods and then validate the key to ensure the correct type.

  • Support taking a PrivateKey object when building a signer in addition to a PEM.

    Resolves #35
    Thanks to @tommed for the request.