Add a performance test for EVP_PKEY_new_raw_public_key_ex()
authorMatt Caswell <matt@openssl.org>
Wed, 24 May 2023 14:55:02 +0000 (15:55 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 29 May 2023 10:53:08 +0000 (11:53 +0100)
commit6f61591b2964469ec808d7699dd75a970212dc8d
tree4a6b6e5cf627bc8dc48f301398890087f8cc8d17
parent9a886099ee969c9ff4070dcf9c40385bf0d131b2
Add a performance test for EVP_PKEY_new_raw_public_key_ex()

We add a performance test for repeatedly calling
EVP_PKEY_new_raw_public_key_ex(). Note this test does not support 1.1.1.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/tools/pull/149)
perf/Makefile
perf/README
perf/newrawkey.c [new file with mode: 0644]