Skip to content

Commit

Permalink
add SSL_set_verify binding for pyca/pyopenssl#255 (#6797)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Jan 6, 2022
1 parent 20d58fd commit b6e7b07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_cffi_src/openssl/ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@
X509 *SSL_get_certificate(const SSL *);
X509 *SSL_get_peer_certificate(const SSL *);
int SSL_get_ex_data_X509_STORE_CTX_idx(void);
void SSL_set_verify(SSL *, int, int (*)(int, X509_STORE_CTX *));
int SSL_get_verify_mode(const SSL *);
/* Added in 1.0.2 */
X509_VERIFY_PARAM *SSL_get0_param(SSL *);
Expand Down

0 comments on commit b6e7b07

Please sign in to comment.