• M
    Initial Async notify code changes · f4da39d2
    Matt Caswell 提交于
    Initial API implemented for notifying applications that an ASYNC_JOB
    has completed. Currently only s_server is using this. The Dummy Async
    engine "cheats" in that it notifies that it has completed *before* it
    pauses the job. A normal async engine would not do that.
    
    Only the posix version of this has been implemented so far, so it will
    probably fail to compile on Windows at the moment.
    Reviewed-by: NRich Salz <rsalz@openssl.org>
    f4da39d2
ssl_lib.c 98.5 KB