[openssl/tools] 7c6bdb: The hanshake and x509storeissuer tools also requir...
Sashan
noreply at github.com
Wed Jun 19 16:14:52 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/tools
Commit: 7c6bdb6f829bdbac43c8ce82a4e2cb4dbe98fe9d
https://github.com/openssl/tools/commit/7c6bdb6f829bdbac43c8ce82a4e2cb4dbe98fe9d
Author: Alexandr Nedvedicky <sashan at openssl.org>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M perf/evp_fetch.c
M perf/handshake.c
M perf/newrawkey.c
M perf/pkeyread.c
M perf/providerdoall.c
M perf/randbytes.c
M perf/rsasign.c
M perf/rwlocks.c
M perf/sslnew.c
M perf/x509storeissuer.c
Log Message:
-----------
The hanshake and x509storeissuer tools also require a certsdir argument
We currently pass the certsdir argument as the first one, then
follows the threadcount argument. I'd like to change it so the
threadcount argument will be the last one. After changes in
this PR will land to repo, then all tools will accept a threadcount
as the last argument. This will simplify additional scripting
built on top of those tools.
This also unifies the getopt handling across the tools to make
it buildable on Windows.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/tools/pull/206)
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