summaryrefslogtreecommitdiff
path: root/engines/e_dasync.c
Commit message (Expand)AuthorAgeFilesLines
* Add a test case for the engine crash with AES-256-CTRBernd Edlinger2022-11-021-0/+67
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* e_dasync: remove empty statementPauli2022-01-181-1/+0
* Make sure EVP_CIPHER_CTX_copy works with the dasync engineMatt Caswell2021-10-191-5/+20
* Fix for the dasync engineDmitry Belyavskiy2021-10-061-7/+11
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* Don't clear the whole error stack when loading enginesMatt Caswell2020-11-061-1/+11
* deprecate enginesPauli2020-07-161-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level RSA functions.Pauli2020-02-201-84/+190
* Deprecate the low level SHA functions.Pauli2020-01-191-5/+11
* engines/dasync: add explaining comments about AES-128-CBC-HMAC-SHA1Dr. Matthias St. Pierre2019-02-221-0/+16
* Fix dasync engineMatt Caswell2019-02-211-2/+1
* add an additional async notification communication method based on callbackPing Yu2019-01-271-0/+14
* Following the license change, modify the boilerplates in engines/Richard Levitte2018-12-061-1/+1
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Simplify Cygwin checks, part 1Richard Levitte2018-01-181-1/+1
* style : fix some if(...FdaSilvaYY2017-11-071-2/+2
* make error tables const and separate header fileRich Salz2017-06-071-1/+0
* check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz2017-04-241-0/+2
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-081-1/+4
* Copyright consolidation 02/10Rich Salz2016-05-171-48/+5
* Fix RSA dasync engine bugMatt Caswell2016-05-171-1/+1
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-2/+2
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-2/+2
* Make the RSA_METHOD structure opaqueRichard Levitte2016-04-061-25/+28
* Use correct function ID in error pathAlessandro Ghedini2016-03-091-1/+1
* Refactor dasync cipher implementations to improve code reuseMatt Caswell2016-03-071-144/+97
* Move the _hidden_* static variables in dasync to be constructed in bindMatt Caswell2016-03-071-61/+83
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-8/+8
* Add dummy pipeline support for aes128_cbc_hmac_sha1Matt Caswell2016-03-071-7/+215
* Update the dasync engine to add a pipeline cipherMatt Caswell2016-03-071-0/+190
* GH804: Fix unused-result warnings in dasyncAlessandro Ghedini2016-03-071-2/+4
* Refactor the async wait fd logicMatt Caswell2016-02-291-3/+74
* Auto init/deinit libcryptoMatt Caswell2016-02-091-2/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt all engines that add new EVP_MDsRichard Levitte2015-12-071-19/+46
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-1/+1
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-2/+1
* Update dasync to use size_t for the sha1 updateKurt Roeckx2015-11-221-2/+2
* Rename some daysnc functions for consistencyMatt Caswell2015-11-201-11/+11
* Initial Async notify code changesMatt Caswell2015-11-201-11/+28
* Add the Dummy Async engine (dasync)Matt Caswell2015-11-201-0/+317