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
*
gh-67565: Add tests for C-contiguity checks (GH-110951)
Furkan Onder
2023-10-19
1
-0/+4
*
gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)
Nikita Sobolev
2023-09-16
1
-6/+6
*
gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...
Serhiy Storchaka
2023-09-05
1
-0/+2
*
gh-108342: Make ssl TestPreHandshakeClose more reliable (#108370)
Victor Stinner
2023-08-23
1
-31/+71
*
gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw (#108...
Ćukasz Langa
2023-08-22
1
-0/+211
*
gh-106687: _ssl: use uint64_t for SSL options (#106700)
Victor Stinner
2023-07-17
1
-0/+24
*
gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)
Irit Katriel
2023-04-06
1
-1/+1
*
gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373)
David Benjamin
2023-03-24
1
-0/+2
*
gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)
Benjamin Fogle
2023-03-22
1
-3/+3
*
GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495)
David Benjamin
2023-03-22
1
-3/+15
*
gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT (#93927)
Thomas Grainger
2022-12-20
1
-0/+16
*
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev
2022-11-08
1
-3/+1
*
gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)
Christian Heimes
2022-07-27
1
-2/+14
*
Fix typo in PROTOCOL_TO_TLS_VERSION in test_ssl (GH-95119)
David Benjamin
2022-07-22
1
-1/+1
*
gh-94199: Remove the ssl.wrap_socket() function (#94203)
Victor Stinner
2022-07-08
1
-30/+0
*
gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code (#94312)
Victor Stinner
2022-06-28
1
-39/+0
*
gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
Christian Heimes
2022-06-28
1
-27/+33
*
gh-94199: Remove ssl.match_hostname() function (#94224)
Victor Stinner
2022-06-25
1
-199/+0
*
gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)
Victor Stinner
2022-06-24
1
-6/+0
*
Add test.support.busy_retry() (#93770)
Victor Stinner
2022-06-15
1
-4/+1
*
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner
2022-05-25
1
-3/+3
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-4/+2
*
gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...
Hugo van Kemenade
2022-05-03
1
-5/+3
*
bpo-40066: [Enum] fix tests (GH-30643)
Ethan Furman
2022-01-17
1
-2/+2
*
bpo-40066: [Enum] skip failing doc test (GH-30637)
Kumar Aditya
2022-01-17
1
-3/+5
*
Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...
Victor Stinner
2022-01-17
1
-5/+3
*
bpo-40066: [Enum] update str() and format() output (GH-30582)
Ethan Furman
2022-01-16
1
-3/+5
*
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
Christian Heimes
2021-12-17
1
-1/+5
*
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...
Victor Stinner
2021-12-07
1
-1/+4
*
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner
2021-11-15
1
-4/+1
*
bpo-45229: Fix setUpModule in test_ssl (GH-28454)
Serhiy Storchaka
2021-09-19
1
-2/+0
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
1
-14/+6
*
bpo-45185: enables `TestEnumerations` in `test_ssl` (GH-28330)
Nikita Sobolev
2021-09-15
1
-8/+10
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
1
-1/+1
*
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in t...
Irit Katriel
2021-06-24
1
-1/+5
*
bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)
Erlend Egeberg Aasland
2021-06-24
1
-3/+8
*
bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
Joe
2021-06-17
1
-1/+1
*
bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700)
Christian Heimes
2021-06-13
1
-8/+56
*
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
Christian Heimes
2021-06-11
1
-7/+12
*
bpo-43921: Cleanup test_ssl.test_wrong_cert_tls13() (GH-26520)
Victor Stinner
2021-06-03
1
-12/+5
*
bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502)
Victor Stinner
2021-06-03
1
-14/+6
*
bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)
Victor Stinner
2021-06-02
1
-2/+9
*
bpo-43988: Use check disallow instantiation helper (GH-26392)
Erlend Egeberg Aasland
2021-05-27
1
-5/+1
*
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
[next]