summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* enable cert validation in testBenjamin Peterson2015-01-081-1/+4
* trying againBenjamin Peterson2015-01-081-2/+2
* reorder cipher prefsBenjamin Peterson2015-01-081-1/+1
* drop 256Benjamin Peterson2015-01-081-2/+2
* try using AES256Benjamin Peterson2015-01-081-3/+3
* fix assertions after ciphers were changedBenjamin Peterson2015-01-071-2/+1
* rc4 is a long time favoriteBenjamin Peterson2015-01-071-2/+2
* everyone should support AES ciphersBenjamin Peterson2015-01-071-3/+4
* include some more ciphersBenjamin Peterson2015-01-071-3/+3
* force test server to speak tlsv1Benjamin Peterson2015-01-071-1/+1
* remove apparently wrong assertion about des bit sizeBenjamin Peterson2015-01-071-1/+0
* expose the client's cipher suites from the handshake (closes #23186)Benjamin Peterson2015-01-071-0/+17
* test_ssl: add more debug to investigate test_openssl_version() failure onVictor Stinner2015-01-061-2/+2
* Issue #22935: Fix test_ssl when the SSLv3 protocol is not supportedVictor Stinner2014-12-121-3/+4
* merge 3.4 (#22935)Benjamin Peterson2014-12-061-7/+16
|\
| * allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)Benjamin Peterson2014-12-061-7/+16
* | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2014-11-281-2/+3
* | merge 3.4 (#22921)Benjamin Peterson2014-11-231-12/+4
|\ \ | |/
| * don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-6/+2
* | merge 3.4Benjamin Peterson2014-11-041-1/+1
|\ \ | |/
| * test that keyfile can be NoneBenjamin Peterson2014-11-041-1/+1
* | merge 3.4 (#22417)Benjamin Peterson2014-11-031-3/+4
|\ \ | |/
| * PEP 476: enable HTTPS certificate verification by default (#22417)Benjamin Peterson2014-11-031-3/+4
* | Issue #21965: Add support for in-memory SSL to the ssl module.Antoine Pitrou2014-10-051-2/+160
* | merge 3.4Benjamin Peterson2014-10-031-0/+15
|\ \ | |/
| * separate cert loading tests into Windows and non-Windows casesBenjamin Peterson2014-10-031-0/+15
* | merge 3.4 (#22449)Benjamin Peterson2014-10-031-0/+8
|\ \ | |/
| * also use openssl envvars to find certs on windows (closes #22449)Benjamin Peterson2014-10-031-0/+8
* | Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...Antoine Pitrou2014-09-041-20/+47
* | Issue #21566: Make use of socket.listen() default backlog.Charles-François Natali2014-07-231-5/+5
* | Issue #21976: Fix test_ssl to accept LibreSSL version strings.Antoine Pitrou2014-07-211-6/+10
|\ \ | |/
| * Issue #21976: Fix test_ssl to accept LibreSSL version strings.Antoine Pitrou2014-07-211-6/+10
* | fix issue #17552: add socket.sendfile() method allowing to send a file over a...Giampaolo Rodola'2014-06-111-0/+17
* | Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantW...Antoine Pitrou2014-04-291-0/+30
* | Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string...Antoine Pitrou2014-04-281-0/+71
* | Issue #21068: The ssl.PROTOCOL* constants are now enum members.Antoine Pitrou2014-04-181-0/+8
* | Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not PROT...Antoine Pitrou2014-04-161-4/+1
|/
* Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #2...Antoine Pitrou2014-04-161-1/+6
* Issue #21013: Enhance ssl.create_default_context() for server side contextsDonald Stufft2014-03-231-3/+23
* Issue #21015: SSL contexts will now automatically select an elliptic curve fo...Antoine Pitrou2014-03-221-0/+12
* merge 3.3 (#20896)Benjamin Peterson2014-03-121-3/+8
* Try to fix test_ssl failures on some buildbotsAntoine Pitrou2014-01-091-2/+2
|\
| * Try to fix test_ssl failures on some buildbotsAntoine Pitrou2014-01-091-2/+2
* | Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...Antoine Pitrou2014-01-091-6/+4
|\ \ | |/
| * Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...Antoine Pitrou2014-01-091-6/+4
* | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-281-0/+11
|\ \ | |/
| * Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-281-0/+12
* | (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() nowVictor Stinner2013-12-191-0/+4
|\ \ | |/
| * Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise aVictor Stinner2013-12-191-0/+4
* | Issue #19919: Fix flacky SSL test. connect_ex() sometimes returnsChristian Heimes2013-12-161-2/+4
|\ \ | |/