[openssl/tools] 16bf73: Benchmark for decoder performance (privkey) #454
Sashan
noreply at github.com
Fri May 10 13:58:02 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/tools
Commit: 16bf733342e880024f75d81b1172b905ec0dd33d
https://github.com/openssl/tools/commit/16bf733342e880024f75d81b1172b905ec0dd33d
Author: sashan <anedvedicky at gmail.com>
Date: 2024-05-06 (Mon, 06 May 2024)
Changed paths:
M perf/Makefile
M perf/README
A perf/genkeys.sh
A perf/keys.h
R perf/pemread.c
A perf/pkeyread.c
Log Message:
-----------
Benchmark for decoder performance (privkey) #454
pemread.c/pemread gets renamed to pkeyread.c/pkeyread
The tool can newly benchmak RSA, DSA, DH, DHX, EC, XKEY.
Commit also adds genkey.sh shell script. The script is
used by Makefile as regen_key_samples target. Makefile
saves generated keys into 'keys.h' header file.
The geneated keys.h file is committed to minimize
build dependencies which would be otherwise introduced
by genkey.sh script.
To add new key one should update genkey.sh script.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/tools/pull/191)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/tools/settings/notifications
More information about the openssl-commits
mailing list