summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
Commit message (Expand)AuthorAgeFilesLines
* note that sslv3 may not be availableBenjamin Peterson2014-12-061-2/+5
* fix versionchanged versionBenjamin Peterson2014-11-241-1/+1
* allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI...Benjamin Peterson2014-11-241-7/+7
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-291-2/+2
* Issue #22660: update various mentions in the ssl module documentation.Antoine Pitrou2014-10-201-115/+95
* Fixed the versionadded in the docs for the backport in 16c86a6bdbe2Alex Gaynor2014-09-041-1/+1
* Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...Alex Gaynor2014-09-041-4/+14
* backport many ssl features from Python 3 (closes #21308)Benjamin Peterson2014-08-201-179/+1203
* Issue #21043 - Remove CACert.org from the recommendationsDonald Stufft2014-03-241-2/+1
* Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-281-7/+10
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* Issue #19508: warn that ssl doesn't validate certificates by defaultAntoine Pitrou2013-11-171-0/+4
* fix languageChristian Heimes2013-10-291-1/+1
* Issue #18747: document issue with OpenSSL's CPRNG state and forkChristian Heimes2013-10-291-0/+8
* Closes #19177: replace dead link to SSL/TLS introduction with the version fro...Georg Brandl2013-10-061-3/+3
* Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) ...Antoine Pitrou2013-04-161-5/+11
* #17641: 2.X / 3.X ssl doc unificationGiampaolo Rodola'2013-04-061-8/+24
* Issue #16341: convert examples to use except ... as ... syntax.Andrew Svetlov2012-10-301-1/+1
* 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
* 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