[openssl-dev] get engine function for EC key

Roumen Petrov openssl at roumenpetrov.info
Sat Apr 23 13:28:25 UTC 2016


Hi,

Currently access to engine member is available for some keys:
$ grep -r get0_engine include/
include/openssl/dh.h:ENGINE *DH_get0_engine(DH *d);
include/openssl/dsa.h:ENGINE *DSA_get0_engine(DSA *d);
include/openssl/rsa.h:ENGINE *RSA_get0_engine(RSA *r);


Please add function for EC_KEY.

If possible constify key argument and result for all those access functions.

Roumen


More information about the openssl-dev mailing list