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

add support for ecdsa signatures #108

Open
wants to merge 31 commits into
base: v5
Choose a base branch
from
Open

add support for ecdsa signatures #108

wants to merge 31 commits into from

Commits on Oct 11, 2022

  1. add a signature type

    Geal committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ca5e60a View commit details
    Browse the repository at this point in the history
  2. helper methods

    Geal committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    863c723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b242be8 View commit details
    Browse the repository at this point in the history
  4. cleanup

    Geal committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    92da6e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13581cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be9e6a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. p256 support

    Geal committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    d0113b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    36e7362 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    ba0f80e View commit details
    Browse the repository at this point in the history
  2. reintroduce ed25519-dalek 2.0

    Geal committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ad56ade View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    d0f335f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    b52b929 View commit details
    Browse the repository at this point in the history
  2. fix testcases

    Geal committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    60514db View commit details
    Browse the repository at this point in the history
  3. move impl

    Geal committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    92f88f8 View commit details
    Browse the repository at this point in the history
  4. PEM support

    Geal committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9a8cd39 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    daa0bfd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. wip

    Geal committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2985990 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge branch 'v5' into fipscuit

    Geal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    410340e View commit details
    Browse the repository at this point in the history
  2. update protobuf enum

    Geal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    27da40e View commit details
    Browse the repository at this point in the history
  3. update serialization formats

    Geal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    93c2aae View commit details
    Browse the repository at this point in the history
  4. remove unuse code

    Geal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f104b65 View commit details
    Browse the repository at this point in the history
  5. add samples

    Since we can now have multiple algorithms, we cannot know during
    deserialization the right size of a signature, so that check is now
    removed. A signature with an invalid size will generate an error later
    during verification anyway
    Geal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    047ded5 View commit details
    Browse the repository at this point in the history
  6. parsing and printing

    Geal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3bd1d04 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'v5' into fipscuit

    Geal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d9d68bc View commit details
    Browse the repository at this point in the history
  8. fix sample file name

    Geal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5aeb701 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Merge branch 'v5' into fipscuit

    Geal committed May 25, 2024
    Configuration menu
    Copy the full SHA
    0c97e37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce02b60 View commit details
    Browse the repository at this point in the history
  3. capi fixes

    Geal committed May 25, 2024
    Configuration menu
    Copy the full SHA
    8108420 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Merge branch 'v5' into fipscuit

    Geal committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c7378ce View commit details
    Browse the repository at this point in the history
  2. fix samples build

    Geal committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c88fff0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. make the algorithm Copy

    Geal committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    346d4de View commit details
    Browse the repository at this point in the history