commit | 8cfd67cfe77120dcab8dd5441bac4a6895d66d6a | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sun Jun 23 15:09:26 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sun Jun 23 15:09:26 2013 +0200 |
tree | 6ed0d6c8df3276b470ea5ae9666aeda80c4ef122 | |
parent | 2ab07f01a4787336600b95cdf0312a9e6e00f34e [diff] | |
parent | 9ee0203057e7a566e562233e2c48e0c752ecc989 [diff] |
(Merge 3.3) Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() and in ssl.SSLContext.load_cert_chain() for strings and passwords longer than 2 gigabytes.