Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). | Shane Lontis | 2021-04-12 | 1 | -4/+4 |
* | Add OSSL_PARAM_dup() and OSSL_PARAM_merge(). | Shane Lontis | 2021-04-12 | 1 | -15/+178 |
* | Update copyright year | Matt Caswell | 2021-04-08 | 1 | -1/+1 |
* | test: add extra secure memory test case. | Pauli | 2021-04-08 | 1 | -10/+36 |
* | params: add OSSL_PARAM helpers for time_t. | Pauli | 2020-06-24 | 1 | -0/+9 |
* | coverity 1462577: Incorrect expression | Pauli | 2020-04-30 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Param builder: Remove the static size limit. | Pauli | 2020-03-28 | 1 | -0/+44 |
* | Param build: make structures opaque. | Pauli | 2020-03-28 | 1 | -24/+26 |
* | Param builder: make the OSSL_PARAM_BLD APIs public. | Pauli | 2020-03-28 | 1 | -23/+23 |
* | Remove unused ossl_param_bld_to_param_ex() function. | Pauli | 2020-02-12 | 1 | -119/+0 |
* | param_bld: add a padded BN call. | Pauli | 2020-01-19 | 1 | -2/+17 |
* | Add param builder free function. | Pauli | 2019-07-18 | 1 | -11/+18 |
* | Parameter building utilities. | Pauli | 2019-07-17 | 1 | -0/+295 |