summaryrefslogtreecommitdiffstats
path: root/engines/e_dasync.c
AgeCommit message (Expand)Author
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