]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 23 Jun 2013 13:08:23 +0000 (15:08 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 23 Jun 2013 13:08:23 +0000 (15:08 +0200)
commit9ee0203057e7a566e562233e2c48e0c752ecc989
treeca755c229f4cd9f231ef0d6d10b3130a4b89ca14
parent4569cd5eab5092c4508e6d0471eb9f535e71193a
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.
Misc/NEWS
Modules/_ssl.c