aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_dasync.c
Commit message (Expand)AuthorAgeFilesLines
* 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