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

Reorganize DSSE library #42

Merged
merged 4 commits into from
May 2, 2023

Commits on Apr 30, 2023

  1. Reorganize DSSE library

    * Reorganizes source files
    * Removes Verify method from EnvelopeSigner -> use EnvelopeVerifier
      directly
    * Renames SignVerifier to SignerVerifier (with an alias for
      compatibility)
    
    Signed-off-by: Aditya Sirish <aditya@saky.in>
    adityasaky committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    c974d7f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Improve error message, fix test sv names

    Signed-off-by: Aditya Sirish <aditya@saky.in>
    adityasaky committed May 1, 2023
    Configuration menu
    Copy the full SHA
    20dcd93 View commit details
    Browse the repository at this point in the history
  2. Multiple changes

    * Consolidate Signer and Verifier interfaces in signerverifier.go
    * Move verification tests to verify_test.go
    * Rename interceptSigner
    
    Signed-off-by: Aditya Sirish <aditya@saky.in>
    adityasaky committed May 1, 2023
    Configuration menu
    Copy the full SHA
    976737f View commit details
    Browse the repository at this point in the history
  3. Fix test of cjson.encodeCanonical

    Signed-off-by: Aditya Sirish <aditya@saky.in>
    adityasaky committed May 1, 2023
    Configuration menu
    Copy the full SHA
    7a2c08e View commit details
    Browse the repository at this point in the history