index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_ssl.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-...
Christian Heimes
2021-05-03
1
-5/+11
*
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)
Christian Heimes
2021-05-02
1
-0/+19
*
bpo-18233: Add internal methods to access peer chain (GH-25467)
Christian Heimes
2021-04-26
1
-2/+67
*
bpo-43921: also accept EOF in post-handshake auth test (GH-25574)
Christian Heimes
2021-04-24
1
-1/+3
*
bpo-37322: Fix ResourceWarning and exception handling in test (GH-25553)
Christian Heimes
2021-04-24
1
-38/+38
*
bpo-31870: Fix test_get_server_certificate_timeout on Windows (GH-25570)
Christian Heimes
2021-04-24
1
-1/+5
*
bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)
Zackery Spytz
2021-04-24
1
-0/+5
*
bpo-43921: ignore failing test_wrong_cert_tls13 on Windows (GH-25561)
Christian Heimes
2021-04-23
1
-2/+10
*
bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25...
Christian Heimes
2021-04-23
1
-3/+8
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman
2021-04-21
1
-1/+152
*
bpo-43799: Also define SSLv3_method() (GH-25481)
Christian Heimes
2021-04-20
1
-8/+0
*
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman
2021-04-20
1
-152/+1
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman
2021-04-20
1
-1/+152
*
bpo-43669: More test_ssl cleanups (GH-25470)
Christian Heimes
2021-04-19
1
-78/+21
*
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...
Christian Heimes
2021-04-19
1
-153/+120
*
bpo-42854: Use SSL_read/write_ex() (GH-25468)
Christian Heimes
2021-04-19
1
-0/+11
*
bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820)
juhovh
2021-04-18
1
-1/+25
*
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes
2021-04-17
1
-93/+26
*
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
Christian Heimes
2021-04-17
1
-1/+29
*
bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)
Christian Heimes
2021-04-12
1
-1/+4
*
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Christian Heimes
2021-04-09
1
-1/+3
*
bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)
Christian Heimes
2021-04-09
1
-0/+5
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
1
-1/+1
*
bpo-43562: fix test_ssl to skip on unreachable network (GH-24937)
Carl Meyer
2021-03-27
1
-0/+2
*
bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...
Christian Heimes
2021-03-21
1
-0/+22
*
bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
Christian Heimes
2021-03-18
1
-0/+29
*
bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)
Chris Burr
2021-03-18
1
-0/+2
*
bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-2...
pxinwr
2020-12-08
1
-1/+1
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-3/+3
*
bpo-41561: skip test_min_max_version_mismatch (GH-22308)
Christian Heimes
2020-11-18
1
-0/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi
2020-08-03
1
-25/+28
*
bpo-41195: Add getter for Openssl security level (GH-21282)
matthewhughes934
2020-07-17
1
-0/+19
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-3/+4
*
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
Serhiy Storchaka
2020-04-29
1
-2/+2
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
1
-10/+11
*
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner
2020-03-31
1
-2/+1
*
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
Victor Stinner
2019-12-11
1
-1/+1
*
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)
Christian Heimes
2019-12-07
1
-6/+6
*
bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)
torsava
2019-12-02
1
-2/+8
*
bpo-38275: Fix test_ssl issue caused by GH-16386 (#16428)
Christian Heimes
2019-09-26
1
-0/+2
*
bpo-38275: Skip ssl tests for disabled versions (GH-16386)
Christian Heimes
2019-09-26
1
-51/+143
*
Correct typo in min version test (GH-16000)
Christian Heimes
2019-09-11
1
-1/+1
*
bpo-34001: Fix test_ssl with LibreSSL (GH-13783)
Christian Heimes
2019-09-11
1
-1/+2
*
bpo-35941: Fix performance regression in new code (GH-12610)
Christian Heimes
2019-09-09
1
-2/+2
*
bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)
Serhiy Storchaka
2019-09-01
1
-2/+2
*
bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670)
Victor Stinner
2019-07-09
1
-15/+18
*
Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (G...
Victor Stinner
2019-07-09
1
-1/+0
*
bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662)
Victor Stinner
2019-07-09
1
-0/+1
*
bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)
Christian Heimes
2019-07-02
1
-1/+8
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-2/+1
[next]