mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 21:57:36 +03:00
drop Handshake keys as soon as the handshake completes (as a server)
This commit is contained in:
parent
08ec2f69fc
commit
f7fd5d2848
5 changed files with 27 additions and 0 deletions
|
@ -73,6 +73,7 @@ type CryptoSetup interface {
|
|||
|
||||
HandleMessage([]byte, protocol.EncryptionLevel) bool
|
||||
SetLargest1RTTAcked(protocol.PacketNumber)
|
||||
DropHandshakeKeys()
|
||||
ConnectionState() tls.ConnectionState
|
||||
|
||||
GetInitialOpener() (LongHeaderOpener, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue