summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #14837: SSL errors now have `library` and `reason` attributes describin...Antoine Pitrou2012-06-221-0/+16
* Issue #14204: The ssl module now has support for the Next Protocol Negotiatio...Antoine Pitrou2012-03-211-1/+34
* Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.Antoine Pitrou2012-01-271-1/+2
|\
| * Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.Antoine Pitrou2012-01-271-1/+2
* | Merge SSL doc fixes (issue #13747).Antoine Pitrou2012-01-091-4/+3
|\ \ | |/
| * Issue #13747: fix SSL compatibility table.Antoine Pitrou2012-01-091-1/+1
| * Issue #13747: fix documentation error about the default SSL version.Antoine Pitrou2012-01-091-3/+2
* | Update printout of SSL certificate examples for 3.2+.Antoine Pitrou2012-01-061-5/+40
|\ \ | |/
| * Update printout of SSL certificate examples for 3.2+.Antoine Pitrou2012-01-061-5/+40
* | Add a subsection explaning cipher selection.Antoine Pitrou2012-01-041-0/+19
|\ \ | |/
| * Add a subsection explaning cipher selection.Antoine Pitrou2012-01-041-0/+19
* | Issue #13626: Add support for SSL Diffie-Hellman key exchange, through theAntoine Pitrou2011-12-221-5/+25
* | Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.Antoine Pitrou2011-12-211-0/+10
* | Issue #13634: Add support for querying and disabling SSL compression.Antoine Pitrou2011-12-201-0/+19
* | Issue #13627: Add support for SSL Elliptic Curve-based Diffie-HellmanAntoine Pitrou2011-12-191-0/+26
* | Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL serversAntoine Pitrou2011-12-191-0/+7
* | Fix typoAntoine Pitrou2011-10-271-1/+1
* | Update example of non-blocking SSL code for the new finer-grained exceptionsAntoine Pitrou2011-10-271-7/+4
* | Issue #11183: Add finer-grained exceptions to the ssl module, so thatAntoine Pitrou2011-10-271-0/+42
* | Replace mentions of socket.error.Antoine Pitrou2011-10-121-3/+5
* | Issue #12823: remove broken link and replace it with another resource.Antoine Pitrou2011-10-071-2/+2
|\ \ | |/
| * Issue #12823: remove broken link and replace it with another resource.Antoine Pitrou2011-10-071-2/+2
* | Issue #12803: SSLContext.load_cert_chain() now accepts a password argumentAntoine Pitrou2011-08-251-1/+17
* | Issue #12551: Provide a get_channel_binding() method on SSL sockets so asAntoine Pitrou2011-07-201-0/+19
* | Use infinitive, not 3rd person of present tense.Antoine Pitrou2011-07-101-1/+1
|\ \ | |/
| * Use infinitive, not 3rd person of present tense.Antoine Pitrou2011-07-101-1/+1
* | Issue #12343: Add some notes on behaviour of non-blocking SSL sockets.Antoine Pitrou2011-07-101-18/+43
|\ \ | |/
| * Issue #12343: Add some notes on behaviour of non-blocking SSL sockets.Antoine Pitrou2011-07-101-18/+43
| * (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-0/+3
| |\
| | * Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-0/+3
| | * Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,...Georg Brandl2011-02-251-13/+12
| | * Merged revisions 87653-87655 via svnmerge fromAntoine Pitrou2011-01-021-11/+14
| | * Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge...Georg Brandl2010-10-061-8/+0
| | * Merged revisions 81231 via svnmerge fromAntoine Pitrou2010-05-161-0/+4
| | * Merged revisions 74821,74828-74831,74833,74835 via svnmerge fromGeorg Brandl2009-09-161-275/+261
| | * Merged revisions 74764 via svnmerge fromEzio Melotti2009-09-131-18/+18
* | | Issue #12049: Document errors cases of ssl.RAND_bytes() andVictor Stinner2011-05-251-3/+8
* | | Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentationVictor Stinner2011-05-241-0/+10
* | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the sslVictor Stinner2011-05-241-3/+17
* | | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-081-0/+3
* | | Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. PatchAntoine Pitrou2011-04-281-0/+3
|/ /
* | More source linksRaymond Hettinger2011-01-271-0/+4
* | Some nits.Antoine Pitrou2011-01-021-3/+3
* | Add a shutdown() call in the server example.Antoine Pitrou2011-01-021-0/+1
* | Fix code indentation.Georg Brandl2011-01-021-18/+18
* | Issue #10443: Add the SSLContext.set_default_verify_paths() method.Antoine Pitrou2010-11-171-0/+9
* | Issue #10022: The dictionary returned by the `getpeercert()` methodAntoine Pitrou2010-11-091-5/+7
* | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`Antoine Pitrou2010-10-221-1/+24
* | Issue #10075: Add a session_stats() method to SSLContext objects.Antoine Pitrou2010-10-121-5/+21
* | Issue #1589: Add ssl.match_hostname(), to help implement server identityAntoine Pitrou2010-10-081-50/+81