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:
Johanna Amann 2016-10-07 12:23:21 -07:00
parent 14c119c7f9
commit fdef28ce7c
23 changed files with 449 additions and 83 deletions

View file

@ -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);