]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf
Add interfaces to several library instances of BaseCryptLib.
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLibRuntimeCryptProtocol / BaseCryptLibRuntimeCryptProtocol.inf
index 0f1b0eb093059ef200d6ee6e42d5020c697c9906..8ef2d4182aa58f4e23021bd9152fdbeb59d58f32 100644 (file)
@@ -2,7 +2,14 @@
 #  Cryptographic Library Instance based on Runtime Crypt Protocol.\r
 #  This instance will be only used by the Authenticated Variable driver for IPF.\r
 #\r
-#  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Note: MD4/MD5/SHA1 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions, \r
+#  AES/TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign/verify\r
+#  functions, Diffie-Hellman functions, X.509 certificate handler functions,\r
+#  authenticode signature verification functions, PEM handler functions,\r
+#  pseudorandom number generator functions, Sha256Duplicate() are not supported\r
+#  in this instance.\r
+#\r
+#  Copyright (c) 2010 - 2012, 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
 [Sources]\r
   RuntimeDxeIpfCryptLib.c\r
 \r
+  Hash/CryptMd4Null.c\r
+  Hash/CryptMd5Null.c\r
+  Hash/CryptSha1Null.c\r
+  Hmac/CryptHmacMd5Null.c\r
+  Hmac/CryptHmacSha1Null.c\r
+  Cipher/CryptAesNull.c\r
+  Cipher/CryptTdesNull.c\r
+  Cipher/CryptArc4Null.c\r
+  Pk/CryptRsaExtNull.c\r
+  Pk/CryptPkcs7SignNull.c\r
+  Pk/CryptPkcs7VerifyNull.c\r
+  Pk/CryptDhNull.c\r
+  Pk/CryptX509Null.c\r
+  Pk/CryptAuthenticodeNull.c\r
+  Pem/CryptPemNull.c\r
+  Rand/CryptRandNull.c\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   CryptoPkg/CryptoPkg.dec\r