Skip to content

Commit ad48d7c

Browse files
committed
Add capabilities_negotiation structures
This change aims to include those structures that will be required to communicate capabilities negotiation information for Keylime Push model Resolves: #933 Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 3485a12 commit ad48d7c

File tree

3 files changed

+628
-0
lines changed

3 files changed

+628
-0
lines changed

keylime/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pub mod ip_parser;
77
pub mod list_parser;
88
pub mod registrar_client;
99
pub mod serialization;
10+
pub mod structures;
1011
pub mod tpm;
1112
pub mod version;
1213

0 commit comments

Comments
 (0)