summaryrefslogtreecommitdiffstats
path: root/crypto/param_build.c
AgeCommit message (Expand)Author
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli
2020-05-04Ensure OSSL_PARAM_BLD_free() can accept a NULLMatt Caswell
2020-04-30param bld: avoid freeing the param builder structure on error paths.Pauli
2020-04-25params: handle the modified sentinel.Pauli
2020-04-23Update copyright yearMatt Caswell
2020-03-28Param builder: Remove the static size limit.Pauli
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-02-12Remove unused ossl_param_bld_to_param_ex() function.Pauli
2020-01-19param_bld: add a padded BN call.Pauli
2019-08-21Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert()Richard Levitte
2019-08-21Constify param builder string functions.Pauli
2019-07-19Add param builder free function.Pauli
2019-07-17Parameter building utilities.Pauli