X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FApplication%2FCryptest%2FCryptest.c;h=79c1850e68e0d7005d11581471b0461c565ced47;hp=44aaabadea6a177e6112c8b39f935ba43980566e;hb=2ac68e8b549b646607149919a2780bcd7234d92d;hpb=bcbdc75535d376d710cd864fb3cf5129c7dfcaff diff --git a/CryptoPkg/Application/Cryptest/Cryptest.c b/CryptoPkg/Application/Cryptest/Cryptest.c index 44aaabadea..79c1850e68 100644 --- a/CryptoPkg/Application/Cryptest/Cryptest.c +++ b/CryptoPkg/Application/Cryptest/Cryptest.c @@ -1,7 +1,7 @@ -/** @file +/** @file Application for Cryptographic Primitives Validation. -Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
+Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -73,6 +73,11 @@ CryptestMain ( return Status; } + Status = ValidateTSCounterSignature (); + if (EFI_ERROR (Status)) { + return Status; + } + Status = ValidateCryptDh (); if (EFI_ERROR (Status)) { return Status; @@ -84,4 +89,4 @@ CryptestMain ( } return EFI_SUCCESS; -} +} \ No newline at end of file