Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
This repository was 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

@schaabs

Description

@schaabs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions