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
|\
| * 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
|\ \ | |/
| * Fix duplicate doc entry for SSLContext.get_ca_certs()Antoine Pitrou2015-04-131-12/+4
* | merge 3.4Benjamin Peterson2015-04-111-7/+7
|\ \ | |/
| * use imperativeBenjamin Peterson2015-04-111-7/+7
* | Null mergeSerhiy Storchaka2015-04-101-0/+2
|\ \ | |/
* | Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes...Berker Peksag2015-04-101-0/+4
|\ \ | |/
| * Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes...Berker Peksag2015-04-101-0/+4
* | merge 3.4Benjamin Peterson2015-04-081-7/+7
|\ \ | |/
| * actually ssl3 is just completely brokenBenjamin Peterson2015-04-081-7/+7
* | Issue #23853: Methods of SSL socket don't reset the socket timeout anymore eachVictor Stinner2015-04-061-0/+18
* | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, andSerhiy Storchaka2015-03-201-0/+3
* | merge 3.4 (#23679)Benjamin Peterson2015-03-161-2/+6
|\ \ | |/
| * versionchanged for rc4 removal (closes #23679)Benjamin Peterson2015-03-161-2/+6
* | merge 3.4 (#23608)Benjamin Peterson2015-03-081-1/+1
|\ \ | |/
| * indicate correct version (closes #23608)Benjamin Peterson2015-03-081-1/+1
* | merge 3.4Benjamin Peterson2015-03-051-3/+11
|\ \ | |/
| * expose X509_V_FLAG_TRUSTED_FIRSTBenjamin Peterson2015-03-051-3/+11
* | Issue #23239: ssl.match_hostname() now supports matching of IP addresses.Antoine Pitrou2015-02-151-4/+7
* | prefer server alpn ordering over the client'sBenjamin Peterson2015-01-231-1/+2
* | add support for ALPN (closes #20188)Benjamin Peterson2015-01-231-2/+32
* | expose the client's cipher suites from the handshake (closes #23186)Benjamin Peterson2015-01-071-0/+12
* | Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSLVictor Stinner2015-01-061-0/+2
* | merge 3.4Benjamin Peterson2014-12-061-2/+5
|\ \ | |/
| * 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
|\ \ | |/
| * 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
|\ \ | |/
| * Fix #22987: update the compatibility matrix for a SSLv23 client.Antoine Pitrou2014-12-031-4/+3
| * correct versionchanged versionBenjamin Peterson2014-11-241-1/+1
* | merge 3.4 (#22921)Benjamin Peterson2014-11-231-7/+7
|\ \ | |/
| * don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-7/+7
* | merge with 3.4Georg Brandl2014-10-291-2/+2
|\ \ | |/
| * 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 #22660: update various mentions in the ssl module documentation.Antoine Pitrou2014-10-201-115/+95
* | Issue #22564: cleanup SSLObject docVictor Stinner2014-10-101-25/+38
* | Issue #22564: ssl doc, add more links to the non-blocking sectionVictor Stinner2014-10-101-5/+7
* | Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject andVictor Stinner2014-10-101-69/+69
* | Merge 3.4Victor Stinner2014-10-101-2/+10
|\ \ | |/
| * Issue #22564: ssl doc: mention asyncio in the non-blocking sectionVictor Stinner2014-10-101-2/+10
* | Merge 3.4Victor Stinner2014-10-101-35/+51
|\ \ | |/
| * 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
* | Issue #21965: Add support for in-memory SSL to the ssl module.Antoine Pitrou2014-10-051-0/+168
* | Revert #22251Berker Peksag2014-09-271-3/+0
|\ \ | |/
| * Revert #22251Berker Peksag2014-09-271-3/+0