]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/param_build_test.c: test zero BIGNUM
authorRichard Levitte <levitte@openssl.org>
Tue, 10 Jan 2023 06:50:24 +0000 (07:50 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Jan 2023 22:38:13 +0000 (23:38 +0100)
commitb49cf273883c8d3f47542941fe5cc6cb51aec9c9
tree4e987817b039736550339cbb61c89d63e7ba47d5
parent174d166bc3e5e27d4aef08a5fa4e932e22e8f3a7
test/param_build_test.c: test zero BIGNUM

We also add tests where the zero bignum is the only parameter, to test what
that does with the allocated blocks that the OSSL_PARAM_BLD functionality
handles.

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