summaryrefslogtreecommitdiffstats
path: root/crypto/param_build.c
AgeCommit message (Expand)Author
2023-12-29params: drop INT_MAX checksJames Muir
2023-12-12ossl-params: check length returned by strlen()James Muir
2023-09-07Copyright year updatesMatt Caswell
2023-09-05OSSL_PARAM_BLD_push_BN_pad(): Allow NULL BIGNUMTomas Mraz
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-01-11OSSL_PARAM_BLD and BIGNUM; ensure at least one byte is allocatedRichard Levitte
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-01-26Add support for signed BIGNUMs in the OSSL_PARAM_BLD APIRichard Levitte
2022-01-12param build: add errors to failure returnsPauli
2021-11-23Make OSSL_PARAM_BLD_push_BN{,_pad}() return an error on negative numbersRichard Levitte
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-12Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis
2021-04-08param_build: check for the usage of secure memory better.Pauli
2021-03-11Update copyright yearMatt Caswell
2021-02-24Fix string termination and length setting in OSSL_PARAM_BLD_push_utf8_string()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
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