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
/
Doc
/
library
/
ssl.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-94199: Remove ssl.wrap_socket() documentation (#99023)
Victor Stinner
2022-11-03
1
-51/+16
*
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes
2022-08-02
1
-0/+1
*
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes
2022-07-29
1
-3/+0
*
gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code (#94312)
Victor Stinner
2022-06-28
1
-18/+2
*
gh-94199: Remove ssl.match_hostname() function (#94224)
Victor Stinner
2022-06-25
1
-52/+5
*
gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)
Victor Stinner
2022-06-24
1
-23/+2
*
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin
2022-06-21
1
-2/+2
*
Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (#92634)
Jan Brasna
2022-05-19
1
-3/+3
*
gh-91611: Use example.com for documentation, not mydomain.com (#91613)
Motoki Naruse
2022-04-30
1
-1/+1
*
ssl docs: Fix typo (GH-32336)
Frederick
2022-04-07
1
-1/+1
*
ssl docs: Fix typo (GH-32314)
Frederick
2022-04-07
1
-1/+1
*
[docs] Correct typos in SSLContext.sni_callback (GH-30623)
Jörn Heissler
2022-02-19
1
-3/+3
*
bpo-40066: [Enum] fix tests (GH-30643)
Ethan Furman
2022-01-17
1
-1/+1
*
bpo-40066: [Enum] skip failing doc test (GH-30637)
Kumar Aditya
2022-01-17
1
-2/+2
*
Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...
Victor Stinner
2022-01-17
1
-2/+2
*
bpo-40066: [Enum] update str() and format() output (GH-30582)
Ethan Furman
2022-01-16
1
-2/+2
*
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-...
LincolnPuzey
2021-11-02
1
-1/+1
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka
2021-09-22
1
-1/+1
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
1
-2/+2
*
Fix typo in ssl documentation (GH-27329)
Anton Grübel
2021-07-24
1
-2/+2
*
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
Christian Heimes
2021-06-11
1
-6/+10
*
bpo-38820: Add ssl, hashlib, and hmac changes to whatsnew 3.10 (GH-25817)
Christian Heimes
2021-05-02
1
-0/+8
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2021-05-01
1
-0/+8
*
bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)
Zackery Spytz
2021-04-24
1
-2/+7
*
bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463)
l0x
2021-04-19
1
-0/+11
*
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...
Christian Heimes
2021-04-19
1
-17/+44
*
bpo-42854: Use SSL_read/write_ex() (GH-25468)
Christian Heimes
2021-04-19
1
-0/+5
*
bpo-43641: Stop stating that TLS 1.2 is the most modern version in docs (GH-2...
Illia Volochii
2021-04-18
1
-3/+2
*
bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)
Christian Heimes
2021-04-17
1
-101/+11
*
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
Christian Heimes
2021-04-17
1
-0/+5
*
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Christian Heimes
2021-04-09
1
-0/+8
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
1
-2/+2
*
bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)
Ville Skyttä
2021-03-27
1
-1/+1
*
bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)
Chris Burr
2021-03-18
1
-0/+7
*
bpo-41195: Add getter for Openssl security level (GH-21282)
matthewhughes934
2020-07-17
1
-0/+10
*
Remove duplicated words words (GH-20413)
Serhiy Storchaka
2020-05-26
1
-1/+1
*
Document missing methods of ssl.SSLObject (#19400)
Rémi Lapeyre
2020-04-07
1
-0/+3
*
fix comma location in various places (GH-19233)
Mathieu Dupuy
2020-03-30
1
-2/+2
*
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)
Christian Heimes
2019-12-07
1
-0/+3
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
1
-2/+2
*
Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)
Jörn Heissler
2019-09-17
1
-2/+2
*
bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797)
Christian Heimes
2019-09-12
1
-8/+14
*
Fix typo in ssl.RAND_bytes documentation (GH-14791)
Zach Thompson
2019-09-10
1
-1/+1
*
bpo-37120: Add SSLContext.num_tickets (GH-13719)
Christian Heimes
2019-06-03
1
-0/+13
*
bpo-34271: Add ssl debugging helpers (GH-10031)
Christian Heimes
2019-05-31
1
-0/+23
*
Fix rst formatting for several links in ssl documentation (GH-13133)
Toshio Kuratomi
2019-05-06
1
-3/+3
*
Add versionadded directives to ssl.minimum_version and ssl.maximum_version (G...
Zhiming Wang
2019-02-28
1
-6/+10
*
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel
2018-10-26
1
-1/+1
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-6/+6
*
bpo-34906: Doc: Fix typos (GH-9712)
Stéphane Wirtel
2018-10-05
1
-1/+1
[next]