]> git.ipfire.org Git - thirdparty/krb5.git/commit
Replace ssl.wrap_socket() for tests 1307/head
authorJulien Rische <jrische@redhat.com>
Wed, 19 Jul 2023 11:43:17 +0000 (13:43 +0200)
committerGreg Hudson <ghudson@mit.edu>
Thu, 27 Jul 2023 21:09:54 +0000 (17:09 -0400)
commit0ceab6c363e65fb21d3312a663f2b9b569ecc415
tree6c957441671e9265608b202f3aa21dcf67716604
parent9913e5c92c4e5cb76d6ae58386f744766d2e6454
Replace ssl.wrap_socket() for tests

The ssl.wrap_socket() function was deprecated in Python 3.7 and is
removed in Python 3.12.  The ssl.SSLContext.wrap_socket() method
replaces it.

Bump the required Python version for tests to 3.4 for
ssl.create_default_context().

[ghudson@mit.edu: changed minimum Python version]
src/configure.ac
src/util/wsgiref-kdcproxy.py