mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
SSL decryption: small style changes, a bit of documentation
This commit is contained in:
parent
f77213ba66
commit
4204615997
3 changed files with 17 additions and 18 deletions
|
@ -141,11 +141,14 @@ protected:
|
|||
binpac::TLSHandshake::Handshake_Conn* handshake_interp;
|
||||
bool had_gap;
|
||||
|
||||
// FIXME: should this be moved into the connection?
|
||||
// client and server sequence number, used for TLS 1.2 decryption
|
||||
int c_seq;
|
||||
int s_seq;
|
||||
// secret, for decyption
|
||||
std::string secret;
|
||||
// derived keys, for decryption
|
||||
std::vector<u_char> keys;
|
||||
// PIA, for decrypted data
|
||||
zeek::analyzer::pia::PIA_TCP* pia;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue