summaryrefslogtreecommitdiffstats
path: root/crypto/params_from_text.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Params: add argument to the _from_text calls to indicate if the param exists.Pauli2020-02-211-3/+5
* Remove unused OSSL_PARAM_construct_from_text() function.Pauli2020-02-121-31/+0
* Params from text to allow zero length value fieldsPauli2019-09-061-41/+44
* OSSL_PARAM_construct_from_text(): handle non-hex octet string inputRichard Levitte2019-08-151-0/+2
* Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()Richard Levitte2019-08-121-0/+219