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

Releases: Azure/azure-keyvault-java

1.2.0

10 Dec 16:39
2879fa1
Compare
Choose a tag to compare
  • 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

02 Nov 23:01
a0a8f81
Compare
Choose a tag to compare
  • Fixed an issue in azure-keyvault-extensions where use with Guava 26.0 would lead to NoSuchMethodErrors.
  • Prevent caching of unversioned keys.

As a patch release, this should be compatible with 1.1.1.

1.1.1

14 Sep 16:52
bdee224
Compare
Choose a tag to compare

As a patch release, this update should be backwards compatible with 1.1.

  • Updated POMs to resolve a few minor errors and update a few dependencies.
  • Added a azure-keyvault-complete POM to Maven that encapsulates dependencies on all five modules.

1.1

24 Aug 18:03
814fec0
Compare
Choose a tag to compare
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

08 Jun 22:51
Compare
Choose a tag to compare
1.1-beta-1 Pre-release
Pre-release
Updates to JsonWebKey to accomodate EC keys

1.1-alpha-2

13 Mar 21:54
9230218
Compare
Choose a tag to compare
1.1-alpha-2 Pre-release
Pre-release
Merge pull request #27 from Azure/rrandall/readme-update

Update README.md