From 76f424e841653b899504d8064f1055f8c114985d Mon Sep 17 00:00:00 2001 From: Pramod Date: Thu, 29 Mar 2018 10:22:33 -0700 Subject: tpm tools for the below functionalities 1.INIT(Script) - Establish connection with the Actual TPM Hardware and loads the primary key into the TPM hardware 2. Sign and verify(Script) - Loads the key and does the sign and verify operation Issue-ID: AAF-207 Change-Id: I015eb5fbc6f0e6f09ca454ed1bb55c5f5aadebae Signed-off-by: Pramod --- tpm-tools/LICENSE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tpm-tools/LICENSE (limited to 'tpm-tools/LICENSE') diff --git a/tpm-tools/LICENSE b/tpm-tools/LICENSE new file mode 100644 index 0000000..366ca6c --- /dev/null +++ b/tpm-tools/LICENSE @@ -0,0 +1,14 @@ +/* Copyright 2018 Intel Corporation, Inc +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ -- cgit 1.2.3-korg