2

I have been testing ECDSA speed with

openssl speed ecdsa

It took more than 7 minutes to report 22 curves. However, in most cases I only care about NIST P-256 (obviously), so it’s a waste of time for me to run so many niche curves. Is there something like

openssl speed ecdsa/nistp256

in OpenSSL? I checked the manual but didn’t find any.

Franklin Yu
  • 1,237

1 Answers1

3

Apparently, this works:

openssl speed ecdsap256