X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FApplication%2FCryptest%2FCryptest.h;h=9e3e0fb8bf3966bae290dbb8b4dfc94816d97538;hp=216d0a29dfe4905eb5131d2e6982a8763397d82b;hb=5b7c22450591a9e20ff54b970c11087ccfff563d;hpb=b7d320f8117ed2fffe001b1a0b7bfcd4f40fafc4 diff --git a/CryptoPkg/Application/Cryptest/Cryptest.h b/CryptoPkg/Application/Cryptest/Cryptest.h index 216d0a29df..9e3e0fb8bf 100644 --- a/CryptoPkg/Application/Cryptest/Cryptest.h +++ b/CryptoPkg/Application/Cryptest/Cryptest.h @@ -1,7 +1,7 @@ -/** @file +/** @file Application for Cryptographic Primitives Validation. -Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
+Copyright (c) 2009 - 2016, 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 @@ -84,6 +84,18 @@ ValidateCryptRsa2 ( VOID ); +/** + Validate UEFI-OpenSSL PKCS#5 PBKDF2 Interface. + + @retval EFI_SUCCESS Validation succeeded. + @retval EFI_ABORTED Validation failed. + +**/ +EFI_STATUS +ValidateCryptPkcs5Pbkdf2 ( + VOID + ); + /** Validate UEFI-OpenSSL PKCS#7 Signing & Verification Interfaces. @@ -108,6 +120,18 @@ ValidateAuthenticode ( VOID ); +/** + Validate UEFI-OpenSSL RFC3161 Timestamp CounterSignature Verification Interfaces. + + @retval EFI_SUCCESS Validation succeeded. + @retval EFI_ABORTED Validation failed. + +**/ +EFI_STATUS +ValidateTSCounterSignature ( + VOID + ); + /** Validate UEFI-OpenSSL DH Interfaces.