PEM_def_callback(): don't loop because of too short password given
[openssl.git] / engines /
2018-03-20 Matt CaswellUpdate copyright year
2018-03-19 JeffZhaoengines/asm/e_padlock*: add support for Zhaoxin's x86...
2018-03-14 Matt CaswellUse the TLSv1.3 record header as AAD
2018-02-14 Richard LevitteHarmonize the make variables across all known platforms...
2018-02-13 Matt CaswellUpdate copyright year
2018-02-07 Matt CaswellFix some undefined behaviour in ossltest engine
2018-02-07 Richard LevitteMake all private functions in e_afalg.c static
2018-01-28 Richard LevitteProcessing GNU-style "make variables" - separate CPP...
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-18 Richard LevitteSimplify Cygwin checks, part 1
2017-12-08 JitendraLullaputting the missing static
2017-12-08 JitendraLullamake get_cipher_handle static
2017-12-08 JitendraLullafix --strict-warnings
2017-12-08 JitendraLullaextending afalg with aes-cbc-192/256, afalgtest.c also...
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-11-07 FdaSilvaYYstyle : fix some if(...
2017-10-31 Baptiste Jonglezafalg: Fix kernel version check
2017-10-31 Baptiste Jonglezafalg: Use eventfd2 syscall instead of eventfd
2017-08-06 Dr. Stephen HensonAdd predicatable RAND_METHOD to test ENGINE
2017-07-01 Rich SalzCleanup some copyright stuff
2017-06-12 Rich SalzPut message strings in state files
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-20 Rich SalzMove engines/afalg to engines
2017-05-11 David BenjaminRemove filename argument to x86 asm_init.
2017-04-24 Rich Salzcheck length sanity before correcting in EVP_CTRL_AEAD_...
2017-04-01 Andy Polyakove_afalg.[ch]: fix --strict-warnings with gcc 4.x and...
2017-03-29 Andy Polyakovengines/e_capi.c: slip in PROV_RSA_AES for interchangab...
2017-03-29 Andy Polyakovengines/e_capi.c: adhere to CryptAcquireContextW uncond...
2017-03-29 Andy Polyakovengine/e_capi.c: more formatting and styling fixes.
2017-03-25 Andy Polyakovengines/e_capi.c: formatting and styling fixes.
2017-02-28 Richard LevitteCode health: Remove unused VAX transfer vector for...
2017-02-28 Richard LevitteMove the CHIL engine to demos/engines
2016-12-16 Richard Levittee_afalg: Don't warn about kernel version when pedantic
2016-11-29 Matt CaswellFix some style issues in the TLSv1.3 nonce construction...
2016-11-29 Matt CaswellUse the TLSv1.3 nonce construction
2016-11-24 Matt CaswellFix a missing function prototype in AFALG engine
2016-11-15 Richard LevitteOnly build the body of e_padlock when there are lower...
2016-11-02 Matt CaswellFix some style issues in ossltest
2016-11-02 Matt CaswellMake sure ossltest engine works with TLS1.3
2016-10-14 Tomas MrazEngine afalg: properly set operation type also on big...
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-09-08 Andy Polyakovengines/afalg: make it compile with backward compatibil...
2016-08-17 Richard Levittedasync is an internal testing engine, so don't install it
2016-08-15 Tomas MrazAvoid truncating the pointer on x32 platform.
2016-08-15 Tomas MrazAdd a comment for the added cast with explanation.
2016-08-15 Tomas MrazFix af_alg engine failure on 32 bit architectures.
2016-07-18 Richard LevitteUse _NO_INST in some build.info files
2016-07-08 Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-07-01 Richard LevitteSimplify INCLUDE statements in build.info files
2016-06-27 Andy Polyakovengines/e_capi.c: accommodate recent DSA_SIG_[get|set...
2016-06-13 Matt CaswellHandle inability to create AFALG socket
2016-06-08 Jeffrey WaltonFixes to get -ansi working
2016-06-07 Rich SalzFix some GitHub issues.
2016-06-01 Rich SalzRemove/rename some old files.
2016-06-01 Rich SalzAdd final(?) set of copyrights.
2016-06-01 FdaSilvaYYRaise an Err when CRYPTO_THREAD_lock_new fails
2016-05-29 Andy Polyakovx86_64 assembly pack: tolerate spaces in source directo...
2016-05-25 Richard Levittebuild.info files: add quotes around any spec that may...
2016-05-24 Rich SalzGH919: Fix wrappers for two headers
2016-05-21 Rich SalzAdd OpenSSL copyright to .pl files
2016-05-18 Matt CaswellAdd some check for malloc failure in the CAPI engine
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 02/10
2016-05-17 Matt CaswellFix RSA dasync engine bug
2016-05-16 Richard LevitteAdd missing initialiser in e_chil.c
2016-05-11 Dr. Stephen Hensontypo
2016-05-02 Andy PolyakovRemove obsolete defined(__INTEL__) condition.
2016-04-22 Matt CaswellFix capi engine for no-dsa
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-14 Matt CaswellFix AFALG kernel and headers mismatch problem
2016-04-13 Matt CaswellRemove OPENSSL_NO_AES guards
2016-04-13 Richard LevitteRename internal symbol to follow internal naming pattern
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-07 Richard LevitteFix forgotten adaptation to opaque RSA and RSA_METHOD
2016-04-06 Richard LevitteMake the RSA_METHOD structure opaque
2016-04-04 Richard LevitteMake sure the rand_byte buffer in padlock engine is...
2016-04-02 Matt CaswellRename get/set_app_data to get0/set0_app_data
2016-04-02 Matt CaswellVarious DSA opacity fixups
2016-04-02 Matt CaswellMake DSA_METHOD opaque
2016-03-23 Rich SalzMove dso.h to internal
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-18 Matt CaswellFix no-deprecated
2016-03-18 Matt CaswellResolved unresolved symbols with no-hw
2016-03-14 Andy Polyakovengines/Makefile.in: some [older] shell complain about...
2016-03-12 Richard LevitteAdd $(LIB_CFLAGS) for any build.info generator that...
2016-03-10 Matt CaswellFix a memory leak in the afalg engine
2016-03-09 Richard LevitteDon't add engines if configured "no-engine"
2016-03-09 Richard LevitteDon't add afalg engine if configured "no-engine"
2016-03-09 Richard LevitteMake sure the effect of "pic" / "no-pic" is used with...
2016-03-09 Richard LevitteConvert the dynlocks in e_chil to the new Thread API...
2016-03-09 Matt CaswellRemove another lock from e_chil
2016-03-09 Matt CaswellMove chil engine to the new thread api
2016-03-09 Alessandro GhediniUse correct function ID in error path
2016-03-08 Richard LevitteAdapt e_capi to the DSA_SIG_get0() API
2016-03-08 Richard LevitteFix engine/asm/e_padlock-x86.pl for newer semantics
2016-03-07 Matt CaswellRefactor dasync cipher implementations to improve code...
2016-03-07 Matt CaswellMove the _hidden_* static variables in dasync to be...
2016-03-07 Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
2016-03-07 Matt CaswellAdd dummy pipeline support for aes128_cbc_hmac_sha1
next