summaryrefslogtreecommitdiff
path: root/Doc/library/ssl.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-21/+81
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+1
* 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
* Issue #23804: Fix SSL recv/read(0) to not return 1024 bytesMartin Panter2016-03-281-1/+1
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-13/+13
* Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.Georg Brandl2016-02-251-1/+1
* Fixed merging error in 3ebeeed1eb28.Serhiy Storchaka2015-11-061-2/+0
* Merge spelling fixes from 3.4 into 3.5Martin Panter2015-10-311-1/+1
|\
| * Fix some spelling errors in documentation and code commentsMartin Panter2015-10-311-1/+1
* | Issue #24232: Fix typos. Patch by Ville Skytt?.Berker Peksag2015-05-191-24/+272
|\ \ | |/ |/|
| * Fix duplicate doc entry for SSLContext.get_ca_certs()Antoine Pitrou2015-04-131-24/+272
| |\
| | * merge 3.4Benjamin 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-24/+270
| | |\ \ \ | | | |/ / | | |/| |
| | | * | merge 3.4Benjamin 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-24/+249
| | | |\ \ \
| | | | * \ \ merge 3.4 (#23608)Benjamin Peterson2015-03-081-24/+249
| | | | |\ \ \
| | | | | * \ \ merge 3.4Benjamin Peterson2015-03-041-24/+249
| | | | | |\ \ \
| | | | | | * | | 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
| | | | | | |\ \ \
| | | | | | * \ \ \ Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-051-19/+196
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ Fix #22987: update the compatibility matrix for a SSLv23 client.Antoine Pitrou2014-12-031-19/+196
| | | | | | | |\ \ \ \
| | | | | | | | * \ \ \ merge 3.4 (#22921)Benjamin Peterson2014-11-231-18/+195
| | | | | | | | |\ \ \ \
| | | | | | | | | * \ \ \ merge with 3.4Georg Brandl2014-10-291-18/+195
| | | | | | | | | |\ \ \ \
| | | | | | | | | | * \ \ \ Issue #22660: update various mentions in the ssl module documentation.Antoine Pitrou2014-10-211-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
| | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ Merge 3.4Victor Stinner2014-10-101-35/+51
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * | | | | | | Issue #21965: Add support for in-memory SSL to the ssl module.Antoine Pitrou2014-10-051-0/+168
| | | | | | | | | | * | | | | | | Revert #22251Berker Peksag2014-09-281-3/+0
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+3
| | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...Antoine Pitrou2014-09-041-4/+14
| | | | | | | | | | * | | | | | | | | Closes #22072: Merge typo fixes from 3.4Zachary Ware2014-07-251-2/+2
| | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ Issue #21994: Merge with 3.4.Berker Peksag2014-07-171-2/+2
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | | | Fix doc build warningZachary Ware2014-06-111-1/+3
| | | | | | | | | | * | | | | | | | | | | fix issue #17552: add socket.sendfile() method allowing to send a file over a...Giampaolo Rodola'2014-06-111-0/+3
| | | | | | | | | | * | | | | | | | | | | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-2/+2
| | | | | | | | | | * | | | | | | | | | | Issue #21430: additions to the description of non-blocking SSL socketsAntoine Pitrou2014-05-181-12/+34
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \