summaryrefslogtreecommitdiff
path: root/Doc/library/ssl.rst
Commit message (Expand)AuthorAgeFilesLines
* Use infinitive, not 3rd person of present tense.Antoine Pitrou2011-07-111-1/+1
* Issue #12343: Add some notes on behaviour of non-blocking SSL sockets.Antoine Pitrou2011-07-111-18/+43
* (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-101-106/+500
|\
| * 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
| * Be more precise as to what operations are supportedAntoine Pitrou2010-09-191-5/+21
| * Remove references to read() and write() methods, which are useless synonyms ofAntoine Pitrou2010-09-191-28/+14
| * Mention that SSL sockets provide the basic socket API.Antoine Pitrou2010-09-191-0/+6
| * Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-271-7/+10
| * Document the context attribute of SSL socketsAntoine Pitrou2010-05-241-0/+10
| * Add a versionadded tag for SSL contexts.Antoine Pitrou2010-05-241-0/+2
| * Issue #4870: Add an `options` attribute to SSL contexts, as well asAntoine Pitrou2010-05-211-0/+56
| * Issue #8550: Add first class `SSLContext` objects to the ssl module.Antoine Pitrou2010-05-161-47/+236
| * Merged revisions 81229 via svnmerge fromAntoine Pitrou2010-05-161-0/+4
| * Fix two versionchanged.Ezio Melotti2010-04-201-1/+1
| * Merged revisions 80151 via svnmerge fromAntoine Pitrou2010-04-171-4/+16
| * Fix docs for r79813.Antoine Pitrou2010-04-051-5/+5
| * Merged revisions 79812 via svnmerge fromAntoine Pitrou2010-04-051-0/+30
| * #7592: remove duplicate description.Georg Brandl2010-01-021-8/+0
| * Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-275/+261
| * fixed more examples that were using u"", print without () and unicode/str ins...Ezio Melotti2009-09-131-18/+18
* | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-101-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
|/
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-6/+6
* Merged revisions 65658,65869,65882 via svnmerge fromBenjamin Peterson2008-08-191-0/+9
* update ssl documentationBill Janssen2008-08-121-0/+9
* fix bad method names in ssl module (and typo in ssl doc)Bill Janssen2008-06-291-1/+1
* Create http package. #2883.Georg Brandl2008-05-261-1/+1
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-1/+1
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-081-1/+2
* most recent changes to SSL module to support non-blocking sockets properlyBill Janssen2007-12-051-2/+40
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-1/+1
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-154/+303
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-36/+45
* Convert all print statements in the docs.Georg Brandl2007-09-041-2/+2
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-3/+0
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-64/+133