swtpm/tests/data
Stefan Berger cafdcfe71a test: Recreate TPM 1.2 state files with header
Recreate TPM 1.2 state files with similar content but with the state
file header. The older versions of the state files were created before
the header was introduced in v0.1. The goal is to be able to get rid
of code supporting pre-v0.1 files that had no header.

The PCR values was originally created by extending PCR 10 with
sha1("test"). This was recreated using this sequence:

s=$(echo -en test | sha1sum | cut -d " " -f1 | sed -n 's/\([a-f0-9]\{2\}\)/\\x\1/pg')
echo -en $s > input
tss1extend  -ha 10 -if input

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2022-05-09 10:15:08 -04:00
..
migkey1 tests: Add test_tpm2_migration_key test case 2018-08-07 12:19:46 -04:00
tpm2state1 tests: Add TPM 2 test case tpm_tpm2_resume_volatile 2018-08-07 12:19:46 -04:00
tpm2state2 tests: Add TPM 2 test case tpm_tpm2_resume_volatile 2018-08-07 12:19:46 -04:00
tpm2state2b tests: Extend test cases with aes-256-cbc state file encryption 2018-09-17 12:23:22 -04:00
tpm2state3 tests: Modify test to create 2 orderly indices 2020-04-09 19:39:38 -04:00
tpm2state3b tests: Update test case due to SHA512 support in libtpms 2018-08-07 12:19:47 -04:00
tpm2state3c tests: Update test case due to SHA512 support in libtpms 2018-08-07 12:19:47 -04:00
tpm2state3d tests: Add test for libtpms issue number 195 (needs latest libtpms now) 2021-02-26 16:22:02 -05:00
tpm2state4 tests: Add test cases for new CrytpAdjustPrimeCandidate algo 2019-12-23 14:14:25 -05:00
tpm2state5 tests: Add test case for loading of an NVRAM completely full with keys 2020-04-24 15:03:03 -04:00
tpmstate1 swtpm: integrity protect the encrypt TPM state 2015-05-19 16:35:08 -04:00
tpmstate2 test: Recreate TPM 1.2 state files with header 2022-05-09 10:15:08 -04:00
tpmstate2b tests: Extend test cases with aes-256-cbc state file encryption 2018-09-17 12:23:22 -04:00
ecprivek.pem swtpm_cert: Support for Elliptic Curve keys 2018-08-07 12:19:46 -04:00
ecpubek.pem swtpm_cert: Support for Elliptic Curve keys 2018-08-07 12:19:46 -04:00
issuercert.pem tests: Use a root CA for creating the issuercert for test_swtpm_cert 2018-04-17 10:52:35 -04:00
keyfile256bit.txt tests: Extend test cases with aes-256-cbc state file encryption 2018-09-17 12:23:22 -04:00
keyfile.txt merging swtpm-tools into this project 2014-12-05 13:43:21 -05:00
pubek.pem merging swtpm-tools into this project 2014-12-05 13:43:21 -05:00
pwdfile.txt merging swtpm-tools into this project 2014-12-05 13:43:21 -05:00
signkey-encrypted.pem swtpm_cert: Allow passing signing key and parent key via new option 2020-01-30 08:52:58 -05:00
signkey.pem tests: Use a root CA for creating the issuercert for test_swtpm_cert 2018-04-17 10:52:35 -04:00
swtpm-localca-rootca-cert.pem tests: Use a root CA for creating the issuercert for test_swtpm_cert 2018-04-17 10:52:35 -04:00
swtpm-localca-rootca-privkey.pem tests: Use a root CA for creating the issuercert for test_swtpm_cert 2018-04-17 10:52:35 -04:00