Added tpm-quote-tools for remote attestation.
This commit is contained in:
parent
dbe8d7ad03
commit
e5ccb41f6f
12
pkgs/tools/security/tpm-quote-tools/default.nix
Normal file
12
pkgs/tools/security/tpm-quote-tools/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{stdenv, fetchurl, autoconf, automake, trousers, openssl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "tpm-quote-tools-1.0.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/tpmquotetools/1.0.2/tpm-quote-tools-1.0.2.tar.gz";
|
||||
sha256 = "17bf9d1hiiaybx6rgl0sqcb0prjz6d2mv8fwp4bj1c0rsfw5dbk8";
|
||||
};
|
||||
|
||||
buildInputs = [ trousers openssl ];
|
||||
}
|
@ -2077,6 +2077,8 @@ let
|
||||
|
||||
torsocks = callPackage ../tools/security/tor/torsocks.nix { };
|
||||
|
||||
tpm-quote-tools = callPackage ../tools/security/tpm-quote-tools { };
|
||||
|
||||
tpm-tools = callPackage ../tools/security/tpm-tools { };
|
||||
|
||||
trickle = callPackage ../tools/networking/trickle {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user