Adds ssh HASSH signatures into flows

This commit is contained in:
Simone Mainardi 2019-08-26 15:22:47 +02:00
parent 226c9ce621
commit 0353edb2a6
4 changed files with 41 additions and 12 deletions

View file

@ -110,6 +110,10 @@ class Flow : public GenericHashEntry {
struct {
char *client_signature, *server_signature;
struct {
/* https://engineering.salesforce.com/open-sourcing-hassh-abed3ae5044c */
char *client_hash, *server_hash;
} hassh;
} ssh;
struct {