aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/params.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-25params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli1-1/+1
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-22params: add functionality to test if an OSSL_PARAM has been set.Pauli1-1/+6
2020-02-21Params: add argument to the _from_text calls to indicate if the param exists.Pauli1-1/+1
2020-02-12Remove unused OSSL_PARAM_construct_from_text() function.Pauli1-5/+0
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-08-12Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()Richard Levitte1-0/+10
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli1-102/+51
2019-04-09Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte1-2/+2
2019-04-09Params: add OSSL_PARAM_construct_end()Richard Levitte1-0/+1
2019-03-12OSSL_PARAM helper functions.Pauli1-0/+186