[openssl-dev] [openssl.org #3926] [PATCH] Fix -evp option in openssl speed command

Kurt Cancemi via RT rt at openssl.org
Fri Jun 26 12:33:24 UTC 2015


Hello,

The -evp option in the openssl speed command doesn't work in the
current master due to the check on line 952:
if (argc == 0) should be if (argc == 0 && !doit(D_EVP))

the reason is on line 856: argc = opt_num_rest(); which sets argc to 0
because the argument of -evp <insert cipher/hash> doesn't count as an
argument in the opt_num_rest() function.

See the attached patch

--
Kurt Cancemi
https://www.x64architecture.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-evp-option-in-openssl-speed-command.patch
Type: text/x-patch
Size: 682 bytes
Desc: not available
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20150626/51503963/attachment.bin>
-------------- next part --------------
_______________________________________________
openssl-bugs-mod mailing list
openssl-bugs-mod at openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod


More information about the openssl-dev mailing list