]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/evp_locl.h
Adding missing NULL pointer check
[thirdparty/openssl.git] / crypto / evp / evp_locl.h
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-23  Richard LevitteRework cipher / digest fetching for legacy nids with...
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-09  Matt CaswellMove EVP_PKEY algorithm implementations into a union
2019-09-09  Matt CaswellRevise EVP_PKEY param handling
2019-09-09  Matt CaswellAdd support for verify/verify_recover functions to...
2019-09-09  Matt CaswellAdd the ability to perform signatures in a provider
2019-09-06  PauliKDF/PRF updates to libcrypto
2019-09-04  Richard LevitteNew function EVP_CIPHER_free()
2019-09-04  Richard LevitteNew function EVP_MD_free()
2019-09-03  Richard LevitteRefactor how KEYMGMT methods get associated with other...
2019-08-15  Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-12  Richard LevitteAdapt diverse EVP_MD functions to use get_params and...
2019-07-31  Shane LontisAdd evp_util macros
2019-07-23  Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23  Richard LevitteAdd internal function evp_generic_do_all()
2019-07-23  Richard LevitteAdd a mechnism to save the name of fetched methods
2019-07-22  Richard LevitteAdd basic EVP_KEYMGMT API and libcrypto <-> provider...
2019-07-16  Matt CaswellAdd the ability to set PKCS#3 DH padding in providers
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-07-02  Richard Levitteossl_provider_upref to ossl_provider_up_ref
2019-05-12  Richard LevitteEVP_FETCH: remove the need to transport the legacy...
2019-05-03  Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-04-19  Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-09  Matt CaswellUse the right NID when putting a method in the store
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-18  Richard LevitteAdd generic EVP method fetcher
2019-02-13  David MakepeaceAdded new EVP/KDF API.
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-29  Richard LevitteAdd EVP_MAC API
2018-04-17  Richard LevitteUpdate copyright year
2018-04-13  Matt CaswellChange SRP functions to use EVP_EncodeUpdate/EVP_Decode...
2018-03-19  Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-02-28  Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2017-01-25  Matt CaswellFix the overlapping check for fragmented "Update" opera...
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-12  Richard LevitteMake EVP_CIPHER opaque and add creator/destructor/acces...
2016-01-12  Richard LevitteMake EVP_CIPHER_CTX opaque and renew the creator /...
2016-01-07  Dr. Stephen HensonOnly declare stacks in headers
2015-12-11  Richard LevitteMake EVP_ENCODE_CTX opaque
2015-12-07  Richard LevitteCleanup: Remove M_EVP_MD_* macros
2015-12-07  Richard LevitteMake the definition of EVP_MD opaque
2015-12-07  Richard LevitteMake the definition of EVP_MD_CTX opaque
2015-03-24  Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2011-01-26  Dr. Stephen HensonFIPS mode EVP changes:
2010-02-26  Dr. Stephen HensonRevert CFB block length change. Despite what SP800...
2010-02-15  Dr. Stephen HensonThe "block length" for CFB mode was incorrectly coded...
2010-02-15  Dr. Stephen HensonCorrect ECB mode EVP_CIPHER definition: IV length is 0
2010-02-15  Dr. Stephen Hensonadd EVP_CIPH_FLAG_LENGTH_BITS from 0.9.8-stable
2009-11-25  Dr. Stephen HensonSplit PBES2 into cipher and PBKDF2 versions. This tidie...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-10-31  Andy Polyakovsize_t-fy EVP_CIPHER. Note that being size_t-fied it...
2007-07-08  Andy PolyakovEVP_*_cfb1 was broken.
2006-12-19  Nils Larschremove trailing '\'
2006-06-02  Dr. Stephen HensonAdd ENGINE support for EVP_PKEY_METHOD including lookup...
2006-05-24  Dr. Stephen HensonNew function to dup EVP_PKEY_CTX. This will be needed...
2006-05-24  Dr. Stephen HensonUse size_t for new crypto size parameters.
2006-04-15  Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-14  Dr. Stephen HensonAdd functions to allow setting and adding external...
2006-04-13  Dr. Stephen HensonAdd key derivation support.
2006-04-11  Dr. Stephen HensonInitial keygen support.
2006-04-09  Dr. Stephen HensonConstification.
2006-04-08  Dr. Stephen HensonInitial functions for RSA EVP_PKEY_METHOD.
2006-04-07  Dr. Stephen HensonNew utility 'pkeyutl' a general purpose version of...
2006-04-07  Dr. Stephen HensonInclude EVP_PKEY argument in EVP_PKEY_CTX_new(). This...
2006-04-07  Dr. Stephen HensonInitial functions for main EVP_PKEY_METHOD operations.
2006-04-06  Dr. Stephen HensonUpdated to EVP_PKEY_METHOD code... still doesn't do...
2006-04-06  Dr. Stephen HensonInitial definitions and a few functions for EVP_PKEY_ME...
2004-01-28  Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2002-08-16  Dr. Stephen HensonFix block_size field for CFB and OFB modes: it should...
2002-02-16  Richard LevitteThe AES modes OFB and CFB are defined with 128 feedback...
2002-01-02  Richard LevitteThe block size may be something other than 8!
2001-07-30  Ben LaurieReally add the EVP and all of the DES changes.
2001-07-21  Ben LaurieClean up EVP macros, rename DES EDE3 modes correctly...
2001-03-09  Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2000-06-11  Dr. Stephen HensonFix evp_locl.h macros.
2000-06-03  Ben LaurieEVP constification.
2000-05-30  Dr. Stephen HensonFourth phase EVP revision.