summaryrefslogtreecommitdiff
path: root/test/params_conversion_test.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-20/+16
* test: check for properly raised errors during param conversionPauli2022-01-121-5/+10
* test: handle not a number (NaN) values in the param conversion test.Pauli2021-07-281-2/+22
* Update copyright yearMatt Caswell2021-06-171-1/+1
* test/params_conversion_test.c: fix the use of strtoumax and strtoimax on VMSRichard Levitte2021-05-221-0/+5
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix common test framework optionsMatt Caswell2020-02-031-1/+7
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-2/+2
* Fix Windows Compile failure due to missing <inttypes.h>Shane Lontis2019-06-111-4/+11
* Params conversion tests.Pauli2019-05-211-0/+334