This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Releases: Azure/azure-keyvault-java
Releases · Azure/azure-keyvault-java
1.2.0
- 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.
1.1.2
1.1.1
1.1
As a minor version update, version 1.1.0 should be backwards compatible with version 1.0.0.
Since the 1.1-beta-1 release, some changes have been made as part of our support for EC keys:
- JsonWebKeySignatureAlgorithm constant ECDSA256 has been renamed ES256K
- Class Ecdsa256 has been renamed Es256k
- The instance variable "value" of the constant previously named ECDSA256 (now ES256K) has been set to ES256K
1.1-beta-1
Updates to JsonWebKey to accomodate EC keys
1.1-alpha-2
Merge pull request #27 from Azure/rrandall/readme-update Update README.md