]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/evp_lib.c
Don't hold a lock when calling a callback in ossl_namemap_doall_names
[thirdparty/openssl.git] / crypto / evp / evp_lib.c
2021-02-24  Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-02-23  Richard LevitteEVP: Adapt diverse OSSL_PARAM setters and getters
2021-02-10  Shane LontisReplace provider digest flags with separate param fields
2021-02-10  Shane LontisReplace provider cipher flags with separate param fields
2021-01-28  Richard LevitteUpdate copyright year
2021-01-18  Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2020-12-23  Matt CaswellCache Digest constants
2020-12-16  Richard LevitteDrop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DS...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-13  Shane LontisRemove unused helper functions EVP_str2ctrl() & EVP_hex...
2020-09-08  Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-08-24  Shane LontisFix coverity CID #1452775 & #1452772- Dereference befor...
2020-08-11  Benjamin KadukAvoid deprecated function in evp_lib.c
2020-08-11  Benjamin KadukDeprecate and replace EVP_CIPHER_CTX_iv()/etc.
2020-08-11  Benjamin KadukSupport cipher provider "iv state"
2020-07-22  PauliEVP: deprecate the EVP_X_meth_ functions.
2020-06-19  Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-06-19  Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-25  Paulievp: convert existing code to use the new modified...
2020-04-23  Matt CaswellUpdate copyright year
2020-01-17  Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2019-11-25  Shane LontisCache constants for fetched EVP_cipher
2019-10-17  Richard LevitteEVP: add functions that return the name number
2019-10-17  Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-17  Richard LevitteEVP: add missing common functionality
2019-10-11  Richard LevitteFix EVP_Cipher() for provided cipher implementations
2019-10-07  Shane LontisMove cipher ctx 'original iv' parameter into the provider
2019-10-01  Richard LevitteMake EVP_CIPHER_is_a() work with legacy cipher implemen...
2019-10-01  Richard LevitteAdapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for...
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-19  Rich SalzAvoid ?: construct in XXXerr calls
2019-09-19  Richard LevitteModify providers that keep track of underlying algorithms
2019-09-19  Richard LevitteIn provider implemented methods, save the name number...
2019-09-13  Shane LontisFix S390X bad size_t that causes memory trash in legacy...
2019-09-11  Shane LontisAdd EVP_CIPHER_CTX_tag_length()
2019-09-05  Dmitry BelyavskiyDisallow change EVP_MD properties once set
2019-09-05  Shane LontisChange provider params from int to size_t
2019-09-04  Richard LevitteNew function EVP_MD_free()
2019-08-12  Richard LevitteAdapt diverse EVP_MD functions to use get_params and...
2019-08-08  Shane LontisChange EVP_CIPHER_CTX_iv_length() to return current...
2019-07-31  Shane LontisAdd gcm ciphers (aes and aria) to providers.
2019-07-31  Shane LontisAdd evp_util macros
2019-07-23  Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23  Richard LevitteAdd EVP_MD_provider() and EVP_CIPHER_provider()
2019-07-23  Richard LevitteRe-implement EVP_MD_name() and EVP_CIPHER_name() as...
2019-07-23  Richard LevitteAdd a mechnism to save the name of fetched methods
2019-07-19  Matt CaswellFix no-dh
2019-07-16  Matt CaswellMake the EVP Key Exchange code provider aware
2019-07-15  Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-07-11  Richard LevitteAdapt diverse EVP_CIPHER functions to use get_params...
2019-06-28  Matt CaswellRename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref...
2019-05-23  Matt CaswellMake some EVP code available from within the FIPS module
2019-04-30  Richard LevitteReplumbing: make the oneshot proider cipher function...
2019-04-19  Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19  Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-03  Matt CaswellSupport EVP_MD_block_size() with providers
2019-04-03  Matt CaswellEnsure EVP_MD_CTX_md returns the EVP_MD originally...
2019-03-21  Matt CaswellMake EVP_Digest* functions provider aware
2019-03-21  Matt CaswellImplement EVP_MD_fetch()
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-29  Richard LevitteAdd convenience functions EVP_str2ctrl() and EVP_hex2ctrl()
2018-09-07  Paul YangAllow EVP_MD_CTX_set_pkey_ctx to accept NULL pctx
2018-09-07  Paul YangSupport setting SM2 ID
2018-09-07  Paul YangIntroduce EVP_MD_CTX_set_pkey_ctx
2018-06-20  Matt CaswellUpdate copyright year
2018-06-18  David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2017-10-18  KaoruTodaRemove parentheses of return.
2016-12-22  Todd ShortFix EVP_MD_meth_get_flags
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-03-07  Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
2016-03-07  Matt CaswellUpdate the dasync engine to add a pipeline cipher
2016-02-08  Rich SalzGH641: Don't care openssl_zmalloc
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-12  Richard LevitteEVP_CIPHER_CTX_new_cipher_data was a temporary measure...
2016-01-12  Richard LevitteMake EVP_CIPHER opaque and add creator/destructor/acces...
2016-01-12  Richard LevitteRemove EVP_CIPHER_CTX_flags, it's only confusing
2016-01-12  Richard LevitteAdd accessors and writers for EVP_CIPHER_CTX
2015-12-07  Richard LevitteMake the definition of EVP_MD opaque
2015-12-07  Richard LevitteMake the definition of EVP_MD_CTX opaque
2015-10-13  Dr. Stephen HensonRFC5753 compliance.
2015-08-12  Dr. Stephen HensonReturn error for unsupported modes.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-03-24  Dr. Stephen Hensonmake ASN1_OBJECT opaque
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2013-08-05  Dr. Stephen HensonAlgorithm parameter support.
2011-02-07  Dr. Stephen HensonUse default ASN1 if flag set.
2011-01-26  Dr. Stephen HensonFIPS mode EVP changes:
2010-01-26  Dr. Stephen HensonAdd flags functions which were added to 0.9.8 for fips...
2009-12-25  Dr. Stephen HensonTraditional Yuletide commit ;-)
2009-04-15  Dr. Stephen HensonUpdates from 1.0.0-stable.
2008-12-29  Ben LaurieIf we're going to return errors (no matter how stupid...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01  Ben LaurieMore size_tification.
2007-05-31  Dr. Stephen HensonHandle NULL parameter in some EVP utility functions.
2007-02-27  Dr. Stephen HensonUpdate from stable branch.
2006-11-29  Nils Larschreplace macros with functions
2004-07-04  Dr. Stephen HensonPKCS#8 fixes from stable branch.
2004-01-28  Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
next