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

关于TLS的建议 #151

Closed
testcaoy7 opened this issue Aug 25, 2017 · 4 comments
Closed

关于TLS的建议 #151

testcaoy7 opened this issue Aug 25, 2017 · 4 comments
Milestone

Comments

@testcaoy7
Copy link

1、现有TLS依赖于证书。能否增加PSK方式,利用诸如TLS_PSK_WITH_AES_128_GCM_SHA256(RFC5487)这样的密码学套件,在没有证书的情况下进行TLS加密传输

2、能否增加TLS 1.3的支持

@ginuerzh
Copy link
Owner

这两个特性目前都没有比较好的解决方案,需要等Go官方支持:
golang/go#6379
golang/go#9671

@ginuerzh ginuerzh added this to the Unplanned milestone Aug 25, 2017
@ifsc01
Copy link

ifsc01 commented Jan 22, 2018

TLS 1.3有啥厉害的地方,看大家都在说

@pexcn
Copy link

pexcn commented Feb 7, 2018

等待中… golang/go#9671

@xanadus0
Copy link

Go 官方已经支持 TLS 1.3 了

As announced in Go 1.12, Go 1.13 enables support for TLS 1.3 in the crypto/tls package by default.
https://golang.org/doc/go1.13#tls_1_3

@ginuerzh ginuerzh closed this as completed Jan 4, 2020
@ginuerzh ginuerzh removed the Blocked label Jan 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants