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

Local ECKey signatures are not compatible with Key Vault service signatures #58

Closed
schaabs opened this issue Sep 14, 2018 · 1 comment
Closed

Comments

@schaabs
Copy link
Member

schaabs commented Sep 14, 2018

The Azure Key Vault service returns ECDSA signatures in "raw" format (the same used by Windows bcrypt and ncrypt APIs). The Java Crypto provider (SunEC) which the local ECKey implementation uses ASN.1 DER format. Because of this signatures created by the service cannot be verified using the local ECKey and vice versa. The ECKey implementation must be updated to issue and accept signatures in "raw" format.

@schaabs
Copy link
Member Author

schaabs commented Nov 28, 2018

Fixed in PR #76

@schaabs schaabs closed this as completed Nov 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant