Test the performance of OSSL_PARAM_allocate_from_text with arbitrary size ints
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Nov 2021 15:38:43 +0000 (16:38 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 24 Nov 2021 18:18:19 +0000 (19:18 +0100)
commitb556713a6f2884eadc7f56428bc82a844e9a49e0
treef812266f64c2255f51eb9e19061974d6f6bf07b0
parent8c86529fe1b9ade0794c6f557ca8936f0c0de431
Test the performance of OSSL_PARAM_allocate_from_text with arbitrary size ints

With arbitrary size ints, we get to know exactly how large the minimum
buffer must be.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17104)
test/params_test.c