Hello! I'm currently using the cryptodev framework with openssl-1.0.1e.
By run the command # openssl engine -t (cryptodev) cryptodev engine [ available ] (dynamic) Dynamic engine loading support [ unavailable ] we can see that the cryptodev is the active-chosen engine. So it seems that all the cryptographic load is directed automatically to /dev/crypto via the cryptodev engine. My question is, how i can use the CPU instead of cryptodev? Is there an engine id-name in order to change the activated cryptodev engine to the Software implementation? How we can sent the cryptographic operations of an application to the CPU?(e.g. how we must fill the SSLEngine parameter of the Tomcat in order to not use the /dev/crypto) Thanks in advance!
_______________________________________________ Cryptodev-linux-devel mailing list Cryptodev-linux-devel@gna.org https://mail.gna.org/listinfo/cryptodev-linux-devel