summaryrefslogtreecommitdiffstats
path: root/crypto/params.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow strings in params to be of zero lengthMatt Caswell2019-11-141-0/+3
* Allow setting a NULL pointer in a params structureMatt Caswell2019-11-141-5/+2
* Fix OSSL_PARAM_set_BN() to fill the given buffer correctly.Richard Levitte2019-11-031-2/+5
* OSSL_PARAM functions: change to allow the data field to be NULLRichard Levitte2019-09-271-1/+34
* OSSL_PARAM_construct_utf8_string computes the string length.Pauli2019-09-041-0/+2
* Fix windows compile errors in params.cShane Lontis2019-08-121-2/+3
* Make the EVP Key Exchange code provider awareMatt Caswell2019-07-161-8/+0
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-110/+97
* Params conversion tests.Pauli2019-05-201-82/+393
* 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