summaryrefslogtreecommitdiff
path: root/test/recipes/04-test_params_conversion_data
Commit message (Collapse)AuthorAgeFilesLines
* Params conversion tests.Pauli2019-05-211-0/+343
Add ranged checked OSSL_PARAM conversions between the native types. A conversion is legal only if the given value can be exactly represented by the target type. Includes a test case that reads a stanza test case file and verified that param conversions are processed properly. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8733)