summaryrefslogtreecommitdiff
path: root/crypto/param_build.c
Commit message (Expand)AuthorAgeFilesLines
* OSSL_PARAM_BLD and BIGNUM; ensure at least one byte is allocatedRichard Levitte2023-01-111-0/+4
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add support for signed BIGNUMs in the OSSL_PARAM_BLD APIRichard Levitte2022-01-261-13/+32
* param build: add errors to failure returnsPauli2022-01-121-1/+3
* Make OSSL_PARAM_BLD_push_BN{,_pad}() return an error on negative numbersRichard Levitte2021-11-231-0/+6
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-5/+0
* Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis2021-04-121-34/+11
* param_build: check for the usage of secure memory better.Pauli2021-04-081-2/+6
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix string termination and length setting in OSSL_PARAM_BLD_push_utf8_string()Richard Levitte2021-02-241-4/+6
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-15/+10
* params: add OSSL_PARAM helpers for time_t.Pauli2020-06-241-0/+7
* Ensure OSSL_PARAM_BLD_free() can accept a NULLMatt Caswell2020-05-041-0/+2
* param bld: avoid freeing the param builder structure on error paths.Pauli2020-04-301-2/+0
* params: handle the modified sentinel.Pauli2020-04-251-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Param builder: Remove the static size limit.Pauli2020-03-281-19/+40
* Param build: make structures opaque.Pauli2020-03-281-3/+49
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-281-21/+21
* Remove unused ossl_param_bld_to_param_ex() function.Pauli2020-02-121-30/+0
* param_bld: add a padded BN call.Pauli2020-01-191-7/+16
* Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert()Richard Levitte2019-08-211-1/+1
* Constify param builder string functions.Pauli2019-08-211-2/+2
* Add param builder free function.Pauli2019-07-191-18/+30
* Parameter building utilities.Pauli2019-07-171-0/+341