Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ECDSA KeyGeneration/Sign/Verify/SignatureConversion #1275

Merged
merged 6 commits into from
Apr 15, 2024

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    7a2c9dd View commit details
    Browse the repository at this point in the history
  2. Sign/Verify Operations for ECDSA

    also an Operation for ECDSA signature conversion,
    as there could be multiple formats of the signature
    cplussharp committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    8f182e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. ECDSA rename signature format "Concat HEX" to "P1363 HEX"

    this format name is more specific and easier to search for on the internet
    cplussharp committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7b54d9e View commit details
    Browse the repository at this point in the history
  2. make the ECDSA JSON signature parsing more robust

    also rename the format to "Raw JSON"
    as I will later introduce "JSON Web Signature"
    cplussharp committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    1fbc7e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e7195c View commit details
    Browse the repository at this point in the history
  4. ECDSA JSON Web Signature format

    used e.g. by JWT
    cplussharp committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    21ac516 View commit details
    Browse the repository at this point in the history