From 38fcd0270fff574ac82e2acad451fbcb36674398 Mon Sep 17 00:00:00 2001 From: tye1 Date: Fri, 1 Jun 2012 02:37:24 +0000 Subject: Fix SmmCryptLib issue when calling time() in RealTimeClock.c Signed-off by: Ye Ting Reviewed-by: Yao Jiewen Reviewed-by: Long Qin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13417 6f19259b-4bc3-4df7-8a09-765794883524 --- CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf') diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf index 03ed82f687..f7bccc4379 100644 --- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf +++ b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf @@ -1,6 +1,15 @@ ## @file # Cryptographic Library Instance for SMM driver. # +# This library instance uses ConstantTimeClock.c thus does not provide +# functionality for following APIs which need system time support: +# 1) RsaGenerateKey +# 2) RsaCheckKey +# 3) RsaPkcs1Sign +# 4) Pkcs7Sign +# 5) DhGenerateParameter +# 6) DhGenerateKey +# # Copyright (c) 2010 - 2012, 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 @@ -37,7 +46,7 @@ Pem/CryptPem.c SysCall/CrtWrapper.c - SysCall/RealTimeClock.c + SysCall/ConstantTimeClock.c SysCall/BaseMemAllocation.c [Sources.Ia32] -- cgit v1.2.3