]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459)
authorChristian Heimes <christian@python.org>
Sun, 25 Feb 2018 08:48:02 +0000 (09:48 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 08:48:02 +0000 (09:48 +0100)
commit6e8f395001b026daea047cf225dcca5a973ae824
tree3dfb07c9eef71348d51b14dc3a71996a29f7f4ee
parent8d4d17399fb82801eaaca5beeb97a19908b40222
bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459)

SSLContext.load_dh_params() now supports non-ASCII path.

Signed-off-by: Christian Heimes <christian@python.org>
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2017-09-08-11-04-10.bpo-25404.pXetCl.rst [new file with mode: 0644]
Modules/_ssl.c