]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Application/Cryptest/Cryptest.inf
CryptoPkg: Add new API to retrieve commonName of X.509 certificate
[mirror_edk2.git] / CryptoPkg / Application / Cryptest / Cryptest.inf
index 0e617607dbc99b7b95d73626d8436c6f913af1ce..b7f779c2035da27a98fb375332719cfa06fd78c7 100644 (file)
@@ -1,9 +1,9 @@
 ## @file\r
-#  UEFI Application for the Validation of cryptography library \r
-#  (based on OpenSSL 0.9.8l).\r
-#  This is a shell application that will test the crypto library.\r
+#  Shell application that will test the crypto library.\r
 #\r
-#  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  UEFI Application for the Validation of cryptography library (based on OpenSSL-1.0.2j).\r
+#\r
+#  Copyright (c) 2009 - 2016, 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
@@ -17,6 +17,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Cryptest\r
+  MODULE_UNI_FILE                = Cryptest.uni\r
   FILE_GUID                      = fb925ac7-192a-9567-8586-7c6f5f710607\r
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0\r
   HmacVerify.c\r
   BlockCipherVerify.c\r
   RsaVerify.c\r
+  RsaVerify2.c\r
+  Pkcs5Pbkdf2Verify.c\r
   AuthenticodeVerify.c\r
+  TSVerify.c\r
   DhVerify.c\r
   RandVerify.c\r
   \r
@@ -52,3 +56,7 @@
   DebugLib\r
   MemoryAllocationLib\r
   BaseCryptLib\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  CryptestExtra.uni\r
+  \r