新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Name Last commit Last update
.github/workflows initial commit (based on go@go1.19.2)
testdata encode the ALPN into the session ticket
.gitignore feat: Add the sm signature algorithm --story=1012641
LICENSE add a license
README.md add a README
alert.go export Alert
auth.go feat: Add the sm signature algorithm --story=1012641
auth_test.go feat: Add the sm signature algorithm --story=1012641
cipher_suites.go cpu: fix building for js
common.go feat: Add the sm signature algorithm --story=1012641
conn.go feat: Add the sm signature algorithm --story=1012641
conn_test.go feat: Add the sm signature algorithm --story=1012641
cpu.go cpu: fix building for js
cpu_other.go cpu: fix building for js
curve_oid.go feat: Add the sm signature algorithm --story=1012641
example_test.go rename to qtls, don't use internal packages, add go.mod, add GitHub Actions config
generate_cert.go initial commit (based on go@go1.19.2)
go.mod feat: Add the sm signature algorithm --story=1012641
go.sum feat: Add the sm signature algorithm --story=1012641
handshake_client.go feat: Add the sm signature algorithm --story=1012641
handshake_client_test.go add callbacks to store and restore app data along a session state
handshake_client_tls13.go feat: Add the sm signature algorithm --story=1012641
handshake_messages.go feat: Add the sm signature algorithm --story=1012641
handshake_messages_test.go encode the ALPN into the session ticket
handshake_server.go feat: Add the sm signature algorithm --story=1012641
handshake_server_test.go accept TLS 1.3 cipher suites in Config.CipherSuites
handshake_server_tls13.go feat: Add the sm signature algorithm --story=1012641
handshake_test.go delete the session ticket after attempting 0-RTT
handshake_unix_test.go rename to qtls, don't use internal packages, add go.mod, add GitHub Actions config
key_agreement.go feat: Add the sm signature algorithm --story=1012641
key_schedule.go rename to qtls, don't use internal packages, add go.mod, add GitHub Actions config
key_schedule_test.go rename to qtls, don't use internal packages, add go.mod, add GitHub Actions config
mock_client_session_cache_test.go delete the session ticket after attempting 0-RTT
notboring.go use a tls.Config and a tls.ClientHelloInfo
prf.go rename to qtls, don't use internal packages, add go.mod, add GitHub Actions config
prf_test.go rename to qtls, don't use internal packages, add go.mod, add GitHub Actions config
record_layer_test.go reject 0-RTT when a different ALPN is chosen
ticket.go feat: Add the sm signature algorithm --story=1012641
tls.go feat: Add the sm signature algorithm --story=1012641
tls_test.go add callbacks to store and restore app data along a session state
unsafe.go feat: Add the sm signature algorithm --story=1012641
unsafe_test.go feat: Add the sm signature algorithm --story=1012641

qtls

Go Reference .github/workflows/go-test.yml

This repository contains a modified version of the standard library's TLS implementation, modified for the QUIC protocol. It is used by quic-go.