Skip to content

Commit

Permalink
crypto-auditing: Increase max length of event key name
Browse files Browse the repository at this point in the history
This increases the maximum length of event key names from 32 bytes to
64 bytes, to accomodate TLS extensions with "tls::ext::" scope.

Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Nov 13, 2023
1 parent c7c3849 commit 86f233c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto-auditing/src/bpf/audit.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ typedef enum
AUDIT_DATA_BLOB = 2,
} audit_data_type_t;

#define KEY_SIZE 32
#define KEY_SIZE 64
#define VALUE_SIZE 64

typedef enum
Expand Down
Binary file modified fixtures/normal/input.cborseq
Binary file not shown.
Binary file modified fixtures/normal/output.cborseq
Binary file not shown.

0 comments on commit 86f233c

Please sign in to comment.