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

Update dependencies #46

Closed
wants to merge 5 commits into from

Commits on Oct 4, 2023

  1. Regenerate all keys

    The keys were generated with 1024 bit keys.  Depending on the system
    configuration this can be rejected as unsafe causing the test to fail.
    This updates the config to use 4096 keys and regenerates all key
    material
    stusmall committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7df7226 View commit details
    Browse the repository at this point in the history
  2. Update various dependencies

    This doesn't update all dependencies or get everything to the newest
    versions.  The goal was to eliminate current critical and high vulens
    in the tree.  There are still a few mediums kicking around that could be
    squashed too.  I also opportunistically bump other versions when
    possible
    stusmall committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8610c66 View commit details
    Browse the repository at this point in the history
  3. Remove key material not managed by update script

    These keys predate the ca folder and update script contained in there.
    I udpated the tests using them to use one of the keys managed by the
    update script and removed them
    stusmall committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4f74632 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    181d5f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    d688044 View commit details
    Browse the repository at this point in the history