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

Remove duplicated key handlers #318

Merged
merged 19 commits into from
Dec 12, 2023

Commits on Dec 10, 2023

  1. add a quick test to see if rsa helpers handle ec certs

    LoadPublicKeyFromStringReferenceWithEcCert
    prince-chrismc committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    0415e75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a320a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7909b41 View commit details
    Browse the repository at this point in the history
  4. linter

    prince-chrismc committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    9c5a164 View commit details
    Browse the repository at this point in the history
  5. missing enum entry

    prince-chrismc committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    a4ea436 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38d6e88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    353623b View commit details
    Browse the repository at this point in the history
  8. missing extern symbol

    prince-chrismc committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    e94e493 View commit details
    Browse the repository at this point in the history
  9. dont change behavior

    prince-chrismc committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    5fd1ad9 View commit details
    Browse the repository at this point in the history
  10. typo

    prince-chrismc committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    9560bed View commit details
    Browse the repository at this point in the history
  11. fix tests

    prince-chrismc committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    6d9ed18 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    71aa3ae View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. fixup 2 more tests

    prince-chrismc committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7645b2a View commit details
    Browse the repository at this point in the history
  2. update exception for libressl 3.5.3

    https://github.com/Thalhammer/jwt-cpp/actions/runs/7161143039/job/19496334109?pr=318#step:8:248
    
    ```
    [ RUN      ] OpenSSLErrorTest.ECDSACertificate
    /home/runner/work/jwt-cpp/jwt-cpp/tests/OpenSSLErrorTest.cpp:487: Failure
    Expected equality of these values:
      ec
        Which is: ecdsa_error:19
      e.expected_ec
        Which is: rsa_error:12
    ```
    prince-chrismc committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e69772d View commit details
    Browse the repository at this point in the history
  3. linter

    prince-chrismc committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2f0096a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    382a4ef View commit details
    Browse the repository at this point in the history
  5. add missing test

    prince-chrismc committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4d62638 View commit details
    Browse the repository at this point in the history
  6. fix copy paste

    prince-chrismc committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    827c5fb View commit details
    Browse the repository at this point in the history
  7. typo part 2

    prince-chrismc committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a15b268 View commit details
    Browse the repository at this point in the history