-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Open
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.Proposal-CryptoProposal related to crypto packages or other security issuesProposal related to crypto packages or other security issues
Milestone
Description
by tiebingzhang:
RFC 4279 (http://tools.ietf.org/html/rfc4279#page-10) added PSK to TLS. OpenSSL and GnuTLS already have support for it. The RFC defines three additional key exchange algorithms: PSK RSA-PSK DHE-PSK It would be nice to add at least PSK and DHE-PSK to GO's crypto/tls package. The work seems to be reasonable size. According to Wikipedia (http://en.wikipedia.org/wiki/Comparison_of_TLS_implementations#Key_Exchange_Algorithms_.28Alternative_key-exchanges.29), RSA-PSK has not been implemented by any of the listed implementations, so it is maybe okay to push that one off for later.
tchap, smihaylov, VMitov, juliandroid, akmistry and 42 more
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.Proposal-CryptoProposal related to crypto packages or other security issuesProposal related to crypto packages or other security issues