]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)
authorVictor Stinner <vstinner@python.org>
Fri, 24 Jun 2022 09:05:53 +0000 (11:05 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Jun 2022 09:05:53 +0000 (11:05 +0200)
commitd435a18c537a62a89a70005885e6e09f58997d8a
treee75b29c5d7932475dc06e9c6eed13b8d47dabdb4
parent6e33ba114ffb47505fec59674c5cce5eb6476f76
gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)

Remove the ssl.RAND_pseudo_bytes() function, deprecated in Python
3.6: use os.urandom() or ssl.RAND_bytes() instead.
Doc/library/ssl.rst
Doc/whatsnew/3.12.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2022-06-24-10-29-19.gh-issue-94199.pfehmz.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/clinic/_ssl.c.h