]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Application/Cryptest/Cryptest.inf
1. Add new API supports for PEM & X509 key retrieving & verification;
[mirror_edk2.git] / CryptoPkg / Application / Cryptest / Cryptest.inf
CommitLineData
97f98500
HT
1## @file\r
2# UEFI Application for the Validation of cryptography library \r
3# (based on OpenSSL 0.9.8l).\r
4# This is a shell application that will test the crypto library.\r
5#\r
6# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
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
20 FILE_GUID = fb925ac7-192a-9567-8586-7c6f5f710607\r
21 MODULE_TYPE = UEFI_APPLICATION\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = CryptestMain\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF\r
29#\r
30\r
31[Sources]\r
a8c44645 32 Cryptest.h\r
97f98500 33 Cryptest.c\r
a8c44645 34 HashVerify.c\r
35 HmacVerify.c\r
36 BlockCipherVerify.c\r
37 RsaVerify.c\r
4a567c96 38 RsaVerify2.c\r
97f98500 39 AuthenticodeVerify.c\r
a8c44645 40 DhVerify.c\r
41 RandVerify.c\r
42 \r
97f98500
HT
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 CryptoPkg/CryptoPkg.dec\r
46\r
47[LibraryClasses]\r
48 UefiApplicationEntryPoint\r
49 UefiLib\r
50 BaseLib\r
51 UefiBootServicesTableLib\r
52 BaseMemoryLib\r
53 DebugLib\r
54 MemoryAllocationLib\r
55 BaseCryptLib\r