Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | merge 3.4 (#23679) | Benjamin Peterson | 2015-03-16 | 1 | -2/+6 | |
|\ \ | |/ | ||||||
| * | versionchanged for rc4 removal (closes #23679) | Benjamin Peterson | 2015-03-16 | 1 | -2/+6 | |
| | | ||||||
* | | merge 3.4 (#23608) | Benjamin Peterson | 2015-03-08 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | indicate correct version (closes #23608) | Benjamin Peterson | 2015-03-08 | 1 | -1/+1 | |
| | | ||||||
* | | merge 3.4 | Benjamin Peterson | 2015-03-05 | 1 | -3/+11 | |
|\ \ | |/ | ||||||
| * | expose X509_V_FLAG_TRUSTED_FIRST | Benjamin Peterson | 2015-03-05 | 1 | -3/+11 | |
| | | ||||||
* | | Issue #23239: ssl.match_hostname() now supports matching of IP addresses. | Antoine Pitrou | 2015-02-15 | 1 | -4/+7 | |
| | | ||||||
* | | prefer server alpn ordering over the client's | Benjamin Peterson | 2015-01-23 | 1 | -1/+2 | |
| | | ||||||
* | | add support for ALPN (closes #20188) | Benjamin Peterson | 2015-01-23 | 1 | -2/+32 | |
| | | ||||||
* | | expose the client's cipher suites from the handshake (closes #23186) | Benjamin Peterson | 2015-01-07 | 1 | -0/+12 | |
| | | ||||||
* | | Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL | Victor Stinner | 2015-01-06 | 1 | -0/+2 | |
| | | ||||||
* | | merge 3.4 | Benjamin Peterson | 2014-12-06 | 1 | -2/+5 | |
|\ \ | |/ | ||||||
| * | note that sslv3 may not be available | Benjamin Peterson | 2014-12-06 | 1 | -2/+5 | |
| | | ||||||
* | | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #22987: update the compatibility matrix for a SSLv23 client. | Antoine Pitrou | 2014-12-03 | 1 | -4/+3 | |
|\ \ | |/ | ||||||
| * | Fix #22987: update the compatibility matrix for a SSLv23 client. | Antoine Pitrou | 2014-12-03 | 1 | -4/+3 | |
| | | ||||||
| * | correct versionchanged version | Benjamin Peterson | 2014-11-24 | 1 | -1/+1 | |
| | | ||||||
* | | merge 3.4 (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -7/+7 | |
|\ \ | |/ | ||||||
| * | don't require OpenSSL SNI to pass hostname to ssl functions (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -7/+7 | |
| | | | | | | | | Patch by Donald Stufft. | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 1 | -2/+2 | |
| | | ||||||
* | | Issue #22660: update various mentions in the ssl module documentation. | Antoine Pitrou | 2014-10-20 | 1 | -115/+95 | |
|\ \ | |/ | ||||||
| * | Issue #22660: update various mentions in the ssl module documentation. | Antoine Pitrou | 2014-10-20 | 1 | -115/+95 | |
| | | ||||||
* | | Issue #22564: cleanup SSLObject doc | Victor Stinner | 2014-10-10 | 1 | -25/+38 | |
| | | ||||||
* | | Issue #22564: ssl doc, add more links to the non-blocking section | Victor Stinner | 2014-10-10 | 1 | -5/+7 | |
| | | ||||||
* | | Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and | Victor Stinner | 2014-10-10 | 1 | -69/+69 | |
| | | | | | | | | MemoryBIO; move documentation of SSLContext.wrap_bio() | |||||
* | | Merge 3.4 | Victor Stinner | 2014-10-10 | 1 | -2/+10 | |
|\ \ | |/ | ||||||
| * | Issue #22564: ssl doc: mention asyncio in the non-blocking section | Victor Stinner | 2014-10-10 | 1 | -2/+10 | |
| | | ||||||
* | | Merge 3.4 | Victor Stinner | 2014-10-10 | 1 | -35/+51 | |
|\ \ | |/ | ||||||
| * | Issue #22564: ssl doc: mention how SSLSocket are usually created | Victor Stinner | 2014-10-10 | 1 | -0/+3 | |
| | | ||||||
| * | Issue #22564: ssl doc: use "class" marker to document the SSLSocket class | Victor Stinner | 2014-10-10 | 1 | -24/+26 | |
| | | ||||||
| * | Issue #22564: ssl doc: document read(), write(), pending, server_side and | Victor Stinner | 2014-10-10 | 1 | -0/+54 | |
| | | | | | | | | server_hostname methods and attributes of SSLSocket. | |||||
| * | Issue #22564: ssl doc: fix typos | Victor Stinner | 2014-10-10 | 1 | -2/+2 | |
| | | ||||||
* | | Issue #21965: Add support for in-memory SSL to the ssl module. | Antoine Pitrou | 2014-10-05 | 1 | -0/+168 | |
| | | | | | | | | Patch by Geert Jansen. | |||||
* | | Revert #22251 | Berker Peksag | 2014-09-27 | 1 | -3/+0 | |
|\ \ | |/ | ||||||
| * | Revert #22251 | Berker Peksag | 2014-09-27 | 1 | -3/+0 | |
| | | ||||||
* | | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -0/+3 | |
| | | ||||||
* | | Issue #20421: Add a .version() method to SSL sockets exposing the actual ↵ | Antoine Pitrou | 2014-09-04 | 1 | -4/+14 | |
| | | | | | | | | protocol version in use. | |||||
* | | Closes #22072: Merge typo fixes from 3.4 | Zachary Ware | 2014-07-25 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor. | Zachary Ware | 2014-07-25 | 1 | -2/+2 | |
| | | ||||||
* | | Issue #21994: Merge with 3.4. | Berker Peksag | 2014-07-17 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Issue #21994: Fix SyntaxError in the SSLContext.check_hostname documentation. | Berker Peksag | 2014-07-17 | 1 | -2/+2 | |
| | | ||||||
* | | Fix doc build warning | Zachary Ware | 2014-06-11 | 1 | -1/+3 | |
| | | ||||||
* | | fix issue #17552: add socket.sendfile() method allowing to send a file over ↵ | Giampaolo Rodola' | 2014-06-11 | 1 | -0/+3 | |
| | | | | | | | | a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'· | |||||
* | | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -2/+2 | |
| | | ||||||
* | | Issue #21430: additions to the description of non-blocking SSL sockets | Antoine Pitrou | 2014-05-17 | 1 | -1/+7 | |
|\ \ | |/ | ||||||
| * | Issue #21430: additions to the description of non-blocking SSL sockets | Antoine Pitrou | 2014-05-17 | 1 | -3/+20 | |
| | | ||||||
* | | Issue #20951: SSLSocket.send() now raises either SSLWantReadError or ↵ | Antoine Pitrou | 2014-04-29 | 1 | -2/+19 | |
| | | | | | | | | | | | | SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0. Patch by Nikolaus Rath. |