From: Sansar Choinyambuu Date: Wed, 7 Dec 2011 09:42:30 +0000 (+0100) Subject: Added my AIK public key fingerprint X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74393a4fe683e534ce2e27bca0515602df71ef1a;p=thirdparty%2Fstrongswan.git Added my AIK public key fingerprint Added tboot and ima components with my AIK --- diff --git a/src/libpts/plugins/imv_attestation/data.sql b/src/libpts/plugins/imv_attestation/data.sql index e6e03627ad..7ed1434021 100644 --- a/src/libpts/plugins/imv_attestation/data.sql +++ b/src/libpts/plugins/imv_attestation/data.sql @@ -1263,6 +1263,12 @@ INSERT INTO keys ( X'b772a6730776b9f028e5adfccd40b55c320a13b6', 'Andreas, merthyr (Fujitsu Siemens Lifebook S6420)' ); +INSERT INTO keys ( + keyid, owner +) VALUES ( + X'59cf6f765cdb59110b5e41f194392dd613443966', 'Sansar Choinyambuu ITA HSR' +); + /* Components */ INSERT INTO components ( @@ -1288,18 +1294,23 @@ INSERT INTO components ( INSERT INTO key_component ( key, component, depth, seq_no ) VALUES ( - 2, 2, 0, 1 + 1, 3, 0, 1 ); INSERT INTO key_component ( key, component, depth, seq_no ) VALUES ( - 1, 3, 0, 1 + 1, 2, 0, 2 ); INSERT INTO key_component ( key, component, depth, seq_no ) VALUES ( - 1, 2, 0, 2 + 2, 2, 0, 1 ); +INSERT INTO key_component ( + key, component, depth, seq_no +) VALUES ( + 2, 3, 0, 2 +);