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

Expand signature validation with the output of the signature together… #81

Closed
wants to merge 17 commits into from

Commits on Jun 28, 2022

  1. Expand signature validation with the output of the signature together…

    … with header and payload #11
    
    Signed-off-by: Sarah Julia Kriesch <sarah.j.kriesch@fau.de>
    skriesch committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    43f72c3 View commit details
    Browse the repository at this point in the history
  2. fix syntax error

    Signed-off-by: Sarah Julia Kriesch <sarah.j.kriesch@fau.de>
    skriesch committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    a041e9e View commit details
    Browse the repository at this point in the history
  3. Add function extractSignature with jose utility generate_key_pair #11

    Signed-off-by: Sarah Julia Kriesch <sarah.j.kriesch@fau.de>
    skriesch committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    05827c1 View commit details
    Browse the repository at this point in the history
  4. Fix module import generate_key_pair

    Signed-off-by: Sarah Julia Kriesch <sarah.j.kriesch@fau.de>
    skriesch committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    244d6e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5ee58c View commit details
    Browse the repository at this point in the history
  6. Remove all from generate_key_pair

    Signed-off-by: Sarah Julia Kriesch <sarah.j.kriesch@fau.de>
    skriesch committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    454bd32 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. remove deprecated GenerateKeyPair untility

    Signed-off-by: Sarah Julia Kriesch <sarah.j.kriesch@fau.de>
    skriesch committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5668bdb View commit details
    Browse the repository at this point in the history
  2. Adopt KeyType to jose.KeyType

    Signed-off-by: Sarah Julia Kriesch <sarah.j.kriesch@fau.de>
    skriesch committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    05dc453 View commit details
    Browse the repository at this point in the history
  3. Add additional function for key decoding without JSON #11

    Signed-off-by: Sarah Julia Kriesch <sarah.j.kriesch@fau.de>
    skriesch committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5554a74 View commit details
    Browse the repository at this point in the history
  4. Use async function

    skriesch committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    0c1a295 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab1909d View commit details
    Browse the repository at this point in the history
  6. Remove bracket

    skriesch committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    f3c610e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d150e53 View commit details
    Browse the repository at this point in the history
  8. Define JWSObject

    skriesch committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    25277a4 View commit details
    Browse the repository at this point in the history
  9. Try with jose.JWS

    skriesch committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    24d3e0d View commit details
    Browse the repository at this point in the history
  10. Try with jose.JWS and async

    skriesch committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    8399d8e View commit details
    Browse the repository at this point in the history
  11. Fix Promise

    skriesch committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    3ab900e View commit details
    Browse the repository at this point in the history