generate MPPE key

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-15 12:32:27 +02:00
parent 573446689f
commit fc5c0e2789
4 changed files with 39 additions and 9 deletions

View File

@ -10,6 +10,7 @@ type State struct {
RemainingChunks [][]byte
HandshakeDone bool
ClientHello *tls.ClientHelloInfo
MPPEKey []byte
TotalPayloadSize int
TLS *tls.Conn
Conn *TLSConnection