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 JWT VC support for RSA keys; enable ZKP tests #24

Merged
merged 4 commits into from
Aug 28, 2020
Merged

Add JWT VC support for RSA keys; enable ZKP tests #24

merged 4 commits into from
Aug 28, 2020

Commits on Aug 26, 2020

  1. Add JWT VC support for RSA keys

    Re: #3
    
    - Pass jwt tests in vc-test-suite
    - Added RSA key for testing
    - Convert RSA key to DER for use with jsonwebtoken/ring
    - Consolidate OneOrMany enums
    - Add Error type
    clehner committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    f569b40 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. vc-test-suite: test zkp

    clehner committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    2c95d18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33cb0e5 View commit details
    Browse the repository at this point in the history
  3. Explain DER tag bytes

    clehner committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    948b7a7 View commit details
    Browse the repository at this point in the history