Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add binding for SSL_set_verify #1908

Closed
mithrandi opened this issue May 6, 2015 · 3 comments
Closed

Add binding for SSL_set_verify #1908

mithrandi opened this issue May 6, 2015 · 3 comments

Comments

@mithrandi
Copy link
Contributor

This will be needed for pyca/pyopenssl#255.

@alex
Copy link
Member

alex commented May 6, 2015

void SSL_set_verify(SSL *s, int mode,
                    int (*callback) (int ok, X509_STORE_CTX *ctx));

is the signature

@mithrandi
Copy link
Contributor Author

EDIT: Nevermind, SSL_set_verify_depth is already there.

@eeshangarg
Copy link
Contributor

Hello!

I am working on this and I will submit a PR as soon as I can. I'll post here if I have any questions. :-)

Thanks,
Eeshan Garg

@alex alex closed this as completed May 7, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants