summaryrefslogtreecommitdiffstats
path: root/engines/e_dasync.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-03-14Fix dasync_rsa_decrypt to call EVP_PKEY_meth_get_decryptVladimirs Ambrosovs
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2022-11-02Add a test case for the engine crash with AES-256-CTRBernd Edlinger
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-01-18e_dasync: remove empty statementPauli
2021-10-19Make sure EVP_CIPHER_CTX_copy works with the dasync engineMatt Caswell
2021-10-06Fix for the dasync engineDmitry Belyavskiy
2021-06-17Update copyright yearMatt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2020-11-06Don't clear the whole error stack when loading enginesMatt Caswell
2020-07-16 deprecate enginesPauli
2020-04-23Update copyright yearMatt Caswell
2020-02-20Deprecate the low level RSA functions.Pauli
2020-01-19Deprecate the low level SHA functions.Pauli
2019-02-22engines/dasync: add explaining comments about AES-128-CBC-HMAC-SHA1Dr. Matthias St. Pierre
2019-02-21Fix dasync engineMatt Caswell
2019-01-27add an additional async notification communication method based on callbackPing Yu
2018-12-06Following the license change, modify the boilerplates in engines/Richard Levitte
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-18Simplify Cygwin checks, part 1Richard Levitte
2017-11-07style : fix some if(...FdaSilvaYY
2017-06-07make error tables const and separate header fileRich Salz
2017-04-24check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-05-17Copyright consolidation 02/10Rich Salz
2016-05-17Fix RSA dasync engine bugMatt Caswell
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-06Make the RSA_METHOD structure opaqueRichard Levitte
2016-03-09Use correct function ID in error pathAlessandro Ghedini
2016-03-07Refactor dasync cipher implementations to improve code reuseMatt Caswell
2016-03-07Move the _hidden_* static variables in dasync to be constructed in bindMatt Caswell
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-03-07Add dummy pipeline support for aes128_cbc_hmac_sha1Matt Caswell
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell
2016-03-07GH804: Fix unused-result warnings in dasyncAlessandro Ghedini
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-07Adapt all engines that add new EVP_MDsRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-11-22Update dasync to use size_t for the sha1 updateKurt Roeckx
2015-11-20Rename some daysnc functions for consistencyMatt Caswell
2015-11-20Initial Async notify code changesMatt Caswell
2015-11-20Add the Dummy Async engine (dasync)Matt Caswell