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 support for <X509Certificate /> in <KeyInfo />; remove KeyInfoProvider #301

Merged
merged 27 commits into from
Jun 17, 2023

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    280075b View commit details
    Browse the repository at this point in the history
  2. Address review comments

    cjbarth committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    74f4a23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bd88c0 View commit details
    Browse the repository at this point in the history
  4. Update types

    cjbarth committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c09e373 View commit details
    Browse the repository at this point in the history
  5. better documentation

    cjbarth committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    62fafe9 View commit details
    Browse the repository at this point in the history
  6. Add test per PR review

    This test failed unless we go back and make sure to clear out any `getKeyInfoContent()` functions that may have been set. If they wish to use one, they should set it after enabling HMAC.
    cjbarth committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    84c8146 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. private hmac

    cjbarth committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    49b8e64 View commit details
    Browse the repository at this point in the history
  2. lint

    cjbarth committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    bb508cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bd4856 View commit details
    Browse the repository at this point in the history
  4. lint

    cjbarth committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    abcf25e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7e6a99 View commit details
    Browse the repository at this point in the history
  6. fix broken tests

    Ivan committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3cb410f View commit details
    Browse the repository at this point in the history
  7. fix bug

    Ivan committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    40f1e8f View commit details
    Browse the repository at this point in the history
  8. fix bug

    Ivan committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    530f34e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a5cff5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    04a4915 View commit details
    Browse the repository at this point in the history
  11. revert var to const change (eslint did it)

    Ivan committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2acd2ee View commit details
    Browse the repository at this point in the history
  12. make SignatureAlgorithms, HashAlgorithms and CanonicalizationAlgorith…

    …ms instance members of SignedXml
    Ivan committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    eaceb08 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8336454 View commit details
    Browse the repository at this point in the history
  14. improve test

    Ivan committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1669c68 View commit details
    Browse the repository at this point in the history
  15. test with two public certificates

    Ivan committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c6a29f4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    be08a46 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    32b237a View commit details
    Browse the repository at this point in the history
  18. Merge pull request #1 from shunkica/key-info

    Fix broken tests and only put certificates in the X509Certificate element
    cjbarth authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2340320 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f87d4b8 View commit details
    Browse the repository at this point in the history
  20. Update index.d.ts

    Co-authored-by: shunkica <[email protected]>
    cjbarth and shunkica authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    599ca5a View commit details
    Browse the repository at this point in the history
  21. remove static

    cjbarth committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    aa2f62f View commit details
    Browse the repository at this point in the history