This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
- 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.