split tls_handshake hook into client/server and success/fail variants

This commit is contained in:
Maximilian Hils 2021-11-22 10:10:14 +01:00
parent a72f61ef57
commit 3cb87f5a2f
5 changed files with 62 additions and 32 deletions

View file

@ -124,7 +124,10 @@ with outfile.open("w") as f, contextlib.redirect_stdout(f):
tls.TlsClienthelloHook,
tls.TlsStartClientHook,
tls.TlsStartServerHook,
tls.TlsHandshakeHook,
tls.TlsEstablishedClientHook,
tls.TlsEstablishedServerHook,
tls.TlsFailedClientHook,
tls.TlsFailedServerHook,
]
)