+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
WARNING! Gitlab maintenance operation scheduled for Thursday, 18 June between 19:00 and 20:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
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>