aboutsummaryrefslogtreecommitdiff
path: root/test/param_build_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-09-05Test that NULL BIGNUM is supported in OSSL_PARAM_BLD_push_BN()Tomas Mraz1-3/+4
2023-01-11test/param_build_test.c: test zero BIGNUMRichard Levitte1-1/+94
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-01-26TEST: Add addition OSSL_PARAM tests for signed BIGNUMsRichard Levitte1-19/+47
2022-01-05Fix typosDimitris Apostolou1-2/+2
2021-10-28fix some code with obvious wrong coding stylex20181-3/+3
2021-05-27Use <> for #include openssl/xxxRich Salz1-1/+1
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis1-4/+4
2021-04-12Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis1-15/+178
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-04-08test: add extra secure memory test case.Pauli1-10/+36
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli1-0/+9
2020-04-30coverity 1462577: Incorrect expressionPauli1-1/+1
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-28Param builder: Remove the static size limit.Pauli1-0/+44
2020-03-28Param build: make structures opaque.Pauli1-24/+26
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli1-23/+23
2020-02-12Remove unused ossl_param_bld_to_param_ex() function.Pauli1-119/+0
2020-01-19param_bld: add a padded BN call.Pauli1-2/+17
2019-07-19Add param builder free function.Pauli1-11/+18
2019-07-17Parameter building utilities.Pauli1-0/+295