diff options
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 9dadc58..5b0ef2e 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -328,7 +328,7 @@ Random generation See http://egd.sourceforge.net/ or http://prngd.sourceforge.net/ for sources of entropy-gathering daemons. - Availability: not available with LibreSSL and OpenSSL > 1.1.0 + .. availability:: not available with LibreSSL and OpenSSL > 1.1.0. .. function:: RAND_add(bytes, entropy) @@ -460,8 +460,8 @@ Certificate handling * :attr:`openssl_capath_env` - OpenSSL's environment key that points to a capath, * :attr:`openssl_capath` - hard coded path to a capath directory - Availability: LibreSSL ignores the environment vars - :attr:`openssl_cafile_env` and :attr:`openssl_capath_env` + .. availability:: LibreSSL ignores the environment vars + :attr:`openssl_cafile_env` and :attr:`openssl_capath_env`. .. versionadded:: 3.4 @@ -484,7 +484,7 @@ Certificate handling [(b'data...', 'x509_asn', {'1.3.6.1.5.5.7.3.1', '1.3.6.1.5.5.7.3.2'}), (b'data...', 'x509_asn', True)] - Availability: Windows. + .. availability:: Windows. .. versionadded:: 3.4 @@ -499,7 +499,7 @@ Certificate handling :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for PKCS#7 ASN.1 data. - Availability: Windows. + .. availability:: Windows. .. versionadded:: 3.4 @@ -1610,7 +1610,7 @@ to speed up repeated connections from the same clients. 'strength_bits': 128, 'symmetric': 'aes-128-gcm'}] - Availability: OpenSSL 1.0.2+ + .. availability:: OpenSSL 1.0.2+. .. versionadded:: 3.6 |