summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #12823: remove broken link and replace it with another resource.Antoine Pitrou2011-10-071-2/+2
* Backport source links from 3.x.Éric Araujo2011-08-191-3/+6
* (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-0/+3
* Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-...Georg Brandl2011-02-251-13/+12
* Merged revisions 87653-87655 via svnmerge fromAntoine Pitrou2011-01-021-11/+14
* Document that SSL v2 is insecure.Antoine Pitrou2010-05-161-0/+4
* Reword paragraph to make its meaning clearer.Andrew M. Kuchling2010-04-301-7/+10
* Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change theAntoine Pitrou2010-04-171-4/+16
* Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,Antoine Pitrou2010-04-051-0/+30
* Rewrap long lines.Georg Brandl2009-09-161-257/+246
* Fix 'the the' duplicationAndrew M. Kuchling2009-04-031-1/+1
* revert r69777 since all the experts agree that extra import lines distract fr...Benjamin Peterson2009-02-201-5/+2
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-2/+5
* Remove trailing whitespace.Georg Brandl2009-01-031-6/+6
* incorporate fixes from issue 3162; SSL doc patchBill Janssen2008-09-081-2/+3
* update ssl documentationBill Janssen2008-08-121-0/+9
* various SSL fixes; issues 1251, 3162, 3212Bill Janssen2008-06-281-1/+33
* Use correct parameter nameAndrew M. Kuchling2008-04-181-1/+1
* Diverse markup fixes.Georg Brandl2007-12-061-1/+2
* Fix protocol nameAndrew M. Kuchling2007-10-201-1/+1
* Add support for asyncore server-side SSL support. This requiresBill Janssen2007-09-161-9/+30
* Fix some documentation bugs.Bill Janssen2007-09-111-34/+54
* More work on SSL support.Bill Janssen2007-09-101-144/+252
* SSL certificate distinguished names should be represented by tuplesBill Janssen2007-09-051-36/+45
* This contains a number of things:Bill Janssen2007-08-291-64/+133
* Patch 10124 by Bill Janssen, docs for the new ssl code.Guido van Rossum2007-08-271-0/+319