summaryrefslogtreecommitdiff
path: root/test/param_build_test.c
Commit message (Expand)AuthorAgeFilesLines
* test/param_build_test.c: test zero BIGNUMRichard Levitte2023-01-111-1/+94
* Update copyright yearMatt Caswell2022-05-031-1/+1
* TEST: Add addition OSSL_PARAM tests for signed BIGNUMsRichard Levitte2022-01-261-19/+47
* Fix typosDimitris Apostolou2022-01-051-2/+2
* fix some code with obvious wrong coding stylex20182021-10-281-3/+3
* Use <> for #include openssl/xxxRich Salz2021-05-271-1/+1
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-4/+4
* Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis2021-04-121-15/+178
* Update copyright yearMatt Caswell2021-04-081-1/+1
* test: add extra secure memory test case.Pauli2021-04-081-10/+36
* params: add OSSL_PARAM helpers for time_t.Pauli2020-06-241-0/+9
* coverity 1462577: Incorrect expressionPauli2020-04-301-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Param builder: Remove the static size limit.Pauli2020-03-281-0/+44
* Param build: make structures opaque.Pauli2020-03-281-24/+26
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-281-23/+23
* Remove unused ossl_param_bld_to_param_ex() function.Pauli2020-02-121-119/+0
* param_bld: add a padded BN call.Pauli2020-01-191-2/+17
* Add param builder free function.Pauli2019-07-191-11/+18
* Parameter building utilities.Pauli2019-07-171-0/+295