Hello,

The current engine API is synchronous, i.e. a caller blocks until the operation 
is completed. With modern hardware it is often required that jobs can be sent 
in batches, or that operations can be asynchronous (i.e. that the crypto call 
will return 'in progress' and that the result can be fetched at a later stage).

I've browsed through this forum and found several discussions on this topic. Is 
there any work in progress in order to better accommodate batch and/or 
asynchronous crypto operations in openssl?

Regards Roger

                                          

Reply via email to