summaryrefslogtreecommitdiffstats
path: root/engines/e_dasync.ec
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-02-13 23:25:33 +0000
committerMatt Caswell <matt@openssl.org>2015-11-20 23:31:42 +0000
commita14e9ff713cbe7dbbba2aa667466490291cffc68 (patch)
tree9700ca44ab4aca11395033c2b52298d064119e40 /engines/e_dasync.ec
parenta3667c316ae60ef454fb804221c3ca44af30a9aa (diff)
Add the Dummy Async engine (dasync)
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>
Diffstat (limited to 'engines/e_dasync.ec')
-rw-r--r--engines/e_dasync.ec1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/e_dasync.ec b/engines/e_dasync.ec
new file mode 100644
index 0000000000..385faa0b62
--- /dev/null
+++ b/engines/e_dasync.ec
@@ -0,0 +1 @@
+L DASYNC e_dasync_err.h e_dasync_err.c