summaryrefslogtreecommitdiffstats
path: root/Lib/test/certdata/keycert3.pem.reference
Commit message (Collapse)AuthorAgeFilesLines
* gh-107562: Update test certificates to expire far in the future (GH-125104)Petr Viktorin2024-10-091-2/+2
| | | | | Generated with Lib/test/certdata/make_ssl_certs.py using openssl-3.2.2-3.fc40.x86_64 (Fedora 40).
* gh-119400: make_ssl_certs: update reference test data automatically, pass ↵Alexander Kanavin2024-09-251-0/+15
in expiration dates as parameters #119400 (GH-119401) * 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. * make_ssl_certs: make it possible to pass in expiration dates from command line Note that in this commit, the defaults are same as they were, so if nothing is specified the script works as before. --------- Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>