audk/CryptoPkg/Library/BaseCryptLib/SysCall
Jorge Ramirez-Ortiz ccbe6f5030 CryptoPkg: Increase ScratchMemory buffer for openssl 3.0.15
Openssl 3.0.15 has a larger memory footprint.

Updating from EDK 2022.2 (openssl 1.1.j) to 2024.2 (openssl 3.0.15)
causes our EFI provisioning application[1] to fail due to an out of
memory condition.

On inspection, at the time of that fault, 2022.2 had an additional 900
pages. This is why this patch proposes the increase of the ScratchMemory
buffer by that same ammount.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git

Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io>
2024-11-04 21:34:22 +00:00
..
BaseMemAllocation.c
ConstantTimeClock.c CrtLibSupport: add timezone 2024-09-25 16:08:35 +00:00
CrtWrapper.c CryptoPkg: Fix BaseCryptLib CrtWrapper strncpy and strcat 2024-06-07 13:23:04 +00:00
RuntimeMemAllocation.c CryptoPkg: Increase ScratchMemory buffer for openssl 3.0.15 2024-11-04 21:34:22 +00:00
TimerWrapper.c CrtLibSupport: add timezone 2024-09-25 16:08:35 +00:00
UnitTestHostCrtWrapper.c CrtLibSupport: add timezone 2024-09-25 16:08:35 +00:00