| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers | Antoine Pitrou | 2011-12-19 | 1 | -0/+2 |
|
|
* | Issue #13458: Fix a memory leak in the ssl module when decoding a certificate... | Antoine Pitrou | 2011-11-23 | 1 | -0/+1 |
|\ |
|
| * | Issue #13458: Fix a memory leak in the ssl module when decoding a certificate... | Antoine Pitrou | 2011-11-23 | 1 | -0/+1 |
|
|
* | | Issue #11183: Add finer-grained exceptions to the ssl module, so that | Antoine Pitrou | 2011-10-27 | 1 | -3/+57 |
|
|
* | | Add a docstring to SSLError | Antoine Pitrou | 2011-10-22 | 1 | -3/+8 |
|
|
* | | Use PyExc_OSError directly instead of grabbing it from the socket module API | Antoine Pitrou | 2011-10-22 | 1 | -1/+1 |
|
|
* | | Issue #13034: When decoding some SSL certificates, the subjectAltName extensi... | Antoine Pitrou | 2011-10-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #13034: When decoding some SSL certificates, the subjectAltName extensi... | Antoine Pitrou | 2011-10-01 | 1 | -1/+1 |
|
|
* | | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | Charles-François Natali | 2011-08-28 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | Charles-François Natali | 2011-08-28 | 1 | -3/+1 |
|
|
* | | Issue #12803: SSLContext.load_cert_chain() now accepts a password argument | Antoine Pitrou | 2011-08-25 | 1 | -21/+149 |
|
|
* | | Issue #12551: Provide a get_channel_binding() method on SSL sockets so as | Antoine Pitrou | 2011-07-20 | 1 | -0/+60 |
|
|
* | | Issue #12440: When testing whether some bits in SSLContext.options can be | Antoine Pitrou | 2011-07-08 | 1 | -9/+25 |
|\ \
| |/ |
|
| * | Issue #12440: When testing whether some bits in SSLContext.options can be | Antoine Pitrou | 2011-07-08 | 1 | -9/+25 |
|
|
| * | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -1/+7 |
| |\ |
|
| | * | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -1/+7 |
|
|
| | * | Merged revisions 87140 via svnmerge from | Hirokazu Yamamoto | 2010-12-09 | 1 | -2/+4 |
|
|
| | * | Merged revisions 85432 via svnmerge from | Benjamin Peterson | 2010-10-13 | 1 | -2/+2 |
|
|
| | * | Merged revisions 84464 via svnmerge from | Antoine Pitrou | 2010-09-03 | 1 | -29/+30 |
|
|
| | * | Merged revisions 83677 via svnmerge from | Mark Dickinson | 2010-08-03 | 1 | -0/+1 |
|
|
| | * | Merged revisions 82211 via svnmerge from | Antoine Pitrou | 2010-06-25 | 1 | -1/+0 |
|
|
| | * | Merged revisions 82204 via svnmerge from | Antoine Pitrou | 2010-06-24 | 1 | -27/+53 |
|
|
| | * | Merged revisions 81242 via svnmerge from | Antoine Pitrou | 2010-05-16 | 1 | -0/+3 |
|
|
| | * | Merged revisions 81116 via svnmerge from | Antoine Pitrou | 2010-05-12 | 1 | -33/+26 |
|
|
| | * | Merged revisions 80790 via svnmerge from | Antoine Pitrou | 2010-05-05 | 1 | -1376/+1376 |
|
|
| | * | Merged revisions 80542 via svnmerge from | Antoine Pitrou | 2010-04-27 | 1 | -1/+1 |
|
|
| | * | Merged revisions 80454 via svnmerge from | Antoine Pitrou | 2010-04-24 | 1 | -9/+14 |
|
|
| | * | Merged revisions 80394 via svnmerge from | Antoine Pitrou | 2010-04-23 | 1 | -6/+63 |
|
|
| | * | Merged revisions 80317 via svnmerge from | Antoine Pitrou | 2010-04-21 | 1 | -1/+2 |
|
|
| | * | Merged revisions 79912 via svnmerge from | Antoine Pitrou | 2010-04-09 | 1 | -0/+2 |
|
|
| | * | Merged revisions 79449,79452 via svnmerge from | Antoine Pitrou | 2010-03-26 | 1 | -2/+1 |
|
|
| | * | Merged revisions 78598 via svnmerge from | Victor Stinner | 2010-03-02 | 1 | -0/+5 |
|
|
| | * | Merged revisions 73623-73624 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -1/+1 |
|
|
* | | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl | Victor Stinner | 2011-05-24 | 1 | -0/+67 |
|
|
* | | | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-08 | 1 | -1/+7 |
|
|
* | | | Merge fix for issue #11746 | Antoine Pitrou | 2011-04-03 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve priva... | Antoine Pitrou | 2011-04-03 | 1 | -1/+1 |
|
|
* | | | Issue #8914: fix various warnings from the Clang static analyzer v254. | Brett Cannon | 2011-02-22 | 1 | -3/+0 |
|/ / |
|
* | | Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True). | Victor Stinner | 2011-01-29 | 1 | -1/+1 |
|
|
* | | Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher) | Hirokazu Yamamoto | 2010-12-09 | 1 | -2/+4 |
|
|
* | | Issue #10272: The ssl module now raises socket.timeout instead of a generic | Antoine Pitrou | 2010-12-03 | 1 | -7/+7 |
|
|
* | | Issue #10443: Add the SSLContext.set_default_verify_paths() method. | Antoine Pitrou | 2010-11-17 | 1 | -0/+12 |
|
|
* | | Issue #10022: The dictionary returned by the `getpeercert()` method | Antoine Pitrou | 2010-11-09 | 1 | -53/+47 |
|
|
* | | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` | Antoine Pitrou | 2010-10-22 | 1 | -5/+40 |
|
|
* | | constify to appease compiler warnings | Benjamin Peterson | 2010-10-13 | 1 | -2/+2 |
|
|
* | | Define a "session_id_context" at context creation. This is recommended | Antoine Pitrou | 2010-10-13 | 1 | -0/+5 |
|
|
* | | Fix compile on NetBSD 5.0 (or anything else using an old 0.9.9-dev OpenSSL). | Gregory P. Smith | 2010-10-13 | 1 | -2/+4 |
|
|
* | | Issue #10075: Add a session_stats() method to SSLContext objects. | Antoine Pitrou | 2010-10-12 | 1 | -0/+41 |
|
|
* | | Issue #3805: clean up implementation of the _read method in _ssl.c. | Antoine Pitrou | 2010-09-03 | 1 | -29/+30 |
|
|
* | | Try to fix some buildbot failures on test_ssl | Antoine Pitrou | 2010-09-01 | 1 | -0/+1 |
|
|