-
Notifications
You must be signed in to change notification settings - Fork 41
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
MCP-0039 Licensing and encryption #2931
base: master
Are you sure you want to change the base?
Conversation
…slated to markdown
Minor fixes discovered while checking text
|
||
### Handshake | ||
|
||
1. The tool initiates a cryptographic handshake according to TLS 1.2 |
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.
TLS 1.2 has been superseded by TLS 1.3; rfc 8446. I assume that should be used, right?
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.
I am fine to update to the newest, not sure that we have done that, but fine for the MCP.
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.
FWIW: I am getting a lot of requests from Bosch and others to move this MCP forward. @HansOlsson, andy chance to put it on the discussion agenda? I think it would be good to get synchronized feedback on the status.
This PR is the main issue for MCP-0039 Licensing and encryption. Opening in Draft state to reflect the current state of being In Development.
Edit: For historical background of this MCP, older discussions imported from the trac issue tracker can be found here: #1868