OSSL_PARAM_BLD_to_param

Convert a built-up parameter builder into a newly allocated OSSL_PARAM array.

Synopsis

Declared in <openssl/param_build.h>

OSSL_PARAM*
OSSL_PARAM_BLD_to_param(OSSL_PARAM_BLD* bld);

Return Value

Allocated OSSL_PARAM array (free with OSSL_PARAM_free()), or NULL on error.

Parameters

NameDescription
bldBuilder populated with OSSL_PARAM_BLD_push_*() calls.