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

gh-119400: make_ssl_certs: update reference test data automatically, pass in expiration dates as parameters #119400 #119401

Merged
merged 4 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. 📜🤖 Added by blurb_it.

    blurb-it[bot] authored and kanavin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0a7a141 View commit details
    Browse the repository at this point in the history
  2. Lib/test/certdata: do not hardcode reference cert data into tests

    The script was simply printing the reference data and asking
    users to update it by hand into the test suites. This can
    be easily improved by writing the data into files and
    having the test cases load the files.
    
    Co-authored-by: Petr Viktorin <encukou@gmail.com>
    Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
    kanavin and encukou committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0e82723 View commit details
    Browse the repository at this point in the history
  3. make_ssl_certs: make it possible to pass in expiration dates from com…

    …mand line
    
    Note that the defaults are same as they were, so if nothing is
    specified, the script works exactly as before.
    
    Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
    kanavin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4bff2d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be13969 View commit details
    Browse the repository at this point in the history