Skip to content

Commit e66578d

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: keylime#933 Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 3b6c0ff commit e66578d

File tree

3 files changed

+422
-0
lines changed

3 files changed

+422
-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)