]> git.ipfire.org Git - thirdparty/openssl.git/history - test/param_build_test.c
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
[thirdparty/openssl.git] / test / param_build_test.c
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  Matt CaswellUpdate copyright year
2021-04-08  Paulitest: add extra secure memory test case.
2020-06-24  Pauliparams: add OSSL_PARAM helpers for time_t.
2020-04-30  Paulicoverity 1462577: Incorrect expression
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-07-18  PauliAdd param builder free function.
2019-07-17  PauliParameter building utilities.