]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Application/Cryptest/Cryptest.inf
CryptoPkg: Add PKCS5 PBKDF2 interface for password derivation.
[mirror_edk2.git] / CryptoPkg / Application / Cryptest / Cryptest.inf
CommitLineData
97f98500 1## @file\r
dda856b3 2# Shell application that will test the crypto library.\r
97f98500 3#\r
a8f37449 4# UEFI Application for the Validation of cryptography library (based on OpenSSL-1.0.2j).\r
dda856b3 5#\r
a8f37449 6# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
97f98500
HT
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# \r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14# \r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = Cryptest\r
dda856b3 20 MODULE_UNI_FILE = Cryptest.uni\r
97f98500
HT
21 FILE_GUID = fb925ac7-192a-9567-8586-7c6f5f710607\r
22 MODULE_TYPE = UEFI_APPLICATION\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = CryptestMain\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF\r
30#\r
31\r
32[Sources]\r
a8c44645 33 Cryptest.h\r
97f98500 34 Cryptest.c\r
a8c44645 35 HashVerify.c\r
36 HmacVerify.c\r
37 BlockCipherVerify.c\r
38 RsaVerify.c\r
4a567c96 39 RsaVerify2.c\r
a8f37449 40 Pkcs5Pbkdf2Verify.c\r
97f98500 41 AuthenticodeVerify.c\r
2ac68e8b 42 TSVerify.c\r
a8c44645 43 DhVerify.c\r
44 RandVerify.c\r
45 \r
97f98500
HT
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 CryptoPkg/CryptoPkg.dec\r
49\r
50[LibraryClasses]\r
51 UefiApplicationEntryPoint\r
52 UefiLib\r
53 BaseLib\r
54 UefiBootServicesTableLib\r
55 BaseMemoryLib\r
56 DebugLib\r
57 MemoryAllocationLib\r
58 BaseCryptLib\r
dda856b3
DG
59\r
60[UserExtensions.TianoCore."ExtraFiles"]\r
61 CryptestExtra.uni\r
2ac68e8b 62 \r