Skip to content

JWSETKit 0.11.0

Compare
Choose a tag to compare
@amosavian amosavian released this 19 Nov 08:51
· 51 commits to main since this release
  • fix: RSA-PKCS1.5 on Linux
  • fix: Certificate.PublicKey RSA parsing
  • refactor: AES-CBC use CommonCrypto instead of CryptoExtras
  • rafactor: Minor optimization on DataProtocol usage and conversion
  • chore: Formatting improving and removing force unwraps
  • chore: SecKey initializer from DER (PKCS1, PKCS8 for RSA and X963 for EC)
  • chore: Rename rawRepresntation to externalRepresentation
  • build: BoringSSL is now only built when CommonCrypto is unavailable
  • chore: Fixed sonar errors