| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| | * | Merged revisions 74764 via svnmerge from | Ezio Melotti | 2009-09-13 | 1 | -18/+18 |
|
|
* | | | Issue #12049: Document errors cases of ssl.RAND_bytes() and | Victor Stinner | 2011-05-25 | 1 | -3/+8 |
|
|
* | | | Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentation | Victor Stinner | 2011-05-24 | 1 | -0/+10 |
|
|
* | | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl | Victor Stinner | 2011-05-24 | 1 | -3/+17 |
|
|
* | | | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-08 | 1 | -0/+3 |
|
|
* | | | Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch | Antoine Pitrou | 2011-04-28 | 1 | -0/+3 |
|/ / |
|
* | | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+4 |
|
|
* | | Some nits. | Antoine Pitrou | 2011-01-02 | 1 | -3/+3 |
|
|
* | | Add a shutdown() call in the server example. | Antoine Pitrou | 2011-01-02 | 1 | -0/+1 |
|
|
* | | Fix code indentation. | Georg Brandl | 2011-01-02 | 1 | -18/+18 |
|
|
* | | Issue #10443: Add the SSLContext.set_default_verify_paths() method. | Antoine Pitrou | 2010-11-17 | 1 | -0/+9 |
|
|
* | | Issue #10022: The dictionary returned by the `getpeercert()` method | Antoine Pitrou | 2010-11-09 | 1 | -5/+7 |
|
|
* | | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` | Antoine Pitrou | 2010-10-22 | 1 | -1/+24 |
|
|
* | | Issue #10075: Add a session_stats() method to SSLContext objects. | Antoine Pitrou | 2010-10-12 | 1 | -5/+21 |
|
|
* | | Issue #1589: Add ssl.match_hostname(), to help implement server identity | Antoine Pitrou | 2010-10-08 | 1 | -50/+81 |
|
|
* | | Be more precise as to what operations are supported | Antoine Pitrou | 2010-09-19 | 1 | -5/+21 |
|
|
* | | Remove references to read() and write() methods, which are useless synonyms of | Antoine Pitrou | 2010-09-19 | 1 | -28/+14 |
|
|
* | | Mention that SSL sockets provide the basic socket API. | Antoine Pitrou | 2010-09-19 | 1 | -0/+6 |
|
|
* | | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -7/+10 |
|
|
* | | Document the context attribute of SSL sockets | Antoine Pitrou | 2010-05-24 | 1 | -0/+10 |
|
|
* | | Add a versionadded tag for SSL contexts. | Antoine Pitrou | 2010-05-24 | 1 | -0/+2 |
|
|
* | | Issue #4870: Add an `options` attribute to SSL contexts, as well as | Antoine Pitrou | 2010-05-21 | 1 | -0/+56 |
|
|
* | | Issue #8550: Add first class `SSLContext` objects to the ssl module. | Antoine Pitrou | 2010-05-16 | 1 | -47/+236 |
|
|
* | | Merged revisions 81229 via svnmerge from | Antoine Pitrou | 2010-05-16 | 1 | -0/+4 |
|
|
* | | Fix two versionchanged. | Ezio Melotti | 2010-04-20 | 1 | -1/+1 |
|
|
* | | Merged revisions 80151 via svnmerge from | Antoine Pitrou | 2010-04-17 | 1 | -4/+16 |
|
|
* | | Fix docs for r79813. | Antoine Pitrou | 2010-04-05 | 1 | -5/+5 |
|
|
* | | Merged revisions 79812 via svnmerge from | Antoine Pitrou | 2010-04-05 | 1 | -0/+30 |
|
|
* | | #7592: remove duplicate description. | Georg Brandl | 2010-01-02 | 1 | -8/+0 |
|
|
* | | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -275/+261 |
|
|
* | | fixed more examples that were using u"", print without () and unicode/str ins... | Ezio Melotti | 2009-09-13 | 1 | -18/+18 |
|/ |
|