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

Generic signature API #143

Merged
merged 20 commits into from
Aug 19, 2020
Merged

Generic signature API #143

merged 20 commits into from
Aug 19, 2020

Commits on Jul 25, 2020

  1. WIP signature API

    bwesterb authored and armfazh committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    750f8cd View commit details
    Browse the repository at this point in the history
  2. API example for eddilithium3.

    armfazh committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    50efdbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    309e00a View commit details
    Browse the repository at this point in the history
  4. Adding the pki package.

    armfazh committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    354d6d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Several changes

     - For sizes, changes uint to int
     - Implement Equal() for eddilithium{3,4}
     - Set OID() and TLSIdentifier()
    bwesterb committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    088a944 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Remove unused scheme IDs

    bwesterb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    f17b719 View commit details
    Browse the repository at this point in the history
  2. Use subtests

    bwesterb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    0ccb4a1 View commit details
    Browse the repository at this point in the history
  3. t.Fatal() -> t.FailNow()

    bwesterb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    6af2c6b View commit details
    Browse the repository at this point in the history
  4. ed25519 test fix

    bwesterb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    2ba0a07 View commit details
    Browse the repository at this point in the history
  5. rename and document errors

    bwesterb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    ee300cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df7e379 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a6949c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46dbc61 View commit details
    Browse the repository at this point in the history
  9. deduplicate structure

    bwesterb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    ef376fe View commit details
    Browse the repository at this point in the history
  10. satisfy linter

    bwesterb committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    6564028 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

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

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    e93ed24 View commit details
    Browse the repository at this point in the history
  2. Use Fail instead of FailNow

    bwesterb committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    f3c2794 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Update pki/pki.go

    Co-authored-by: Armando Faz <armfazh@users.noreply.github.com>
    bwesterb and armfazh committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    96ed392 View commit details
    Browse the repository at this point in the history
  2. comments armfazh

    bwesterb committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    f629445 View commit details
    Browse the repository at this point in the history