On Fri, Jun 13, 2014, Shanku Roy wrote: > I have following engine implementation (Android keystore) which can be loaded > successfully thru command line: > > openssl engine -vvvv dynamic -pre > SO_PATH:/system/lib/ssl/engines/libkeystore.so -pre ID:keystore -pre LOAD > > How to build in this ENGINE implementation thru build process? so that it can > be loaded dynamically thru ENGINE_load_dynamic() API? >
I'm not sure what you mean. You should be able to use just the name "keystore" to load your ENGINE if it is in the appropriate OpenSSL engine directory. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org