mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
TLS 1.3 support.
Well, at least -draft-16, and we don't quite parse all extensions yet (not that there is that much left to parse).
This commit is contained in:
parent
14c119c7f9
commit
fdef28ce7c
23 changed files with 449 additions and 83 deletions
|
@ -23,6 +23,9 @@ public:
|
|||
|
||||
void SendHandshake(const u_char* begin, const u_char* end, bool orig);
|
||||
|
||||
// tell the analyzer that encryption has started.
|
||||
void StartEncryption();
|
||||
|
||||
// Overriden from tcp::TCP_ApplicationAnalyzer.
|
||||
virtual void EndpointEOF(bool is_orig);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue