summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasic.c
Commit message (Expand)AuthorAgeFilesLines
* CryptoPkg: Apply uncrustify changesMichael Kubacki2021-12-071-131/+140
* CryptoPkg: Support for SHA384 & SHA512 RSA signing schemesPavana.K2020-01-081-3/+11
* CryptoPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* CryptoPkg: Clean up source filesLiming Gao2018-06-281-2/+2
* CryptoPkg: Update PK Cipher Wrappers work with opaque objects.Qin Long2017-03-291-100/+89
* CryptoPkg: Fix typos in commentsGary Lin2016-11-071-2/+2
* CryptoPkg/BaseCryptLib: Add missing OpenSSL includesDavid Woodhouse2015-10-291-1/+2
* The openssl API RSA_public_decrypt() and RSA_private_encrypt() are deprecated...sfu52013-04-231-59/+28
* Fix issue that RsaPkcs1Verify() may not work in PEI phase.tye12012-11-221-5/+20
* Fix several issues in BaseCryptLib:tye12012-08-021-2/+34
* Fix some typo and coding style issues in BaseCryptLib instances.tye12012-07-271-3/+3
* Add interfaces to several library instances of BaseCryptLib.tye12012-07-181-0/+319