diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-03 16:15:34 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-03 16:15:34 (GMT) |
commit | 9c25486093a28c345896dcd13a84d8cd5f535763 (patch) | |
tree | 2c765a1ccd760a3b6f4e9af743832a03a79df708 /Misc | |
parent | 361467e5226af652fdf08bdfe5737f51eba594e4 (diff) | |
download | cpython-9c25486093a28c345896dcd13a84d8cd5f535763.zip cpython-9c25486093a28c345896dcd13a84d8cd5f535763.tar.gz cpython-9c25486093a28c345896dcd13a84d8cd5f535763.tar.bz2 |
Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ Core and Builtins Library ------- +- Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve + private keys. + - sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not called yet: detect bootstrap (startup) issues earlier. |