Fix race for X509 store found by thread sanitizer
[openssl.git] / crypto / param_build.c
2023-12-29 James Muirparams: drop INT_MAX checks
2023-12-12 James Muirossl-params: check length returned by strlen()
2023-09-07 Matt CaswellCopyright year updates
2023-09-05 Tomas MrazOSSL_PARAM_BLD_push_BN_pad(): Allow NULL BIGNUM
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-01-11 Richard LevitteOSSL_PARAM_BLD and BIGNUM; ensure at least one byte...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-01-26 Richard LevitteAdd support for signed BIGNUMs in the OSSL_PARAM_BLD API
2022-01-12 Pauliparam build: add errors to failure returns
2021-11-23 Richard LevitteMake OSSL_PARAM_BLD_push_BN{,_pad}() return an error...
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-12 Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().
2021-04-08 Pauliparam_build: check for the usage of secure memory better.
2021-03-11 Matt CaswellUpdate copyright year
2021-02-24 Richard LevitteFix string termination and length setting in OSSL_PARAM...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-06-24 Pauliparams: add OSSL_PARAM helpers for time_t.
2020-05-04 Matt CaswellEnsure OSSL_PARAM_BLD_free() can accept a NULL
2020-04-30 Pauliparam bld: avoid freeing the param builder structure...
2020-04-25 Pauliparams: handle the modified sentinel.
2020-04-23 Matt CaswellUpdate copyright year
2020-03-28 PauliParam builder: Remove the static size limit.
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-02-12 PauliRemove unused ossl_param_bld_to_param_ex() function.
2020-01-19 Pauliparam_bld: add a padded BN call.
2019-08-21 Richard LevitteFix ossl_param_bld_push_{utf8,octet}_string() / param_b...
2019-08-21 PauliConstify param builder string functions.
2019-07-18 PauliAdd param builder free function.
2019-07-17 PauliParameter building utilities.