commit | 9d01717f373d0180e2804c827efbc40d8cf72063 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jan 06 12:21:26 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jan 06 12:21:26 2015 +0100 |
tree | 44e46d4f050a3a0b35418df9a94917b08a0bd80d | |
parent | 5819cfa5aa93e7fbb50fa70b1529d3d78e852fcb [diff] |
Issue #20896, #22935: The ssl.get_server_certificate() function now uses the ssl.PROTOCOL_SSLv23 protocol by default, not ssl.PROTOCOL_SSLv3, for maximum compatibility and support platforms where ssl.PROTOCOL_SSLv3 support is disabled.