+1
−1
crypto/async/Makefile
0 → 100644
+83
−0
crypto/async/async.c
0 → 100644
+275
−0
include/openssl/async.h
0 → 100644
+77
−0
Loading
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>