]> git.proxmox.com Git - mirror_edk2.git/commitdiff
CryptoPkg/Library/BaseCryptLib: Add missing UNI file and fix format
authorMichael D Kinney <michael.d.kinney@intel.com>
Tue, 4 Oct 2022 23:34:25 +0000 (16:34 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 24 Oct 2022 07:49:43 +0000 (07:49 +0000)
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com>
Cc: Guomin Jiang <guomin.jiang@intel.com>
Cc: Christopher Zurcher <christopher.zurcher@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni
CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni
CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni
CryptoPkg/Library/BaseCryptLib/SecCryptLib.inf
CryptoPkg/Library/BaseCryptLib/SecCryptLib.uni [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni

index ed1852efbe045e5432dee5b948ac7224e64699e0..d9d53d099c4e745fd1119ef7eee63634533c8a97 100644 (file)
@@ -12,8 +12,6 @@
 //\r
 // **/\r
 \r
-\r
 #string STR_MODULE_ABSTRACT             #language en-US "Cryptographic Library Instance for DXE_DRIVER"\r
 \r
 #string STR_MODULE_DESCRIPTION          #language en-US "Caution: This module requires additional review when modified. This library will have external input - signature. This external input must be validated carefully to avoid security issues such as buffer overflow or integer overflow."\r
-\r
index 20ae64e8bf1a93abd543049c8eb11948813aa385..8cffc00daf5d49c307f86bc5520419f1a47bf6de 100644 (file)
@@ -18,8 +18,6 @@
 //\r
 // **/\r
 \r
-\r
 #string STR_MODULE_ABSTRACT             #language en-US "Cryptographic Library Instance for PEIM"\r
 \r
 #string STR_MODULE_DESCRIPTION          #language en-US "Caution: This module requires additional review when modified. This library will have external input - signature. This external input must be validated carefully to avoid security issues such as buffer overflow or integer overflow. Note: AES functions, RSA external functions, PKCS#7 SignedData sign functions, Diffie-Hellman functions, X.509 certificate handler functions, authenticode signature verification functions, PEM handler functions, and pseudorandom number generator functions are not supported in this instance."\r
-\r
index 0cf378c5ab84484f653a6c320ac34e754ca71fb9..786738a99d73a050060aacb48f7444c0f75bde05 100644 (file)
@@ -17,8 +17,6 @@
 //\r
 // **/\r
 \r
-\r
 #string STR_MODULE_ABSTRACT             #language en-US "Cryptographic Library Instance for DXE_RUNTIME_DRIVER"\r
 \r
 #string STR_MODULE_DESCRIPTION          #language en-US "Caution: This module requires additional review when modified. This library will have external input - signature. This external input must be validated carefully to avoid security issues such as buffer overflow or integer overflow. Note: AES functions, RSA external functions, PKCS#7 SignedData sign functions, Diffie-Hellman functions, and authenticode signature verification functions are not supported in this instance."\r
-\r
index 0b1dd31c411c046919c8d9cf6c4f87ea044f1377..4f652be46a82dcb2cddbd06f3b0cb3ffa6a4b85b 100644 (file)
@@ -14,6 +14,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SecCryptLib\r
+  MODULE_UNI_FILE                = SecCryptLib.uni\r
   FILE_GUID                      = 3689D343-0D32-4284-8053-BF10537990E8\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
diff --git a/CryptoPkg/Library/BaseCryptLib/SecCryptLib.uni b/CryptoPkg/Library/BaseCryptLib/SecCryptLib.uni
new file mode 100644 (file)
index 0000000..c0dd1eb
--- /dev/null
@@ -0,0 +1,17 @@
+// /** @file\r
+// Cryptographic Library Instance for SEC driver.\r
+//\r
+// Caution: This module requires additional review when modified.\r
+// This library will have external input - signature.\r
+// This external input must be validated carefully to avoid security issues such as\r
+// buffer overflow or integer overflow.\r
+//\r
+// Copyright (c) 2010 - 2020, Intel Corporation. All rights reserved.<BR>\r
+//\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
+//\r
+// **/\r
+\r
+#string STR_MODULE_ABSTRACT             #language en-US "Cryptographic Library Instance for SEC driver"\r
+\r
+#string STR_MODULE_DESCRIPTION          #language en-US "Caution: This module requires additional review when modified. This library will have external input - signature. This external input must be validated carefully to avoid security issues such as buffer overflow or integer overflow. Note: AES functions, RSA external functions, PKCS#7 SignedData sign functions, Diffie-Hellman functions, and authenticode signature verification functions are not supported in this instance."\r
index f0c33abbcf221fd99757dddbf34f0d48ebb4c48a..7e0f55f792e1a07d842f13e9c00dea6df170d879 100644 (file)
@@ -17,8 +17,6 @@
 //\r
 // **/\r
 \r
-\r
 #string STR_MODULE_ABSTRACT             #language en-US "Cryptographic Library Instance for SMM driver"\r
 \r
 #string STR_MODULE_DESCRIPTION          #language en-US "Caution: This module requires additional review when modified. This library will have external input - signature. This external input must be validated carefully to avoid security issues such as buffer overflow or integer overflow. Note: AES functions, RSA external functions, PKCS#7 SignedData sign functions, Diffie-Hellman functions, and authenticode signature verification functions are not supported in this instance."\r
-\r