Skip to content

Commit 98290a0

Browse files
committed
add SSL_set_verify binding for pyca/pyopenssl#255
1 parent 20d58fd commit 98290a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/_cffi_src/openssl/ssl.py

+2
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@
181181
X509 *SSL_get_certificate(const SSL *);
182182
X509 *SSL_get_peer_certificate(const SSL *);
183183
int SSL_get_ex_data_X509_STORE_CTX_idx(void);
184+
void SSL_set_verify(SSL *, int, int (*)(int, X509_STORE_CTX *));
185+
int SSL_get_verify_mode(const SSL *);
184186
185187
/* Added in 1.0.2 */
186188
X509_VERIFY_PARAM *SSL_get0_param(SSL *);

0 commit comments

Comments
 (0)