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

return the same ssl_version format that is presented in OpenSSL::SSL::SSLContext::METHODS and also matches MRI #66

Closed
wants to merge 1 commit into from

Conversation

cheister
Copy link

According to the comment for the OpenSSL::SSL::SSLContext::METHODS implementation we don't want to expose TLSv1.1 or TLSv1.2 as ssl_version options. This change should keep those strings from coming out via the ssl_version accessor.

NOTE: This change is backwards incompatible if anyone is currently checking the ssl_version against TLSv1.1 or TLSv1.2.

@kares
Copy link
Member

kares commented Aug 27, 2015

the test changes are NOT compatible with MRI ... e.g. on 2.2.2 I'm getting ssl_version as "TLSv1.1"

@kares kares closed this Sep 4, 2015
@cheister cheister deleted the ssl_version-format branch September 19, 2016 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants