]> granicus.if.org Git - python/commit
(Merge 3.3) Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 24 Jun 2013 22:43:47 +0000 (00:43 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 24 Jun 2013 22:43:47 +0000 (00:43 +0200)
commit86073dc3c2aaa5c9292bd63ccc1db4da10f712c9
tree0d093914ebcc0e774588388c0dad4196135cd16a
parent14b9b110982fd7f00392b898230c4015bd2bdaaa
parent6efa965a27696ae0acf1c914ca71b545a53be01c
(Merge 3.3) Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if
the input string in longer than 2 gigabytes, and
ssl.SSLContext.load_cert_chain() raises a ValueError if the password is longer
than 2 gigabytes. The ssl module does not support partial write.
Misc/NEWS
Modules/_ssl.c