REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3314 This patch uses Openssl's EVP API's to perform RSASSA-PSS verification of a binary blob. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Xiaoyu Lu <xiaoyux.lu@intel.com> Cc: Guomin Jiang <guomin.jiang@intel.com> Signed-off-by: Sachin Agrawal <sachin.agrawal@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| ## @file
 | |
| # BaseCryptLib UnitTest built for execution in UEFI Shell.
 | |
| #
 | |
| # Copyright (c) Microsoft Corporation.<BR>
 | |
| # SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| ##
 | |
| 
 | |
| [Defines]
 | |
|   INF_VERSION    = 0x00010006
 | |
|   BASE_NAME      = BaseCryptLibUnitTestShell
 | |
|   FILE_GUID      = ed54ee8c-ef7a-41f2-83d5-0e0d4cd88c21
 | |
|   MODULE_TYPE    = UEFI_APPLICATION
 | |
|   VERSION_STRING = 1.0
 | |
|   ENTRY_POINT    = DxeEntryPoint
 | |
| 
 | |
| #
 | |
| # The following information is for reference only and not required by the build tools.
 | |
| #
 | |
| #  VALID_ARCHITECTURES           = IA32 X64
 | |
| #
 | |
| 
 | |
| [Sources]
 | |
|   UnitTestMain.c
 | |
|   BaseCryptLibUnitTests.c
 | |
|   TestBaseCryptLib.h
 | |
|   HashTests.c
 | |
|   HmacTests.c
 | |
|   BlockCipherTests.c
 | |
|   RsaTests.c
 | |
|   RsaPkcs7Tests.c
 | |
|   Pkcs5Pbkdf2Tests.c
 | |
|   AuthenticodeTests.c
 | |
|   TSTests.c
 | |
|   DhTests.c
 | |
|   RandTests.c
 | |
|   Pkcs7EkuTests.c
 | |
|   OaepEncryptTests.c
 | |
|   RsaPssTests.c
 | |
| 
 | |
| [Packages]
 | |
|   MdePkg/MdePkg.dec
 | |
|   CryptoPkg/CryptoPkg.dec
 | |
| 
 | |
| [LibraryClasses]
 | |
|   UefiApplicationEntryPoint
 | |
|   BaseLib
 | |
|   DebugLib
 | |
|   UnitTestLib
 | |
|   PrintLib
 | |
|   BaseCryptLib
 |