On 02/15/2011 05:01 PM, Dr. Stephen Henson wrote:
It can be done in the openssl.cnf file but not in general for all
openssl utility subcommands.
Steve.
Thanks, that worked. In my engines section I can write:
MY_PARAMETER = value
MY_PARAMETER2 = EMPTY
One additional (meta-)question:
Who should
Hello,
I have written a dynamic engine that implements digest algorithms. The
engine got an entry in the openssl.conf file to make it replace the
default digest implementation:
./openssl dgst -sha1 my_file.dat
I also added support for some command-line parameters in the engines
code. Now I w