We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SSL_OP_LEGACY_SERVER_CONNECT
1 parent 0d213f3 commit d43586fCopy full SHA for d43586f
src/_cffi_src/openssl/ssl.py
@@ -72,6 +72,7 @@
72
static const long SSL_OP_ALL;
73
static const long SSL_OP_SINGLE_ECDH_USE;
74
static const long SSL_OP_IGNORE_UNEXPECTED_EOF;
75
+static const long SSL_OP_LEGACY_SERVER_CONNECT;
76
static const long SSL_VERIFY_PEER;
77
static const long SSL_VERIFY_FAIL_IF_NO_PEER_CERT;
78
static const long SSL_VERIFY_CLIENT_ONCE;
0 commit comments