-
Notifications
You must be signed in to change notification settings - Fork 30
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
TLS v1.3 #150
TLS v1.3 #150
Conversation
Convert tabs to spaces
This makes debugging slightly easier
Correct old cut-and-paste errors
We need to recieve them before continuing with the GSI proxy
Compatibility with TLS v1.3
Convert tabs to spaces Add and remove spaces for readability
Minor bug fixes and code maintenance
There are no conflicts with #146. There is one common file with #149, but the changes are far apart, so either being merged before the other should not cause conflicts. No need for rebase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per #150 (comment) @ellert has confirmed that this works, so let's merge this and close our second oldest open issue and make the GCT fit for the future.
Maybe these changes also justify a new release, what do you think?
Hi guys, However, we will need to be careful with releasing the new code, I think we need to keep the maximum TLS version at 1.2 by default, What do you think? |
It obviously needs to be tested against other implementations. |
Excellent, thanks! |
Make GCT compatible with TLS v1.3.
With this change I was able to rebuild all other GCT packages without changes aigainst the updated globus-gssapi-gsi that enables TLS v1.3. That is all the unit tests that are run during the package build succeeded with TLS v1.3.
Fixes #43 (added for linkage) on issues page