Skip to content

3.0.0

Compare
Choose a tag to compare
@beatt83 beatt83 released this 31 May 11:21
· 39 commits to main since this release

Description

In an effort to provide easier usage of the Jose-swift API. This version enables support for different key formats without the need of converting them first to JWT.
Now all the following keys types can passed through the JWS, JWE and JWT api in order to sign, verify, decrypt and encrypt:

  • JWK
  • SecKey
  • CryptoSwift.RSA
  • P256.Signing.PrivateKey
  • P256.Signing.PublicKey
  • P384.Signing.PrivateKey
  • P384.Signing.PublicKey
  • P521.Signing.PrivateKey
  • P521.Signing.PublicKey
  • Curve25519.Signing.PrivateKey
  • Curve25519.Signing.PublicKey
  • secp256k1.Signing.PrivateKey
  • secp256k1.Signing.PublicKey

What's Changed

Full Changelog: 2.4.0...3.0.0