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

Fix to make local ECDSA signature encoding compatible with service #76

Merged
merged 2 commits into from
Nov 27, 2018

Conversation

schaabs
Copy link
Member

@schaabs schaabs commented Nov 17, 2018

  • 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 os
    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

…gnature encoding

  - 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 os
    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
azure-keyvault-complete/pom.xml Outdated Show resolved Hide resolved
Copy link
Contributor

@herveyw-msft herveyw-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.

@schaabs schaabs merged commit b22e06e into Azure:master Nov 27, 2018
@schaabs schaabs deleted the eckey-encoding-fix branch November 27, 2018 00:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants