Test that NULL BIGNUM is supported in OSSL_PARAM_BLD_push_BN()
authorTomas Mraz <tomas@openssl.org>
Mon, 4 Sep 2023 07:09:40 +0000 (09:09 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 5 Sep 2023 10:50:39 +0000 (12:50 +0200)
commita535e5b73fc374dbbef54d2629728e9602ecf6be
tree29d17c410b8d92ad7a5e2b86738b3bfa0b14d140
parent2ce79d97e338c8eaacf67ce2e1a1b0fb1c639f11
Test that NULL BIGNUM is supported in OSSL_PARAM_BLD_push_BN()

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21945)
test/param_build_test.c