summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * fix languageChristian Heimes2013-10-291-1/+1
* | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...Christian Heimes2013-10-291-0/+8
|\ \ | |/
| * Issue #18747: document issue with OpenSSL's CPRNG state and forkChristian Heimes2013-10-291-0/+8
* | merge with 3.3Georg Brandl2013-10-271-4/+11
|\ \ | |/
| * Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,Georg Brandl2013-10-271-4/+11
* | merge with 3.3Georg Brandl2013-10-061-3/+3
|\ \ | |/
| * Closes #19177: replace dead link to SSL/TLS introduction with the version fro...Georg Brandl2013-10-061-3/+3
* | Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL hand...Antoine Pitrou2013-09-291-1/+5
* | Fix minor documentation markup error.Larry Hastings2013-08-031-1/+1
* | Merge #18311: fix typo.R David Murray2013-06-261-1/+1
|\ \ | |/
| * #18311: fix typo.R David Murray2013-06-261-1/+1
* | Issue #18147: Add diagnostic functions to ssl.SSLContext().Christian Heimes2013-06-171-0/+24
* | Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.Christian Heimes2013-06-091-0/+23
* | removed accidental new lineChristian Heimes2013-06-091-2/+1
* | Issue #18143: Implement ssl.get_default_verify_paths() in order to debugChristian Heimes2013-06-091-1/+19
* | Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) ...Antoine Pitrou2013-04-161-5/+11
|\ \ | |/
| * Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) ...Antoine Pitrou2013-04-161-5/+11
* | Fix a crash when setting a servername callback on a SSL server socket and the...Antoine Pitrou2013-04-111-0/+1
* | Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch...Antoine Pitrou2013-03-281-10/+45
* | Issue #17047: remove doubled words added in 3.4,Terry Jan Reedy2013-03-111-1/+1
* | Issue #8109: The ssl module now has support for server-side SNI, thanks to a ...Antoine Pitrou2013-01-051-0/+71
|/
* Update the getpeercert() example with a real-world cert showing non-trivial i...Antoine Pitrou2012-08-161-17/+33
|\