You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */
108
108
constSSL_OP_CIPHER_SERVER_PREFERENCE: number;
109
-
/** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */
109
+
/** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */
110
110
constSSL_OP_CISCO_ANYCONNECT: number;
111
111
/** Instructs OpenSSL to turn on cookie exchange. */
/** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */
78
78
constSSL_OP_CIPHER_SERVER_PREFERENCE: number;
79
-
/** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */
79
+
/** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */
80
80
constSSL_OP_CISCO_ANYCONNECT: number;
81
81
/** Instructs OpenSSL to turn on cookie exchange. */
/** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */
105
105
constSSL_OP_CIPHER_SERVER_PREFERENCE: number;
106
-
/** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */
106
+
/** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */
107
107
constSSL_OP_CISCO_ANYCONNECT: number;
108
108
/** Instructs OpenSSL to turn on cookie exchange. */
0 commit comments