-
-
Notifications
You must be signed in to change notification settings - Fork 33k
gh-138633: indicate SSL backend requirements for SSL functions #138656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 4 commits
6df1740
5f351d2
dca32b5
df4f93b
c1ae0f6
7c60b75
0db99b9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,13 @@ Notes on availability | |
*Availability: Linux >= 3.17 with glibc >= 2.27* requires both Linux 3.17 or | ||
newer and glibc 2.27 or newer. | ||
|
||
* "Availability" notes may also be used to indicate requirements on how Python | ||
was built. For instance, "Availability: OpenSSL >= 3.5" note means that the | ||
feature is available if Python has been built with OpenSSL 3.5 or later, | ||
while "Availability: not AWS-LC" note means that the feature is not available | ||
if Python has been built with AWS-LC instead of OpenSSL. | ||
|
||
|
||
|
||
.. _wasm-availability: | ||
|
||
WebAssembly platforms | ||
|
Uh oh!
There was an error while loading. Please reload this page.