forked from quic-go/quic-go
drop Handshake keys as soon as the handshake completes (as a server)
This commit is contained in:
@@ -73,6 +73,7 @@ type CryptoSetup interface {
|
||||
|
||||
HandleMessage([]byte, protocol.EncryptionLevel) bool
|
||||
SetLargest1RTTAcked(protocol.PacketNumber)
|
||||
DropHandshakeKeys()
|
||||
ConnectionState() tls.ConnectionState
|
||||
|
||||
GetInitialOpener() (LongHeaderOpener, error)
|
||||
|
||||
Reference in New Issue
Block a user