Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change OSSL_PARAM return size to not be a pointer. | Pauli | 2019-06-24 | 1 | -67/+43 |
* | Params API: {utf8,octet}_ptr need to know the data size | Richard Levitte | 2019-04-09 | 1 | -2/+2 |
* | Params: add OSSL_PARAM_construct_end() | Richard Levitte | 2019-04-09 | 1 | -2/+1 |
* | Avoid alignment problems in params API. | Pauli | 2019-04-08 | 1 | -9/+0 |
* | Fix big endian param API tests. | Pauli | 2019-04-06 | 1 | -101/+87 |
* | Fix test builds. | Pauli | 2019-03-28 | 1 | -1/+1 |
* | Detect endian without relying on defined symbols. | Pauli | 2019-03-27 | 1 | -10/+13 |
* | Fix resource leak coverity 1443711. | Pauli | 2019-03-19 | 1 | -5/+4 |
* | test/params_api_test.c: fix size_t assumptions | Richard Levitte | 2019-03-17 | 1 | -2/+2 |
* | OSSL_PARAM helper functions. | Pauli | 2019-03-12 | 1 | -0/+627 |