Yi Li
Yi Li
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3828 This patch sequence is used to add CryptBn and CryptEc library, which is wrapped over OpenSSL. The implementation provides library functions for EFI BaseCrypt protocol and EFI BaseCrypt...
REF: Fake BIO_snprintf() need to return error status -1. Signed-off-by: Yi Li Cc: Jiewen Yao Cc: Jian J Wang Cc: Xiaoyu Lu Cc: Guomin Jiang
REF: Add true implementation to OpensslLib, this will increase the 8kb DXE driver binary size. Signed-off-by: Yi Li Cc: Jiewen Yao Cc: Jian J Wang Cc: Xiaoyu Lu Cc: Guomin...
Use of the low level APIs has been informally discouraged by the OpenSSL development team for a long time, such EC_KEY*, RSA*..., and more, in OpenSSL 3.0 this is made...
Cherry-pick from: https://github.com/openssl/openssl/pull/17547 When compiling openssl for tianocore compiling abs_val() and pow_10() fails with the following error because SSE support is disabled: crypto/bio/bio_print.c:587:46: error: SSE register return with SSE disabled...
This will increase time of Board PostMemoryInit hook and TempRamExit, but improve the performance of PostTempRamExit hook, PreSiliconInit hook and FSP-S. In total, the boot time can be reduced by...
This change tightens the ASN.1 length handling by: - Verifying that the ASN.1 string length is large enough for each supported length encoding form (short form, 1 octet long form,...
# Description - [ ] Breaking change? - **Breaking change** - Does this PR cause a break in build or boot behavior? - Examples: Does it add a new library...