Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separator | Shane Lontis | 2020-12-07 | 1 | -1/+1 |
* | Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call | Richard Levitte | 2020-11-13 | 1 | -3/+3 |
* | params: handle the modified sentinel. | Pauli | 2020-04-25 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Params: add argument to the _from_text calls to indicate if the param exists. | Pauli | 2020-02-21 | 1 | -3/+5 |
* | Remove unused OSSL_PARAM_construct_from_text() function. | Pauli | 2020-02-12 | 1 | -31/+0 |
* | Params from text to allow zero length value fields | Pauli | 2019-09-06 | 1 | -41/+44 |
* | OSSL_PARAM_construct_from_text(): handle non-hex octet string input | Richard Levitte | 2019-08-15 | 1 | -0/+2 |
* | Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text() | Richard Levitte | 2019-08-12 | 1 | -0/+219 |