summaryrefslogtreecommitdiffstats
path: root/crypto/params.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-09Check appropriate OSSL_PARAM_get_* functions for NULLNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-05-22crypto/params: drop float for UEFIYi Li
2023-04-26params: add helper functions to allocate & copy paramsPauli
2023-01-11In OSSL_PARAM_set_BN(), make sure that the data_size field is at least 1Richard Levitte
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-04-03OSSL_PARAM_get_*_ptr: Drop errors from ptr/string mismatchTomas Mraz
2022-01-26Add support for signed BIGNUMs in the OSSL_PARAM APIRichard Levitte
2022-01-12params: add error messages for built in param conversionsPauli
2021-06-19params: fix range check when converting double to uint64_t.Pauli
2021-06-19params: avoid using intmax_t since it's not well supportedPauli
2021-04-22Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()Tomas Mraz
2021-04-12Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis
2021-03-11Update copyright yearMatt Caswell
2021-02-18OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte
2020-12-12params: allow more variations in integer conversions.Pauli
2020-11-19Fix some warnings from clang 10 in params.cPauli
2020-08-24OSSL_PARAM: Add string pointer gettersRichard Levitte
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli
2020-05-28params: do not ignore zero-length stringsBenjamin Kaduk
2020-05-04Allow OSSL_PARAM_get_octet_string() to pass a NULL bufferMatt Caswell
2020-04-25params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli
2020-04-23Update copyright yearMatt Caswell
2020-04-22params: add functionality to test if an OSSL_PARAM has been set.Pauli
2020-04-08params: avoid a core dump with a null pointer and a get string callPauli
2019-11-14Allow strings in params to be of zero lengthMatt Caswell
2019-11-14Allow setting a NULL pointer in a params structureMatt Caswell
2019-11-03Fix OSSL_PARAM_set_BN() to fill the given buffer correctly.Richard Levitte
2019-09-27OSSL_PARAM functions: change to allow the data field to be NULLRichard Levitte
2019-09-04OSSL_PARAM_construct_utf8_string computes the string length.Pauli
2019-08-12Fix windows compile errors in params.cShane Lontis
2019-07-16Make the EVP Key Exchange code provider awareMatt Caswell
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-05-21Params conversion tests.Pauli
2019-04-09Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte
2019-04-09Params: add OSSL_PARAM_construct_end()Richard Levitte
2019-04-06Fix big endian param API tests.Pauli
2019-04-04Create a FIPS provider and put SHA256 in itMatt Caswell
2019-03-30Implement the param types that aren't explicitly lengthened (e.g. int) in termsPauli
2019-03-12OSSL_PARAM helper functions.Pauli