OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIO
[openssl.git] / engines /
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-02-20 PauliDeprecate the low level RSA functions.
2020-02-06 Dr. Matthias St... Fix misspelling errors and typos reported by codespell
2020-01-19 PauliDeprecate the low level SHA functions.
2020-01-06 Matt CaswellDeprecate the low level AES functions
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-18 Alistair FrancisAdd support for io_pgetevents_time64 syscall
2019-09-16 Richard LevitteUnify all assembler file generators
2019-09-16 Richard Levittebuild.info: For all assembler generators, remove all...
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-07-31 Richard LevitteAvoid using ERR_put_error() directly in OpenSSL code
2019-07-30 Bernd EdlingerUse OPENSSL_strlcpy instead of strncpy in e_afalg.c
2019-07-22 Rich SalzDeprecate SYSerr, add new FUNCerr macro
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-02 Antoine CœurFix Typos
2019-06-17 Richard LevitteMove padlock_asm_src file information to build.info...
2019-05-31 RetropotenzaFix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev...
2019-04-02 Richard LevitteBuild cleanup: don't use SHARED_SOURCE with modules
2019-03-29 PauliEnsure that the struct msghdr is properly zeroed.
2019-03-19 Benjamin KadukFix strict-warnings build on FreeBSD
2019-03-05 Richard Levittepadlock: generate assembler source for static libraries too
2019-03-05 Richard LevitteDeprecate the "hw" configuration options, make "padlock...
2019-02-27 Richard LevitteMake the padlock engine build correctly
2019-02-22 Dr. Matthias St... engines/dasync: add explaining comments about AES-128...
2019-02-22 Eneas U de Queirozengines/e_devcrypto: set digest input_blocksize
2019-02-22 Eneas U de Queirozengines/e_devcrypto: fixes logic in close_devcrypto
2019-02-22 Eneas U de Queirozengines/e_devcrypto.c: fix cipher_ctrl function
2019-02-22 Eneas U de Queirozengines/build.info: fix devcrypto MODULES entry
2019-02-21 Matt CaswellFix dasync engine
2019-02-13 PauliFix master build.
2019-02-13 PauliMacro typo fix not propagated
2019-02-12 Eneas U de Queirozeng_devcrypto.c: close open session on init
2019-02-12 Eneas U de Queiroze_devcrypto: make the /dev/crypto engine dynamic
2019-02-11 Richard LevitteENGINE modules aren't special, so call them MODULES
2019-01-27 Ping Yuadd an additional async notification communication...
2019-01-22 Richard LevitteBuild: Change all _NO_INST to use attributes instead.
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteSwitch to MAJOR.MINOR.PATCH versioning and version...
2018-10-05 Richard LevitteChange the build of engines to use ordinal files for...
2018-09-11 Matt CaswellUpdate copyright year
2018-09-11 Richard LevitteCAPI engine: add support for RSA_NO_PADDING
2018-06-23 Bernd EdlingerReplace accidentally used C99 macro __func__ with __FIL...
2018-06-22 Nicola Tuverienable-ec_nistp_64_gcc_128: Fix function prototype...
2018-05-01 Matt CaswellUpdate copyright year
2018-04-26 Dr. Matthias St... Fix mixed indentation (and other whitespace issues)
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
next