]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/evp_enc.c
Identify and move common internal libcrypto header files
[thirdparty/openssl.git] / crypto / evp / evp_enc.c
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-13  Rich SalzRT3841: memset() cipher_data when allocated
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree null cleanup finale
2015-03-28  Rich Salzfree NULL cleanup
2015-01-29  Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-17  Emilia KasperAdd a comment noting the padding oracle.
2014-12-17  Emilia KasperRevert "RT3425: constant-time evp_enc"
2014-10-15  Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-09-24  Emilia KasperRT3425: constant-time evp_enc
2013-07-17  Dr. Stephen HensonEVP support for wrapping algorithms.
2012-02-10  Dr. Stephen Hensononly cleanup ctx if we need to, save ctx flags when...
2011-10-13  Bodo MöllerMake CTR mode behaviour consistent with other modes:
2011-03-21  Dr. Stephen HensonUse a signed value to check return value of do_cipher().
2011-02-07  Dr. Stephen HensonUse 0 not -1 (since type is size_t) for finalisation...
2011-02-07  Dr. Stephen HensonNew flags EVP_CIPH_FLAG_CUSTOM_CIPHER in cipher structu...
2010-10-11  Dr. Stephen HensonPR: 2295
2010-07-28  Dr. Stephen HensonFix ctr mode properly this time....
2010-07-28  Dr. Stephen HensonMake ctr mode behaviour consistent with other modes.
2010-03-01  Dr. Stephen Henson'typo'
2010-02-07  Dr. Stephen HensonAdd missing function EVP_CIPHER_CTX_copy(). Current...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01  Ben LaurieMore size_tification.
2008-08-14  Bodo MöllerDon't use assertions to check application-provided...
2007-01-21  Dr. Stephen HensonConstify version strings and some structures.
2005-12-02  Dr. Stephen HensonNew functions to support opaque EVP_CIPHER_CTX handling.
2005-07-20  Nils Larschthe final byte of a pkcs7 padded plaintext can never...
2005-05-11  Bodo MöllerFix more error codes.
2004-04-19  Geoff ThorpeReduce header interdependencies, initially in engine...
2004-03-28  Dr. Stephen HensonEnhance EVP code to generate random symmetric keys...
2003-12-01  Richard LevitteIt was pointed out to me that if the requested size...
2003-12-01  Richard LevitteCheck that OPENSSL_malloc() really returned some memory.
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-01-30  Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-17  Dr. Stephen HensonEVP_DecryptInit() should call EVP_CipherInit() not...
2002-11-29  Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-05-15  Dr. Stephen HensonZero cipher_data in EVP_CIPHER_CTX_cleanup
2002-03-16  Dr. Stephen HensonEnsure EVP_CipherInit() uses the correct encode/decode...
2002-03-09  Dr. Stephen HensonMake ciphers and digests obtain an ENGINE functional...
2002-02-23  Dr. Stephen HensonUpdates from stable branch.
2001-10-17  Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-08  Geoff ThorpeEVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been...
2001-10-02  Dr. Stephen HensonMake EVP_DecryptUpdate work again.
2001-09-25  Geoff ThorpeThis changes EVP's cipher and digest code to hook via...
2001-08-18  Ben LaurieAdd RC4 support to OpenBSD.
2001-08-18  Ben LaurieAdd EVP test program.
2001-08-11  Ben LaurieMove CIPHER_CTX cleanups to _Final routines instead...
2001-08-05  Ben LaurieFix memory leak.
2001-07-30  Ben LaurieReally add the EVP and all of the DES changes.
2001-07-27  Dr. Stephen HensonMake sure *outl is always initialized in EVP_EncryptUpd...
2001-07-09  Ben LaurieA better compromise between encrypt and decrypt (but...
2001-07-08  Ben LaurieHandle the common case first (where input size is a...
2001-07-08  Ben LaurieUse & instead of % - worth about 4% for 8 byte blocks.
2001-02-14  Dr. Stephen HensonOption to disable standard block padding with EVP API.
2000-05-30  Dr. Stephen HensonMore EVP cipher revision.
2000-05-30  Dr. Stephen HensonFourth phase EVP revision.
2000-05-28  Dr. Stephen HensonThird phase of EVP cipher overhaul.
2000-05-27  Dr. Stephen HensonSecond phase of EVP cipher overhaul.
2000-05-26  Dr. Stephen HensonBeginnings of EVP cipher overhaul. This should eventually
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
1999-03-22  Ben LaurieFix security hole.
1998-12-31  Ralf S. EngelschallFix version stuff:
1998-12-23  Ralf S. Engelschall*** empty log message *** OpenSSL_0_9_1c
1998-12-23  Ralf S. EngelschallSwitch version string to SSLeay/OpenSSL
1998-12-22  Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...