summaryrefslogtreecommitdiff
path: root/Doc/library/ssl.rst
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)Christian Heimes2017-08-151-2/+3
* Issue #29038: Fix duplicate get_ca_certs() doc entry.Xiang Zhang2016-12-231-10/+4
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-1/+1
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
* Fix ssl documentation and remove merge accidentChristian Heimes2016-09-061-6/+2
* Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...Christian Heimes2016-09-061-0/+6
* Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-051-2/+49
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-7/+7
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-12/+12
* Issue #23857: Implement PEP 493Nick Coghlan2016-03-201-0/+38
* use imperativeBenjamin Peterson2015-04-111-5/+5
* actually ssl3 is just completely brokenBenjamin Peterson2015-04-081-7/+7
* versionchanged for rc4 removal (closes #23679)Benjamin Peterson2015-03-161-8/+11
* expose X509_V_FLAG_TRUSTED_FIRSTBenjamin Peterson2015-03-041-3/+11
* prefer server alpn ordering over the client'sBenjamin Peterson2015-01-231-1/+2
* fix versionchangedBenjamin Peterson2015-01-231-3/+3
* pep 466 backport of alpn (#20188)Benjamin Peterson2015-01-231-2/+32
* Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-061-0/+2
* merge 2.7.9 release branchBenjamin Peterson2014-12-061-2/+5
|\
| * note that sslv3 may not be availableBenjamin Peterson2014-12-061-2/+5
* | Fix #22987: update the compatibility matrix for a SSLv23 client.Antoine Pitrou2014-12-031-4/+3
|/
* fix versionchanged versionBenjamin Peterson2014-11-231-1/+1
* allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI...Benjamin Peterson2014-11-231-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-211-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-101-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