]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Application/Cryptest/Cryptest.h
Add new interfaces to support PKCS7#7 signed data and authenticode signature. Update...
[mirror_edk2.git] / CryptoPkg / Application / Cryptest / Cryptest.h
index cc68cd3ce531eec392705bcd370d8b719aae2997..216d0a29dfe4905eb5131d2e6982a8763397d82b 100644 (file)
@@ -1,7 +1,7 @@
 /** @file  \r
   Application for Cryptographic Primitives Validation.\r
 \r
 /** @file  \r
   Application for Cryptographic Primitives Validation.\r
 \r
-Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -85,7 +85,19 @@ ValidateCryptRsa2 (
   );\r
 \r
 /**\r
   );\r
 \r
 /**\r
-  Validate UEFI-OpenSSL PKCS#7 Verification Interfaces.\r
+  Validate UEFI-OpenSSL PKCS#7 Signing & Verification Interfaces.\r
+\r
+  @retval  EFI_SUCCESS  Validation succeeded.\r
+  @retval  EFI_ABORTED  Validation failed.\r
+\r
+**/\r
+EFI_STATUS\r
+ValidateCryptPkcs7 (\r
+  VOID\r
+  );\r
+\r
+/**\r
+  Validate UEFI-OpenSSL Authenticode Verification Interfaces.\r
 \r
   @retval  EFI_SUCCESS  Validation succeeded.\r
   @retval  EFI_ABORTED  Validation failed.\r
 \r
   @retval  EFI_SUCCESS  Validation succeeded.\r
   @retval  EFI_ABORTED  Validation failed.\r