]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
CryptoPkg Updates to support RFC3161 timestamp signature verification.
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / RuntimeCryptLib.inf
CommitLineData
97f98500 1## @file\r
dda856b3 2# Cryptographic Library Instance for DXE_RUNTIME_DRIVER.\r
97f98500 3#\r
dc204d5a
JY
4# Caution: This module requires additional review when modified.\r
5# This library will have external input - signature.\r
2ac68e8b 6# This external input must be validated carefully to avoid security issues such as\r
dda856b3 7# buffer overflow or integer overflow.\r
dc204d5a 8#\r
2ac68e8b
QL
9# Note: MD4 Digest functions, SHA-384 Digest functions, SHA-512 Digest functions,\r
10# HMAC-MD5 functions, HMAC-SHA1 functions, AES/TDES/ARC4 functions, RSA external\r
11# functions, PKCS#7 SignedData sign functions, Diffie-Hellman functions, and \r
12# authenticode signature verification functions are not supported in this instance.\r
532616bb 13#\r
dda856b3 14# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
97f98500
HT
15# This program and the accompanying materials\r
16# are licensed and made available under the terms and conditions of the BSD License\r
17# which accompanies this distribution. The full text of the license may be found at\r
18# http://opensource.org/licenses/bsd-license.php\r
2ac68e8b 19#\r
97f98500
HT
20# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
21# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
2ac68e8b 22#\r
97f98500
HT
23##\r
24\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = RuntimeCryptLib\r
dda856b3 28 MODULE_UNI_FILE = RuntimeCryptLib.uni\r
97f98500
HT
29 FILE_GUID = 78189cc0-727d-46a4-84ea-f7dd860de64a\r
30 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
31 VERSION_STRING = 1.0\r
532616bb 32 LIBRARY_CLASS = BaseCryptLib|DXE_RUNTIME_DRIVER\r
97f98500
HT
33 CONSTRUCTOR = RuntimeCryptLibConstructor\r
34\r
35#\r
36# The following information is for reference only and not required by the build tools.\r
37#\r
d1984abc 38# VALID_ARCHITECTURES = IA32 X64 IPF ARM AARCH64\r
97f98500
HT
39#\r
40\r
41[Sources]\r
532616bb 42 Hash/CryptMd4Null.c\r
97f98500
HT
43 Hash/CryptMd5.c\r
44 Hash/CryptSha1.c\r
45 Hash/CryptSha256.c\r
2ac68e8b 46 Hash/CryptSha512Null.c\r
532616bb 47 Hmac/CryptHmacMd5Null.c\r
48 Hmac/CryptHmacSha1Null.c\r
49 Cipher/CryptAesNull.c\r
50 Cipher/CryptTdesNull.c\r
51 Cipher/CryptArc4Null.c\r
52 Pk/CryptRsaBasic.c\r
53 Pk/CryptRsaExtNull.c\r
54 Pk/CryptPkcs7SignNull.c\r
2ac68e8b 55 Pk/CryptPkcs7Verify.c\r
532616bb 56 Pk/CryptDhNull.c\r
e8b4eb04 57 Pk/CryptX509.c\r
532616bb 58 Pk/CryptAuthenticodeNull.c\r
2ac68e8b 59 Pk/CryptTsNull.c\r
b7d320f8 60 Pem/CryptPem.c\r
61\r
97f98500
HT
62 SysCall/CrtWrapper.c\r
63 SysCall/TimerWrapper.c\r
97f98500
HT
64 SysCall/RuntimeMemAllocation.c\r
65\r
66[Sources.Ia32]\r
7ce960e7 67 Rand/CryptRandTsc.c\r
68\r
69[Sources.X64]\r
70 Rand/CryptRandTsc.c\r
71\r
72[Sources.IPF]\r
73 Rand/CryptRandItc.c\r
74\r
75[Sources.ARM]\r
76 Rand/CryptRand.c\r
77\r
d1984abc
RC
78[Sources.AARCH64]\r
79 Rand/CryptRand.c\r
80\r
97f98500
HT
81[Packages]\r
82 MdePkg/MdePkg.dec\r
83 CryptoPkg/CryptoPkg.dec\r
84\r
85[LibraryClasses]\r
86 BaseLib\r
87 BaseMemoryLib\r
88 MemoryAllocationLib\r
89 UefiBootServicesTableLib\r
90 UefiRuntimeServicesTableLib\r
91 DebugLib\r
92 OpensslLib\r
93 IntrinsicLib\r
7ce960e7 94 PrintLib\r
97f98500
HT
95\r
96#\r
97# Remove these [BuildOptions] after this library is cleaned up\r
98#\r
99[BuildOptions]\r
100 GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))"\r