Add async sub-library to libcrypto
authorMatt Caswell <matt@openssl.org>
Wed, 16 Sep 2015 11:28:03 +0000 (12:28 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:31:04 +0000 (23:31 +0000)
commita3667c316ae60ef454fb804221c3ca44af30a9aa
tree1312f97f35ad277d317e7ba71395deeb80cba67d
parent757d14905e3877abaa9f258f3dd0694ae3c7c270
Add async sub-library to libcrypto

Provides support for running asynchronous jobs. Currently this is completely
stand alone. Future commits will integrate this into libssl and s_server/
s_client. An asynchronous capable engine will be required to see any benefit
from this capability.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Makefile.org
crypto/async/Makefile [new file with mode: 0644]
crypto/async/async.c [new file with mode: 0644]
include/openssl/async.h [new file with mode: 0644]