SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 519 Python

Commit parts of SF patch #462759

Use #define X509_NAME_MAXLEN for server/issuer length on an SSL
object.

Update doc strings for socket.ssl() and ssl methods read() and
write().

PySSL_SSLwrite(): Check return value and raise exception on error.
Use int for len instead of size_t.  (All the function the size_t obj
was passed to our from expected an int!)

PySSL_SSLread(): Check return value of PyArg_ParseTuple()!  More
robust checks of return values from SSL_read().
J
Jeremy Hylton committed
ba69936037788ddf0cf43047ecb5c3a00af20628
Parent: ae0013d