summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5.c
Commit message (Expand)AuthorAgeFilesLines
* CryptoPkg/BaseCryptLib: Retire HMAC MD5 algorithmZhichao Gao2020-05-151-216/+0
* CryptoPkg/BaseCryptLib: remove HmacXxxGetContextSize interfaceJian J Wang2020-01-201-32/+1
* CryptoPkg/BaseCryptLib: replace HmacXxxInit API with HmacXxxSetKeyJian J Wang2020-01-201-17/+10
* CryptoPkg/BaseCryptLib: Make HMAC_CTX size backward compatibleXiaoyu Lu2019-06-031-2/+6
* CryptoPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* CryptoPkg: Update HMAC Wrapper with opaque HMAC_CTX object.Qin Long2017-03-291-9/+68
* CryptoPkg: Fix typos in commentsGary Lin2016-11-071-2/+2
* Fix several issues in BaseCryptLib:tye12012-08-021-1/+1
* Fix some typo and coding style issues in BaseCryptLib instances.tye12012-07-271-1/+1
* 1. Remove conducting ASSERT in BaseCryptLib.sfu52012-03-191-20/+26
* 1. Add new API supports for PEM & X509 key retrieving & verification;qlong2010-12-311-0/+6
* Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports.qlong2010-11-021-0/+185