]> git.ipfire.org Git - thirdparty/openssl.git/commit
add FFDH to speed command
authorHubert Kario <hubert@kario.pl>
Sat, 18 Jan 2020 18:13:02 +0000 (19:13 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Mon, 1 Jun 2020 07:01:23 +0000 (09:01 +0200)
commit60d3b5b9ffb8c1273af0cc0338ec1c98f464f4b1
tree8a73cd5c76096fdf0c5b21e01f0f6496f7f7f54e
parent082c041b4233b17b80129d4ac6b33a28014442b0
add FFDH to speed command

the openssl speed command could not benchmark FFDH speed, but it could
benchmark ECDH, making comparisons between the two hard

this commit adds this feature

fixes #9475

Signed-off-by: Hubert Kario <hubert@kario.pl>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10887)
apps/speed.c