]> git.proxmox.com Git - mirror_edk2.git/history - CryptoPkg/Include/Library
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / CryptoPkg / Include / Library /
2022-10-12 Qi ZhangCryptoPkg: add new X509 function definition.
2022-10-12 Qi ZhangCryptoPkg: Add EC key retrieving and signature interface.
2022-10-10 Yi LiCryptoPkg: Extend Tls function library
2022-09-26 Yi LiCryptoPkg: Add EC support
2022-09-23 Yi LiCryptoPkg: Add BigNum support
2022-09-23 Qi ZhangCryptoPkg: add AeadAesGcm function() definition.
2022-09-23 Qi ZhangCryptoPkg: add new Hkdf api definition in Crypt Lib.
2022-09-23 Qi ZhangCryptoPkg: Add new hmac definition to cryptlib
2022-03-18 Zhihao LiCryptoPkg: Add new hash algorithm ParallelHash256HashAl...
2021-12-07 Michael KubackiCryptoPkg: Apply uncrustify changes
2021-12-07 Michael D KinneyCryptoPkg: Change OPTIONAL keyword usage style
2021-06-23 Agrawal, SachinCryptoPkg: BaseCryptLib: Update Salt length requirement...
2021-05-14 Sachin AgrawalCryptoPkg: BaseCryptLib: Add RSA PSS verify support
2020-11-17 Gao, ZhichaoCryptoPkg: Make the MD5 disable as default for security
2020-06-29 Zhichao GaoCryptoPkg/BaseCryptLib: Add MARCO to disable the deprec...
2020-06-29 Zhichao GaoCryptoPkg/BaseCryptLib: Add MARCO to disable the deprec...
2020-05-15 Zhichao GaoCryptoPkg/BaseCryptLib: Retire HMAC SHA1 algorithm
2020-05-15 Zhichao GaoCryptoPkg/BaseCryptLib: Retire HMAC MD5 algorithm
2020-05-15 Zhichao GaoCryptoPkg/BaseCryptLib: Retire Aes Ecb mode algorithm
2020-05-15 Zhichao GaoCryptoPkg/BaseCryptLib: Retire the TDES algorithm
2020-05-15 Zhichao GaoCryptoPkg/BaseCryptLib: Retire ARC4 algorithm
2020-05-15 Zhichao GaoCryptoPkg/BaseCrpytLib: Retire MD4 algorithm
2020-02-19 Amol N SukerkarCryptoPkg/BaseHashApiLib: Align BaseHashApiLib with...
2020-02-07 Michael D KinneyCryptoPkg/BaseCryptLib: Add X509ConstructCertificateSta...
2020-02-03 Amol N SukerkarCryptoPkg/BaseHashApiLib: Implement Unified Hash Calcul...
2020-01-20 Jian J WangCryptoPkg/BaseCryptLib: remove HmacXxxGetContextSize...
2020-01-20 Jian J WangCryptoPkg/BaseCryptLib: replace HmacXxxInit API with...
2019-11-02 Wu, JiaxinCryptoPkg/TlsLib: Add the new API "TlsSetVerifyHost...
2019-08-19 Shenglei ZhangCryptoPkg: Fix coding style
2019-08-09 Gary WestCryptoPkg/BaseCryptLib: Wrap OpenSSL HKDF algorithm
2019-06-07 Lu, XiaoyuXCryptoPkg/BaseCryptLib: Wrap OpenSSL SM3 algorithm
2019-04-18 Bret BarkelewCryptoPkg/BaseCryptLib.h: Add PKCS1v2 (RSAES-OAEP)...
2019-04-18 Bret BarkelewCryptoPkg/BaseCryptLib.h: Add new API VerifyEKUsInPkcs7...
2019-04-18 Bret BarkelewCryptoPkg/BaseCryptLib.h: Add new API to get organizati...
2019-04-09 Michael D KinneyCryptoPkg: Replace BSD License with BSD+Patent License
2018-06-28 Liming GaoCryptoPkg: Clean up source files
2018-06-05 Long QinCryptoPkg: Remove deprecated function usage in X509GetC...
2018-04-13 Laszlo ErsekCryptoPkg/TlsLib: rewrite TlsSetCipherList()
2017-12-22 Jiaxin WuCryptoPkg/TlsLib: Add some parameter check and clarific...
2017-11-24 Jiaxin WuCryptoPkg/TlsLib: Change the return type of TlsInitiali...
2017-11-07 chenc2CryptoPkg/BaseCryptLib: Add C-structure to matching...
2017-11-06 Long QinCryptoPkg/BaseCryptLib: Fix mismatched memory allocatio...
2017-09-24 Qin LongCryptoPkg: Add new API to retrieve commonName of X...
2017-04-14 Long QinCryptoPkg: Correct some minor issues in function comments
2017-04-06 Hao WuCryptoPkg: Convert files to CRLF line ending
2017-03-29 Qin LongCryptoPkg: Update HMAC Wrapper with opaque HMAC_CTX...
2016-12-22 Jiaxin WuCryptoPkg: Add new TlsLib library
2016-11-11 Dandan BiCryptoPkg/BaseCryptLib: Make comments consistent with...
2016-11-07 Gary LinCryptoPkg: Fix typos in comments
2016-11-02 Qin LongCryptoPkg: Add PKCS5 PBKDF2 interface for password...
2016-11-02 Qin LongCryptoPkg: Add HMAC-SHA256 cipher support
2016-11-02 Qin LongCryptoPkg: Add xxxxHashAll APIs to facilitate the diges...
2015-11-25 Qin Long[CryptoPkg] Correct one typo in the API comments.
2015-11-05 Qin LongCryptoPkg: Add one new API (Pkcs7GetCertificatesList...
2015-08-20 Qin LongCryptoPkg: Add a missed include file to fix the possibl...
2015-06-19 Qin LongCryptoPkg: Add some comments for API usage clarification.
2015-06-19 Qin LongCryptoPkg: Add one new API for PKCS7 Verification Proto...
2014-12-25 Long, QinCorrect the Hash Calculation for Revoked X.509 Certific...
2014-11-12 Qin LongCryptoPkg Updates to support RFC3161 timestamp signatur...
2012-11-22 tye1Fix issue that RsaPkcs1Verify() may not work in PEI...
2012-08-02 tye1Fix several issues in BaseCryptLib:
2012-07-27 tye1Fix some typo and coding style issues in BaseCryptLib...
2012-07-18 tye1Add interfaces to several library instances of BaseCryp...
2012-03-31 tye1Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSig...
2012-03-19 sfu51. Remove conducting ASSERT in BaseCryptLib.
2011-08-16 tye1Add new interfaces to support PKCS7#7 signed data and...
2010-12-31 qlong1. Add new API supports for PEM & X509 key retrieving...
2010-11-02 qlongUpdate CryptoPkg for new ciphers (HMAC, Block Cipher...
2010-11-01 hhtianAdd CryptoPkg (from UDK2010.UP3)