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 mDoc auth Reader auth #75

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add mDoc auth Reader auth #75

wants to merge 4 commits into from

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    4e7fc9f View commit details
    Browse the repository at this point in the history
  2. parent 4e7fc9f

    author Arjen van Veen <arjen.van.veen@spruceid.com> 1701187280 +0100
    committer Arjen van Veen <arjen.van.veen@spruceid.com> 1717744754 +0200
    
    refactor for readability WIP
    
    clean up comments and duplicates
    
    clean up, add some comments
    
    cargo fmt
    
    clippy fix
    
    fmt
    
    assert on tests
    
    address pr comments
    
    refactor handle_response to return a validated_response, submit parsing and decryption errors under errors
    
    support creating a trust_anchor_registry from pem strings
    
    Fix x5chain encoding.
    
    X5Chain decoding fixes and version checking
    
    Improve reader validation code.
    
    - Also add a CLI tool for validating issuer certificates.
    
    Fix public key parsing
    
    Feat/reader auth cn (#79)
    
    * rebase onto feat/mdoc-auth
    
    * rebase and use mdoc-auth functions
    
    * wip experiment with cert building
    
    * small clean up
    
    * Fix inconsistency. (#78)
    
    * validated request improvements
    
    ---------
    
    Co-authored-by: Jacob <jacob.ward@spruceid.com>
    
    remove duplicate code
    
    clippy fix
    justAnIdentity committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b1ec197 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. wip: resolve merge conflicts with main

    Signed-off-by: Ryan Tate <ryan.tate@spruceid.com>
    Ryanmtate committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    300ab3e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Update src/definitions/x509/extensions.rs

    Co-authored-by: Jacob <jacob.ward@spruceid.com>
    Signed-off-by: Ryan Tate <ryan.tate@spruceid.com>
    Ryanmtate and cobward committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8085446 View commit details
    Browse the repository at this point in the history