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