summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-181-1/+1
* Fix duplicate doc entry for SSLContext.get_ca_certs()Antoine Pitrou2015-04-131-12/+4
* use imperativeBenjamin Peterson2015-04-111-7/+7
* Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes...Berker Peksag2015-04-101-0/+4
* actually ssl3 is just completely brokenBenjamin Peterson2015-04-081-7/+7
* versionchanged for rc4 removal (closes #23679)Benjamin Peterson2015-03-161-2/+6
* indicate correct version (closes #23608)Benjamin Peterson2015-03-081-1/+1
* expose X509_V_FLAG_TRUSTED_FIRSTBenjamin Peterson2015-03-051-3/+11
* note that sslv3 may not be availableBenjamin Peterson2014-12-061-2/+5
* Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-051-1/+1
* Fix #22987: update the compatibility matrix for a SSLv23 client.Antoine Pitrou2014-12-031-4/+3
* correct versionchanged versionBenjamin Peterson2014-11-241-1/+1
* don't require OpenSSL SNI to pass hostname to ssl functions (#22921)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-201-115/+95
* Issue #22564: ssl doc: mention asyncio in the non-blocking sectionVictor Stinner2014-10-101-2/+10
* Issue #22564: ssl doc: mention how SSLSocket are usually createdVictor Stinner2014-10-101-0/+3
* Issue #22564: ssl doc: use "class" marker to document the SSLSocket classVictor Stinner2014-10-101-24/+26
* Issue #22564: ssl doc: document read(), write(), pending, server_side andVictor Stinner2014-10-101-0/+54
* Issue #22564: ssl doc: fix typosVictor Stinner2014-10-101-2/+2
* Revert #22251Berker Peksag2014-09-271-3/+0
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+3
* Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor.Zachary Ware2014-07-251-2/+2
* Issue #21994: Fix SyntaxError in the SSLContext.check_hostname documentation.Berker Peksag2014-07-171-2/+2
* Issue #21430: additions to the description of non-blocking SSL socketsAntoine Pitrou2014-05-171-3/+20
* Issue #21043: Remove the recommendation for specific CA organizationsDonald Stufft2014-03-241-14/+3
* Issue #21013: Enhance ssl.create_default_context() for server side contextsDonald Stufft2014-03-231-7/+20
* Issue #20913: make it clear that create_default_context() also enables hostna...Antoine Pitrou2014-03-231-4/+5
* Issue #20913: improve the SSL security considerations to first advocate using...Antoine Pitrou2014-03-221-6/+36
* Issue #20995: Enhance default ciphers used by the ssl moduleDonald Stufft2014-03-221-11/+4
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-3/+2
* Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-281-8/+14
|\
| * Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-281-8/+14
* | Tidy up ssl whatsnew references, make ssl section formatting consistent.R David Murray2013-12-201-4/+1
* | Issue #19509: Add SSLContext.check_hostname to match the peer's certificateChristian Heimes2013-12-021-1/+35
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-4/+4
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-3/+3
* | Tweak ssl docsAntoine Pitrou2013-11-231-23/+53
* | Issue #19689: Add ssl.create_default_context() factory function. It createsChristian Heimes2013-11-231-0/+18
* | Correct documentation clientAuth -> CLIENT_AUTHChristian Heimes2013-11-231-2/+2
* | Issue #19292: Add SSLContext.load_default_certs() to load default root CAChristian Heimes2013-11-231-1/+30
* | Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+Christian Heimes2013-11-231-0/+1
* | Issue #18147: Add missing documentation for SSLContext.get_ca_certs().Christian Heimes2013-11-221-0/+12
* | Issue #17134: Finalize interface to Windows' certificate store. Cert andChristian Heimes2013-11-221-15/+30
* | Issue #8813: Add SSLContext.verify_flags to change the verification flagsChristian Heimes2013-11-211-0/+45
* | Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSPChristian Heimes2013-11-211-0/+4
* | Issue #18138: Implement cadata argument of SSLContext.load_verify_location()Christian Heimes2013-11-211-1/+10
* | Issue #19508: direct the user to read the security considerations for the ssl...Antoine Pitrou2013-11-171-5/+14
|\ \ | |/
| * Issue #19508: direct the user to read the security considerations for the ssl...Antoine Pitrou2013-11-171-5/+14
* | mergeChristian Heimes2013-10-291-1/+1
|\ \ | |/