commit | 9d3cacd5901f8fbbc4f8b78fc35abad01a0e6546 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Dec 07 09:20:27 2019 -0800 |
committer | GitHub <noreply@github.com> | Sat Dec 07 09:20:27 2019 -0800 |
tree | 57b7830c2c797ced4e4d7163906df23dcab97f30 | |
parent | 930cef2770b641f49e69b67840daaa53b65cd0e0 [diff] |
[3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499) test_openssl_version now accepts version 3.0.0. getpeercert() no longer returns IPv6 addresses with a trailing new line. Signed-off-by: Christian Heimes <christian@python.org> https://bugs.python.org/issue38820 (cherry picked from commit 2b7de6696bf2f924cd2cd9ff0a539c8aa37c6244) Co-authored-by: Christian Heimes <christian@python.org> https://bugs.python.org/issue38820 Automerge-Triggered-By: @tiran