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
rename SSL to TLS #18
Comments
|
To be honest I've tended to use the two terms interchangeably when talking about the thing at a high level. :-) We could rename it, especially if it's going to make a better impression on people who know enough about the topic to be bothered/concerned by the name (which, given you created this issue, I guess some folks will). And if we don't take the chance now, it'll be hard to do it without much impact in the future. Note that it really is using the TLS protocols by default. Renaming the IO::Socket::Async::SSL ecosystem module too is more churn than I think I care for, though... :-) |
|
So does that mean you'd like a patch? |
|
Let's:
I've created |
|
Pushed a modified cro-ssl to cro-tls. |
|
Sent pull-requests for cro-http and cro. |
|
Added Cro::TLS to the ecosystem, merged PRs. Thanks, @abraxxa 👍 |
Because SSL up to version 3.0 is already deprecated by RFC7568 I'd suggest renaming all classes to TLS to reflect that it's new code which supports currently security standards.
I'd supply ;-) a pull-request if you want.
The text was updated successfully, but these errors were encountered: