aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_dasync.ec
Commit message (Collapse)AuthorAgeFilesLines
* Add the Dummy Async engine (dasync)Matt Caswell2015-11-201-0/+1
This engine is for developers of async aware applications. It simulates asynchronous activity with external hardware. This initial version supports SHA1 and RSA. Certain operations using those algorithms have async job "pauses" in them - using the new libcrypto async capability. Reviewed-by: Rich Salz <rsalz@openssl.org>