aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tpm2dtests/rsa.scm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tpm2d: add tests for the tpm2daemonJames Bottomley2021-03-101-0/+13
* configure.ac: Detect TPM emulator and enable tests. * tests/tpm2dtests/: New test suite. * tests/Makefile.am: Run tests. -- Add a set of tests that exercise tpm2daemon handling of keys and verify compatibility with non-tpm based keys. Running this test infrastructure requires a tpm emulator, which is tested for during configuration. If an emulator is not found, the tests won't be run since they require the presence of a TPM (although the TPM handling code will still be built). Signed-off-by: James Bottomley <[email protected]> - Fixed tests/Makefile.am for make distcheck. Signed-off-by: Werner Koch <[email protected]>