| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix minor documentation markup error. | Larry Hastings | 2013-08-03 | 1 | -1/+1 |
|
|
* | | Merge #18311: fix typo. | R David Murray | 2013-06-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18311: fix typo. | R David Murray | 2013-06-26 | 1 | -1/+1 |
|
|
* | | Issue #18147: Add diagnostic functions to ssl.SSLContext(). | Christian Heimes | 2013-06-17 | 1 | -0/+24 |
|
|
* | | Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store. | Christian Heimes | 2013-06-09 | 1 | -0/+23 |
|
|
* | | removed accidental new line | Christian Heimes | 2013-06-09 | 1 | -2/+1 |
|
|
* | | Issue #18143: Implement ssl.get_default_verify_paths() in order to debug | Christian Heimes | 2013-06-09 | 1 | -1/+19 |
|
|
* | | Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) ... | Antoine Pitrou | 2013-04-16 | 1 | -5/+11 |
|\ \
| |/ |
|
| * | Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) ... | Antoine Pitrou | 2013-04-16 | 1 | -5/+11 |
|
|
* | | Fix a crash when setting a servername callback on a SSL server socket and the... | Antoine Pitrou | 2013-04-11 | 1 | -0/+1 |
|
|
* | | Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch... | Antoine Pitrou | 2013-03-28 | 1 | -10/+45 |
|
|
* | | Issue #17047: remove doubled words added in 3.4, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|
|
* | | Issue #8109: The ssl module now has support for server-side SNI, thanks to a ... | Antoine Pitrou | 2013-01-05 | 1 | -0/+71 |
|/ |
|
* | Update the getpeercert() example with a real-world cert showing non-trivial i... | Antoine Pitrou | 2012-08-16 | 1 | -17/+33 |
|\ |
|
| * | Update the getpeercert() example with a real-world cert showing non-trivial i... | Antoine Pitrou | 2012-08-16 | 1 | -17/+33 |
|
|
* | | Issue #14837: SSL errors now have `library` and `reason` attributes describin... | Antoine Pitrou | 2012-06-22 | 1 | -0/+16 |
|
|
* | | Issue #14204: The ssl module now has support for the Next Protocol Negotiatio... | Antoine Pitrou | 2012-03-21 | 1 | -1/+34 |
|
|
* | | Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. | Antoine Pitrou | 2012-01-27 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. | Antoine Pitrou | 2012-01-27 | 1 | -1/+2 |
|
|
* | | Merge SSL doc fixes (issue #13747). | Antoine Pitrou | 2012-01-09 | 1 | -4/+3 |
|\ \
| |/ |
|
| * | Issue #13747: fix SSL compatibility table. | Antoine Pitrou | 2012-01-09 | 1 | -1/+1 |
|
|
| * | Issue #13747: fix documentation error about the default SSL version. | Antoine Pitrou | 2012-01-09 | 1 | -3/+2 |
|
|
* | | Update printout of SSL certificate examples for 3.2+. | Antoine Pitrou | 2012-01-06 | 1 | -5/+40 |
|\ \
| |/ |
|
| * | Update printout of SSL certificate examples for 3.2+. | Antoine Pitrou | 2012-01-06 | 1 | -5/+40 |
|
|
* | | Add a subsection explaning cipher selection. | Antoine Pitrou | 2012-01-04 | 1 | -0/+19 |
|\ \
| |/ |
|
| * | Add a subsection explaning cipher selection. | Antoine Pitrou | 2012-01-04 | 1 | -0/+19 |
|
|
* | | Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the | Antoine Pitrou | 2011-12-22 | 1 | -5/+25 |
|
|
* | | Fix ssl module compilation if ECDH support was disabled in the OpenSSL build. | Antoine Pitrou | 2011-12-21 | 1 | -0/+10 |
|
|
* | | Issue #13634: Add support for querying and disabling SSL compression. | Antoine Pitrou | 2011-12-20 | 1 | -0/+19 |
|
|
* | | Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman | Antoine Pitrou | 2011-12-19 | 1 | -0/+26 |
|
|
* | | Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers | Antoine Pitrou | 2011-12-19 | 1 | -0/+7 |
|
|
* | | Fix typo | Antoine Pitrou | 2011-10-27 | 1 | -1/+1 |
|
|
* | | Update example of non-blocking SSL code for the new finer-grained exceptions | Antoine Pitrou | 2011-10-27 | 1 | -7/+4 |
|
|
* | | Issue #11183: Add finer-grained exceptions to the ssl module, so that | Antoine Pitrou | 2011-10-27 | 1 | -0/+42 |
|
|
* | | Replace mentions of socket.error. | Antoine Pitrou | 2011-10-12 | 1 | -3/+5 |
|
|
* | | Issue #12823: remove broken link and replace it with another resource. | Antoine Pitrou | 2011-10-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #12823: remove broken link and replace it with another resource. | Antoine Pitrou | 2011-10-07 | 1 | -2/+2 |
|
|
* | | Issue #12803: SSLContext.load_cert_chain() now accepts a password argument | Antoine Pitrou | 2011-08-25 | 1 | -1/+17 |
|
|
* | | Issue #12551: Provide a get_channel_binding() method on SSL sockets so as | Antoine Pitrou | 2011-07-20 | 1 | -0/+19 |
|
|
* | | Use infinitive, not 3rd person of present tense. | Antoine Pitrou | 2011-07-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Use infinitive, not 3rd person of present tense. | Antoine Pitrou | 2011-07-10 | 1 | -1/+1 |
|
|
* | | Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. | Antoine Pitrou | 2011-07-10 | 1 | -18/+43 |
|\ \
| |/ |
|
| * | Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. | Antoine Pitrou | 2011-07-10 | 1 | -18/+43 |
|
|
| * | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -0/+3 |
| |\ |
|
| | * | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -0/+3 |
|
|
| | * | Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,... | Georg Brandl | 2011-02-25 | 1 | -13/+12 |
|
|
| | * | Merged revisions 87653-87655 via svnmerge from | Antoine Pitrou | 2011-01-02 | 1 | -11/+14 |
|
|
| | * | Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge... | Georg Brandl | 2010-10-06 | 1 | -8/+0 |
|
|
| | * | Merged revisions 81231 via svnmerge from | Antoine Pitrou | 2010-05-16 | 1 | -0/+4 |
|
|
| | * | Merged revisions 74821,74828-74831,74833,74835 via svnmerge from | Georg Brandl | 2009-09-16 | 1 | -275/+261 |
|
|