summaryrefslogtreecommitdiff
path: root/crypto/params_from_text.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Allow sign extension in OSSL_PARAM_allocate_from_text()Richard Levitte2021-11-241-5/+17
* Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg numberRichard Levitte2021-11-241-0/+6
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-5/+2
* params: fix coverity 1473069: unchecked return valuesPauli2021-03-261-3/+4
* params: clean up TODOPauli2021-03-171-2/+2
* Fix OSSL_PARAM_allocate_from_text() for OSSL_PARAM_UTF8_STRINGRichard Levitte2021-02-241-0/+2
* Enhanced integer parsing in OSSL_PARAM_allocate_from_textPetr Gotthard2021-02-091-6/+15
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Fix OSSL_PARAM_allocate_from_text() for EBCDICRichard Levitte2021-01-271-0/+5
* Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separatorShane Lontis2020-12-071-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* params: handle the modified sentinel.Pauli2020-04-251-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Params: add argument to the _from_text calls to indicate if the param exists.Pauli2020-02-211-3/+5
* Remove unused OSSL_PARAM_construct_from_text() function.Pauli2020-02-121-31/+0
* Params from text to allow zero length value fieldsPauli2019-09-061-41/+44
* OSSL_PARAM_construct_from_text(): handle non-hex octet string inputRichard Levitte2019-08-151-0/+2
* Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()Richard Levitte2019-08-121-0/+219