Added tpm-quote-tools for remote attestation.

This commit is contained in:
Alexander Kjeldaas
2014-04-22 14:05:09 +02:00
parent dbe8d7ad03
commit e5ccb41f6f
2 changed files with 14 additions and 0 deletions
@@ -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 ];
}