.ctags.d is previous, include it in our tarballs
[openssl.git] / engines / e_dasync.c
8 days ago Richard LevitteCopyright year updates
2024-03-14 Vladimirs AmbrosovsFix dasync_rsa_decrypt to call EVP_PKEY_meth_get_decrypt
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-07 Matt CaswellCopyright year updates
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2022-11-02 Bernd EdlingerAdd a test case for the engine crash with AES-256-CTR
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-01-18 Paulie_dasync: remove empty statement
2021-10-19 Matt CaswellMake sure EVP_CIPHER_CTX_copy works with the dasync...
2021-10-06 Dmitry BelyavskiyFix for the dasync engine
2021-06-17 Matt CaswellUpdate copyright year
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2020-11-06 Matt CaswellDon't clear the whole error stack when loading engines
2020-07-16 Pauli deprecate engines
2020-04-23 Matt CaswellUpdate copyright year
2020-02-20 PauliDeprecate the low level RSA functions.
2020-01-19 PauliDeprecate the low level SHA functions.
2019-02-22 Dr. Matthias St... engines/dasync: add explaining comments about AES-128...
2019-02-21 Matt CaswellFix dasync engine
2019-01-27 Ping Yuadd an additional async notification communication...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-18 Richard LevitteSimplify Cygwin checks, part 1
2017-11-07 FdaSilvaYYstyle : fix some if(...
2017-06-07 Rich Salzmake error tables const and separate header file
2017-04-24 Rich Salzcheck length sanity before correcting in EVP_CTRL_AEAD_...
2016-07-08 Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-05-17 Rich SalzCopyright consolidation 02/10
2016-05-17 Matt CaswellFix RSA dasync engine bug
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-06 Richard LevitteMake the RSA_METHOD structure opaque
2016-03-09 Alessandro GhediniUse correct function ID in error path
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
2016-03-07 Matt CaswellUpdate the dasync engine to add a pipeline cipher
2016-03-07 Alessandro GhediniGH804: Fix unused-result warnings in dasync
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-07 Richard LevitteAdapt all engines that add new EVP_MDs
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-11-22 Kurt RoeckxUpdate dasync to use size_t for the sha1 update
2015-11-20 Matt CaswellRename some daysnc functions for consistency
2015-11-20 Matt CaswellInitial Async notify code changes
2015-11-20 Matt CaswellAdd the Dummy Async engine (dasync)