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

Bind min/max protocol versions #93

Open
daurnimator opened this issue Apr 18, 2017 · 0 comments
Open

Bind min/max protocol versions #93

daurnimator opened this issue Apr 18, 2017 · 0 comments

Comments

@daurnimator
Copy link
Collaborator

     int SSL_CTX_set_min_proto_version(SSL_CTX *ctx, int version);
     int SSL_CTX_set_max_proto_version(SSL_CTX *ctx, int version);
     int SSL_set_min_proto_version(SSL *ssl, int version);
     int SSL_set_max_proto_version(SSL *ssl, int version);

These functions are new in openssl 1.1.0 and should be used instead of disabling specific protocol versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant