aboutsummaryrefslogtreecommitdiff
path: root/engines/e_dasync.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-01Update copyright yearTomas Mraz1-1/+1
2022-11-22Add a test case for the engine crash with AES-256-CTRBernd Edlinger1-0/+67
2021-10-19Make sure EVP_CIPHER_CTX_copy works with the dasync engineMatt Caswell1-5/+20
2021-10-06Fix for the dasync engineDmitry Belyavskiy1-7/+11
2021-06-17Update copyright yearMatt Caswell1-1/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-2/+2
2020-11-06Don't clear the whole error stack when loading enginesMatt Caswell1-1/+11
2020-07-16 deprecate enginesPauli1-0/+3
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-20Deprecate the low level RSA functions.Pauli1-84/+190
2020-01-19Deprecate the low level SHA functions.Pauli1-5/+11
2019-02-22engines/dasync: add explaining comments about AES-128-CBC-HMAC-SHA1Dr. Matthias St. Pierre1-0/+16
2019-02-21Fix dasync engineMatt Caswell1-2/+1
2019-01-27add an additional async notification communication method based on callbackPing Yu1-0/+14
2018-12-06Following the license change, modify the boilerplates in engines/Richard Levitte1-1/+1
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-18Simplify Cygwin checks, part 1Richard Levitte1-1/+1
2017-11-07style : fix some if(...FdaSilvaYY1-2/+2
2017-06-07make error tables const and separate header fileRich Salz1-1/+0
2017-04-24check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz1-0/+2
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov1-1/+4
2016-05-17Copyright consolidation 02/10Rich Salz1-48/+5
2016-05-17Fix RSA dasync engine bugMatt Caswell1-1/+1
2016-04-13Rename int_*() functions to *_int()Matt Caswell1-2/+2
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell1-2/+2
2016-04-06Make the RSA_METHOD structure opaqueRichard Levitte1-25/+28
2016-03-09Use correct function ID in error pathAlessandro Ghedini1-1/+1
2016-03-07Refactor dasync cipher implementations to improve code reuseMatt Caswell1-144/+97
2016-03-07Move the _hidden_* static variables in dasync to be constructed in bindMatt Caswell1-61/+83
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell1-8/+8
2016-03-07Add dummy pipeline support for aes128_cbc_hmac_sha1Matt Caswell1-7/+215
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell1-0/+190
2016-03-07GH804: Fix unused-result warnings in dasyncAlessandro Ghedini1-2/+4
2016-02-29Refactor the async wait fd logicMatt Caswell1-3/+74
2016-02-09Auto init/deinit libcryptoMatt Caswell1-2/+3
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-07Adapt all engines that add new EVP_MDsRichard Levitte1-19/+46
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-1/+1
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson1-2/+1
2015-11-22Update dasync to use size_t for the sha1 updateKurt Roeckx1-2/+2
2015-11-20Rename some daysnc functions for consistencyMatt Caswell1-11/+11
2015-11-20Initial Async notify code changesMatt Caswell1-11/+28
2015-11-20Add the Dummy Async engine (dasync)Matt Caswell1-0/+317