diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index c407667b5af380..768d7e9725b58d 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -5829,44 +5829,18 @@ See the [list of SSL OP Flags][] for details.
Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability
workaround added in OpenSSL 0.9.6d. |
-
- SSL_OP_EPHEMERAL_RSA |
- Instructs OpenSSL to always use the tmp_rsa key when performing RSA
- operations. |
-
SSL_OP_LEGACY_SERVER_CONNECT |
Allows initial connection to servers that do not support RI. |
-
- SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER |
- |
-
-
- SSL_OP_MICROSOFT_SESS_ID_BUG |
- |
-
-
- SSL_OP_MSIE_SSLV2_RSA_PADDING |
- Instructs OpenSSL to disable the workaround for a man-in-the-middle
- protocol-version vulnerability in the SSL 2.0 server implementation. |
-
SSL_OP_NETSCAPE_CA_DN_BUG |
|
-
- SSL_OP_NETSCAPE_CHALLENGE_BUG |
- |
-
SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG |
|
-
- SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG |
- |
-
SSL_OP_NO_COMPRESSION |
Instructs OpenSSL to disable support for SSL/TLS compression. |
@@ -5916,14 +5890,6 @@ See the [list of SSL OP Flags][] for details.
SSL_OP_NO_TLSv1_3 |
Instructs OpenSSL to turn off TLS v1.3 |
-
- SSL_OP_PKCS1_CHECK_1 |
- |
-
-
- SSL_OP_PKCS1_CHECK_2 |
- |
-
SSL_OP_PRIORITIZE_CHACHA |
Instructs OpenSSL server to prioritize ChaCha20-Poly1305
@@ -5932,32 +5898,6 @@ See the [list of SSL OP Flags][] for details.
SSL_OP_CIPHER_SERVER_PREFERENCE
is not enabled. |
-
- SSL_OP_SINGLE_DH_USE |
- Instructs OpenSSL to always create a new key when using
- temporary/ephemeral DH parameters. |
-
-
- SSL_OP_SINGLE_ECDH_USE |
- Instructs OpenSSL to always create a new key when using
- temporary/ephemeral ECDH parameters. |
-
-
- SSL_OP_SSLEAY_080_CLIENT_DH_BUG |
- |
-
-
- SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG |
- |
-
-
- SSL_OP_TLS_BLOCK_PADDING_BUG |
- |
-
-
- SSL_OP_TLS_D5_BUG |
- |
-
SSL_OP_TLS_ROLLBACK_BUG |
Instructs OpenSSL to disable version rollback attack detection. |