summaryrefslogtreecommitdiffstats
path: root/crypto/params.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte2019-04-091-4/+4
* Params: add OSSL_PARAM_construct_end()Richard Levitte2019-04-091-0/+7
* Fix big endian param API tests.Pauli2019-04-061-0/+4
* Create a FIPS provider and put SHA256 in itMatt Caswell2019-04-051-0/+8
* Implement the param types that aren't explicitly lengthened (e.g. int) in termsPauli2019-03-301-175/+30
* OSSL_PARAM helper functions.Pauli2019-03-121-0/+725