openssl speed: remove binary curve remnants
authortb <tb@openbsd.org>
Sat, 20 May 2023 05:42:57 +0000 (05:42 +0000)
committertb <tb@openbsd.org>
Sat, 20 May 2023 05:42:57 +0000 (05:42 +0000)
commitd1d64fe6eda52ee3ab01b4e2535093d5513e35b3
tree05d1234821d3f488971c80ea7ec6695175e0d0e5
parent0b5b3cbd3b87324f32dea9ea52dd53ec90fd8c7a
openssl speed: remove binary curve remnants

This wasn't properly hidden under OPENSSL_NO_EC2M, and all it does now
is producing ugly errors and useless "statistics". While looking at this,
I found that much of speed "has been pilfered from [Eric A. Young's]
libdes speed.c program". Apparently this was an precursor and ingredient
of SSLeay. Unfortunately, it seems that this piece of the history is lost.

ok miod

PS: If anyone is bored, a rewrite from scratch of the speed 'app' would
be a welcome contribution and may be an instructive rainy day project.
The current code was written in about the most stupid way possible so as
to maximize fragility and unmaintainability.
usr.bin/openssl/speed.c