summaryrefslogtreecommitdiff
path: root/crypto/params.c
Commit message (Expand)AuthorAgeFilesLines
* params: add helper functions to allocate & copy paramsPauli2023-04-261-0/+107
* In OSSL_PARAM_set_BN(), make sure that the data_size field is at least 1Richard Levitte2023-01-111-0/+3
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* OSSL_PARAM_get_*_ptr: Drop errors from ptr/string mismatchTomas Mraz2022-04-031-5/+16
* Add support for signed BIGNUMs in the OSSL_PARAM APIRichard Levitte2022-01-261-19/+38
* params: add error messages for built in param conversionsPauli2022-01-121-50/+255
* params: fix range check when converting double to uint64_t.Pauli2021-06-191-1/+1
* params: avoid using intmax_t since it's not well supportedPauli2021-06-191-2/+2
* Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()Tomas Mraz2021-04-221-1/+3
* Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis2021-04-121-1/+0
* Update copyright yearMatt Caswell2021-03-111-1/+1
* OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte2021-02-181-14/+43
* params: allow more variations in integer conversions.Pauli2020-12-121-36/+268
* Fix some warnings from clang 10 in params.cPauli2020-11-191-8/+44
* OSSL_PARAM: Add string pointer gettersRichard Levitte2020-08-241-0/+26
* params: add OSSL_PARAM helpers for time_t.Pauli2020-06-241-0/+27
* params: do not ignore zero-length stringsBenjamin Kaduk2020-05-281-4/+3
* Allow OSSL_PARAM_get_octet_string() to pass a NULL bufferMatt Caswell2020-05-041-1/+4
* params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli2020-04-251-2/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* params: add functionality to test if an OSSL_PARAM has been set.Pauli2020-04-221-1/+12
* params: avoid a core dump with a null pointer and a get string callPauli2020-04-081-0/+2
* 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-211-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-041-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