lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 16 Jan 2019 20:52:03 -0200
From:   Thiago Jung Bauermann <bauerman@...ux.ibm.com>
To:     Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>
Cc:     linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
        linux-integrity@...r.kernel.org,
        linux-security-module@...r.kernel.org,
        Peter Huewe <PeterHuewe@....de>,
        Jason Gunthorpe <jgg@...pe.ca>, Shuah Khan <shuah@...nel.org>,
        Tadeusz Struk <tadeusz.struk@...el.com>
Subject: Re: [PATCH,RESEND] selftests: add TPM 2.0 tests


Hello,

Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com> writes:

> Added the tests that I've been using for testing TPM 2.0 functionality
> for long time but have out-of-tree so far residing in
>
> https://github.com/jsakkine-intel/tpm2-scripts
>
> Cc: Tadeusz Struk <tadeusz.struk@...el.com>
> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>
> Acked-By: Joey Pabalinas <joeypabalinas@...il.com>
> ---
>  tools/testing/selftests/Makefile           |   1 +
>  tools/testing/selftests/tpm2/Makefile      |   3 +
>  tools/testing/selftests/tpm2/test_smoke.sh |   4 +
>  tools/testing/selftests/tpm2/test_space.sh |   4 +
>  tools/testing/selftests/tpm2/tpm2.py       | 696 +++++++++++++++++++++
>  tools/testing/selftests/tpm2/tpm2_tests.py | 227 +++++++
>  6 files changed, 935 insertions(+)
>  create mode 100644 tools/testing/selftests/tpm2/Makefile
>  create mode 100755 tools/testing/selftests/tpm2/test_smoke.sh
>  create mode 100755 tools/testing/selftests/tpm2/test_space.sh
>  create mode 100644 tools/testing/selftests/tpm2/tpm2.py
>  create mode 100644 tools/testing/selftests/tpm2/tpm2_tests.py
>
> diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
> index 1a2bd15c5b6e..e4556132cbc4 100644
> --- a/tools/testing/selftests/Makefile
> +++ b/tools/testing/selftests/Makefile
> @@ -47,6 +47,7 @@ TARGETS += sysctl
>  ifneq (1, $(quicktest))
>  TARGETS += timers
>  endif
> +TARGETS += tpm

This should be tpm2, right?

>  TARGETS += user
>  TARGETS += vm
>  TARGETS += x86

-- 
Thiago Jung Bauermann
IBM Linux Technology Center

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ