Check for errors allocating the error strings.
[openssl.git] / engines / e_padlock.c
2016-05-17 Rich SalzCopyright consolidation 02/10
2016-05-02 Andy PolyakovRemove obsolete defined(__INTEL__) condition.
2016-04-13 Matt CaswellRemove OPENSSL_NO_AES guards
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-04 Richard LevitteMake sure the rand_byte buffer in padlock engine is...
2016-03-23 Rich SalzMove dso.h to internal
2016-03-18 Matt CaswellResolved unresolved symbols with no-hw
2016-03-07 Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-01-12 Richard LevitteAdapt all engines that need it to opaque EVP_CIPHER
2016-01-12 Richard LevitteAdapt cipher implementations to opaque EVP_CIPHER_CTX
2015-11-09 Matt CaswellContinue malloc standardisation in engines
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-02-06 Rich SalzLive code cleanup: remove #if 1 stuff
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-08-18 Justin BlanchardRT1815: More const'ness improvements
2011-11-15 Andy PolyakovConfigure: reimplement commit#21695.
2011-11-14 Ben LaurieFix some warnings caused by __owur. Temporarily (I...
2011-10-05 Andy Polyakove_padlock: add CTR mode.
2011-09-06 Andy PolyakovPadlock engine: make it independent of inline assembler.
2011-05-25 Andy Polyakove_padlock.c: fix typo.
2011-05-24 Andy Polyakove_padlock.c: last x86_64 commit didn't work with some...
2011-05-18 Andy Polyakove_padlock.c: make it compile on MacOS X.
2011-01-30 Dr. Stephen Hensonstop warnings about no previous prototype when compilin...
2009-05-12 Andy Polyakove_padlock.c: fix typo (missing #endif) and switch to...
2009-05-06 Richard LevitteMake sure the padlock code compiles correctly even...
2009-04-26 Andy Polyakove_padlock: add support for x86_64 gcc.
2008-11-12 Dr. Stephen HensonRevert another size_t change.
2008-11-02 Dr. Stephen HensonFix warnings: printf format mismatches on 64 bit platforms.
2008-01-03 Dr. Stephen HensonNetware support.
2007-11-20 Dr. Stephen HensonAvoid warning.
2007-05-20 Andy PolyakovPadlock engine fails to compile with -O0 -fPIC.
2006-12-29 Andy PolyakovMove eng_padlock.c to ./engines.