From dcfa39fd63a76c504a69ee87a68d7faa3e5638f7 Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Thu, 2 Apr 2015 07:14:12 +0000 Subject: Copy head(r17080) from UDK2014.SP1 Branch with excluding UNI files. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2010.SR1@17104 6f19259b-4bc3-4df7-8a09-765794883524 --- CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf') diff --git a/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf index 97965b4e9c..913e3e14b3 100644 --- a/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf +++ b/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf @@ -3,16 +3,16 @@ # # 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 issue like -# buffer overflow, integer overflow. +# This external input must be validated carefully to avoid security issues such as +# buffer overflow or integer overflow. # # Note: MD4 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions, AES/ # TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign functions, # Diffie-Hellman functions, X.509 certificate handler functions, authenticode -# signature verification functions, PEM handler functions, pseudorandom number +# signature verification functions, PEM handler functions, and pseudorandom number # generator functions are not supported in this instance. # -# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at -- cgit