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