Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

1.2.0

Latest
Compare
Choose a tag to compare
@schaabs schaabs released this 10 Dec 16:39
· 2 commits to master since this release
2879fa1
  • Fixed EC Key signature service / client interoperability issue, #58.
    • Added static class SignatureEncoding to covert between ASN.1 DER encoded ECDSA signatures and raw signatures
    • FUNCTIONALLY BREAKING CHANGE: Signatures created with local ECDSA keys from previous versions of
      azure-keyvault-cryptography will no longer verify properly on newer versions of azure-keyvault-cryptography.
      They must first be decoded using the method SignatureEncoding.fromAsn1Der.
  • Fixed performance issue caused by per message RSA key pair generation.