summaryrefslogtreecommitdiffstats
path: root/crypto/params_from_text.c
AgeCommit message (Expand)Author
2021-11-24Allow sign extension in OSSL_PARAM_allocate_from_text()Richard Levitte
2021-11-24Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg numberRichard Levitte
2021-03-26params: fix coverity 1473069: unchecked return valuesPauli
2021-03-17params: clean up TODOPauli
2021-02-24Fix OSSL_PARAM_allocate_from_text() for OSSL_PARAM_UTF8_STRINGRichard Levitte
2021-02-09Enhanced integer parsing in OSSL_PARAM_allocate_from_textPetr Gotthard
2021-01-28Update copyright yearRichard Levitte
2021-01-27Fix OSSL_PARAM_allocate_from_text() for EBCDICRichard Levitte
2020-12-07Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separatorShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-04-25params: handle the modified sentinel.Pauli
2020-04-23Update copyright yearMatt Caswell
2020-02-21Params: add argument to the _from_text calls to indicate if the param exists.Pauli
2020-02-12Remove unused OSSL_PARAM_construct_from_text() function.Pauli
2019-09-06Params from text to allow zero length value fieldsPauli
2019-08-15OSSL_PARAM_construct_from_text(): handle non-hex octet string inputRichard Levitte
2019-08-12Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()Richard Levitte