mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
split tls_handshake hook into client/server and success/fail variants
This commit is contained in:
parent
a72f61ef57
commit
3cb87f5a2f
5 changed files with 62 additions and 32 deletions
|
|
@ -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,
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue