]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107562: make_ssl_certs.py: produce test certificates that expire far in the future...
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 9 Oct 2024 09:16:08 +0000 (11:16 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2024 09:16:08 +0000 (11:16 +0200)
commit53930cbe47529c4de9177538c98ffdb354b9854e
treee178605427e8e7ad4b6bb35135dea008d6022d16
parent21c04e1a972bd1b6285e0ea41fa107d635bbe43a
gh-107562: make_ssl_certs.py: produce test certificates that expire far in the future by default (GH-107594)

This allows testing Y2038 with system time set to after that,
so that actual Y2038 issues can be exposed, and not masked
by expired certificate errors.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Lib/test/certdata/make_ssl_certs.py
Lib/test/test_ssl.py
Misc/NEWS.d/next/Tests/2023-08-03-17-26-55.gh-issue-107562.ZnbscS.rst [new file with mode: 0644]