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

test: add cert chain with mixed key sizes #4433

Merged
merged 4 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. add test certs

    This commit adds a "mixed key" chain where the CA is using a smaller key
    than all of the other certs in the chain.
    jmayclin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    27d341c View commit details
    Browse the repository at this point in the history
  2. Update tests/pems/mixed_chains/generate-certs.sh

    Co-authored-by: Sam Clark <3758302+goatgoose@users.noreply.github.com>
    jmayclin and goatgoose committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4b62b04 View commit details
    Browse the repository at this point in the history
  3. Update tests/pems/mixed_chains/generate-certs.sh

    Co-authored-by: Sam Clark <3758302+goatgoose@users.noreply.github.com>
    jmayclin and goatgoose committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    193574a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. address pr feedback

    - correct comment
    jmayclin committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    73f1181 View commit details
    Browse the repository at this point in the history