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

feat: signature-based UN and possibility of adding context to UN #284

Merged
merged 14 commits into from
Sep 14, 2022

Commits on Jul 12, 2022

  1. feat: wrote a UN based on signature and refactored things to allow an…

    … optional context for both MAC-based UNs and signature-based UNs
    Tore Kasper Frederiksen committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    212b4a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. test: adding dumping of generated material for tests in attestation.j…

    …ar (#283)
    
    * test: implemented an object dumber and updated java tests to write object dumps, along with handling linter feedback on the touched files
    
    * ci: 🎡 trigger tn CI after prerelease
    
    Co-authored-by: Tore Kasper Frederiksen <[email protected]>
    Co-authored-by: Feng Yu <[email protected]>
    3 people committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    dc2283e View commit details
    Browse the repository at this point in the history
  2. feat: wrote a UN based on signature and refactored things to allow an…

    … optional context for both MAC-based UNs and signature-based UNs
    Tore Kasper Frederiksen committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    4c8883f View commit details
    Browse the repository at this point in the history
  3. docs: added comments

    Tore Kasper Frederiksen committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    ab4a2e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    9f8c32c View commit details
    Browse the repository at this point in the history
  2. fix: made some fixes and tried to get a consistent version working be…

    …tween TS and Java
    Tore Kasper Frederiksen committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    44101e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. fix: updated java code to be able to integration test JS generated UNs

    Tore Kasper Frederiksen committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    18af30b View commit details
    Browse the repository at this point in the history
  2. fix: updated JS code to be able to integration test with java generat…

    …ed UNs and added tests
    Tore Kasper Frederiksen committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    7cca075 View commit details
    Browse the repository at this point in the history
  3. Removed unnneeded test

    Tore Kasper Frederiksen committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    00b75a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. test: updated tests and ensured consistent and deterministic code whe…

    …n needed
    Tore Kasper Frederiksen committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    9f5529f View commit details
    Browse the repository at this point in the history
  2. test: updated and expanded integration tests to ensure consistency wi…

    …th Java implementation
    Tore Kasper Frederiksen committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    dc15c07 View commit details
    Browse the repository at this point in the history
  3. fix: fixed issues related to deterministic keys

    Tore Kasper Frederiksen committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    9e1228f View commit details
    Browse the repository at this point in the history
  4. test: fixed missing references in js test

    Tore Kasper Frederiksen committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    da54e66 View commit details
    Browse the repository at this point in the history
  5. fix: fixed directory typo

    Tore Kasper Frederiksen committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    3a443b3 View commit details
    Browse the repository at this point in the history