aboutsummaryrefslogtreecommitdiff
path: root/crypto/params.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-14crypto/params: drop float for UEFIYi Li1-10/+30
2023-03-14Update copyright yearMatt Caswell1-1/+1
2023-01-11In OSSL_PARAM_set_BN(), make sure that the data_size field is at least 1Richard Levitte1-0/+4
2022-12-01Update copyright yearTomas Mraz1-1/+1
2022-11-21OSSL_PARAM_get_*_ptr: Drop errors from ptr/string mismatchTomas Mraz1-5/+16
2022-11-09params: add error messages for built in param conversionsPauli1-50/+255
2021-06-19params: fix range check when converting double to uint64_t.Pauli1-1/+1
2021-06-19params: avoid using intmax_t since it's not well supportedPauli1-2/+2
2021-04-22Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()Tomas Mraz1-1/+3
2021-04-12Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis1-1/+0
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-02-18OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte1-14/+43
2020-12-12params: allow more variations in integer conversions.Pauli1-36/+268
2020-11-19Fix some warnings from clang 10 in params.cPauli1-8/+44
2020-08-24OSSL_PARAM: Add string pointer gettersRichard Levitte1-0/+26
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli1-0/+27
2020-05-28params: do not ignore zero-length stringsBenjamin Kaduk1-4/+3
2020-05-04Allow OSSL_PARAM_get_octet_string() to pass a NULL bufferMatt Caswell1-1/+4
2020-04-25params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli1-2/+3
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-22params: add functionality to test if an OSSL_PARAM has been set.Pauli1-1/+12
2020-04-08params: avoid a core dump with a null pointer and a get string callPauli1-0/+2
2019-11-14Allow strings in params to be of zero lengthMatt Caswell1-0/+3
2019-11-14Allow setting a NULL pointer in a params structureMatt Caswell1-5/+2
2019-11-03Fix OSSL_PARAM_set_BN() to fill the given buffer correctly.Richard Levitte1-2/+5
2019-09-27OSSL_PARAM functions: change to allow the data field to be NULLRichard Levitte1-1/+34
2019-09-04OSSL_PARAM_construct_utf8_string computes the string length.Pauli1-0/+2
2019-08-12Fix windows compile errors in params.cShane Lontis1-2/+3
2019-07-16Make the EVP Key Exchange code provider awareMatt Caswell1-8/+0
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli1-110/+97
2019-05-21Params conversion tests.Pauli1-82/+393
2019-04-09Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte1-4/+4
2019-04-09Params: add OSSL_PARAM_construct_end()Richard Levitte1-0/+7
2019-04-06Fix big endian param API tests.Pauli1-0/+4
2019-04-04Create a FIPS provider and put SHA256 in itMatt Caswell1-0/+8
2019-03-30Implement the param types that aren't explicitly lengthened (e.g. int) in termsPauli1-175/+30
2019-03-12OSSL_PARAM helper functions.Pauli1-0/+725