mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-30 10:50:12 +00:00
RTG-1339 Support post-quantum hybrid key exchange
Func spec: https://wiki.cfops.it/x/ZcBKHw
This commit is contained in:

committed by
Devin Carr

parent
3e0ff3a771
commit
11cbff4ff7
1
vendor/github.com/marten-seemann/qtls-go1-18/common.go
generated
vendored
1
vendor/github.com/marten-seemann/qtls-go1-18/common.go
generated
vendored
@@ -345,6 +345,7 @@ type clientSessionState struct {
|
||||
// goroutines. Up to TLS 1.2, only ticket-based resumption is supported, not
|
||||
// SessionID-based resumption. In TLS 1.3 they were merged into PSK modes, which
|
||||
// are supported via this interface.
|
||||
//
|
||||
//go:generate sh -c "mockgen -package qtls -destination mock_client_session_cache_test.go github.com/marten-seemann/qtls-go1-17 ClientSessionCache"
|
||||
type ClientSessionCache = tls.ClientSessionCache
|
||||
|
||||
|
Reference in New Issue
Block a user