We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cf8213 + 4031b63 commit aea46d7Copy full SHA for aea46d7
src/cryptography/hazmat/bindings/openssl/ssl.py
@@ -165,6 +165,7 @@
165
SSL_SESSION *SSL_get1_session(SSL *);
166
int SSL_set_session(SSL *, SSL_SESSION *);
167
int SSL_get_verify_mode(const SSL *);
168
+void SSL_set_verify(SSL *, int, int (*)(int, X509_STORE_CTX *));
169
void SSL_set_verify_depth(SSL *, int);
170
int SSL_get_verify_depth(const SSL *);
171
int (*SSL_get_verify_callback(const SSL *))(int, X509_STORE_CTX *);
0 commit comments