Dear all, I would like to know if there is any config option to set cryptodev (or any engine different from dynamic) as OpenSSL default engine. In fact, I successfully compiled OpenSSL with HAVE_CRYPTODEV and USE_CRYPTODEV_DIGESTS flags, and I am able to use cryptodev engine with: 1) openssl command line with -engine argument 2) or, directly in my C program after calling: -1- ENGINE_load_cryptodev(); -2- engine = ENGINE_by_id("cryptodev"); -3- ENGINE_set_default(engine, ENGINE_METHOD_CIPHERS|ENGINE_METHOD_DIGESTS);
But now, I would like to define cryptodev as my default OpenSSL engine, so that every time OpenSSL is used, the kernel crypto API will be used via cryptodev. Thank you for your help, Best regards, Aymen ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org