Skip to content

Commit aea46d7

Browse files
committed
Merge pull request #1910 from eeshangarg/add-openssl-binding-for-SSL_set_verify
Add OpenSSL binding for SSL_set_verify
2 parents 2cf8213 + 4031b63 commit aea46d7

File tree

1 file changed

+1
-0
lines changed
  • src/cryptography/hazmat/bindings/openssl

1 file changed

+1
-0
lines changed

src/cryptography/hazmat/bindings/openssl/ssl.py

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
SSL_SESSION *SSL_get1_session(SSL *);
166166
int SSL_set_session(SSL *, SSL_SESSION *);
167167
int SSL_get_verify_mode(const SSL *);
168+
void SSL_set_verify(SSL *, int, int (*)(int, X509_STORE_CTX *));
168169
void SSL_set_verify_depth(SSL *, int);
169170
int SSL_get_verify_depth(const SSL *);
170171
int (*SSL_get_verify_callback(const SSL *))(int, X509_STORE_CTX *);

0 commit comments

Comments
 (0)