Hello all!

I am trying to implement an openssl engine that will process a batch
of sessions, instead of one at a time. That means, that all requests
have to be buffered and processed at once. The reason I want to build
such an engine, is that that my crypto device is capable of doing
multiple encrypts/decrypts on different messages very efficiently.

So, I want to ask if there is any engine available, that works in that
way (i.e. process simultaneous requests in parallel). If not, do you
believe is feasible implementing a buffering mechanism inside openssl?

Thanks in advance,
  Giorgos Vasiliadis
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to