You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
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.