aboutsummaryrefslogtreecommitdiff
path: root/test/params_conversion_test.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy1-20/+16
2022-01-12test: check for properly raised errors during param conversionPauli1-5/+10
2021-07-28test: handle not a number (NaN) values in the param conversion test.Pauli1-2/+22
2021-06-17Update copyright yearMatt Caswell1-1/+1
2021-05-22test/params_conversion_test.c: fix the use of strtoumax and strtoimax on VMSRichard Levitte1-0/+5
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-03Fix common test framework optionsMatt Caswell1-1/+7
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli1-2/+2
2019-06-11Fix Windows Compile failure due to missing <inttypes.h>Shane Lontis1-4/+11
2019-05-21Params conversion tests.Pauli1-0/+334