Hi everyone,

I'm currently working on an engine and I have a question about 'overload'
the openssl dgst -sign ... command line using this engine.

I can overload the openssl dgst only (for digests) using ENGINE_set_digests
but how overload the whole command openssl dgst -sign

for example :
openssl dgst -md5 -binary -engine myengine -keyform engine -sign key.pem
-out dgst.sig file

Thank you.
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to