SIGN IN SIGN UP

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.
V
Victor Stinner committed
6efa965a27696ae0acf1c914ca71b545a53be01c
Parent: 51cee7d