summaryrefslogtreecommitdiffstats
path: root/Modules/_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* [Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for compat...Andrew M. Kuchling2004-07-101-0/+1
* [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes i...Andrew M. Kuchling2004-07-101-26/+60
* Make socket.sslerror a subclass of socket.error .Brett Cannon2004-03-231-1/+3
* Patch #803998: Correctly check for error in SSL_write.Martin v. Löwis2003-10-271-2/+3
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Fix SF #754870, SSL crash interpreter when remote side closes during connectNeal Norwitz2003-06-301-1/+2
* Patch #751916: Check for signals, fix some refcounting errors.Martin v. Löwis2003-06-281-2/+13
* Fix compiler warningNeal Norwitz2003-02-021-0/+1
* SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie.Guido van Rossum2003-01-311-13/+65
* Support socket timeout in SSL, by Geoff Talvola.Guido van Rossum2003-01-271-0/+51
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Patch #575827: allow threads inside SSL creation.Martin v. Löwis2002-07-281-4/+19
* staticforward bites the dust.Jeremy Hylton2002-07-171-4/+4
* Repair badly formatted code.Jeremy Hylton2002-07-021-19/+17
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-14/+14
* Repair widespread misuse of _PyString_Resize. Since it's clear peopleTim Peters2002-04-271-2/+2
* Forward port of patch # 500311: Work around for buggy https servers.Martin v. Löwis2002-04-201-24/+72
* Break SSL support out of _socket module and place it into a newMarc-André Lemburg2002-02-161-0/+461