params: add OSSL_PARAM helpers for time_t.
[oweals/openssl.git] / crypto / params.c
2020-06-24 Pauliparams: add OSSL_PARAM helpers for time_t.
2020-05-28 Benjamin Kadukparams: do not ignore zero-length strings
2020-05-04 Matt CaswellAllow OSSL_PARAM_get_octet_string() to pass a NULL...
2020-04-25 Pauliparams: change OSSL_PARAM_set_unmodified() to operate...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-22 Pauliparams: add functionality to test if an OSSL_PARAM...
2020-04-07 Pauliparams: avoid a core dump with a null pointer and a...
2019-11-14 Matt CaswellAllow strings in params to be of zero length
2019-11-14 Matt CaswellAllow setting a NULL pointer in a params structure
2019-11-03 Richard LevitteFix OSSL_PARAM_set_BN() to fill the given buffer correctly.
2019-09-27 Richard LevitteOSSL_PARAM functions: change to allow the data field...
2019-09-04 PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-08-12 Shane LontisFix windows compile errors in params.c
2019-07-16 Matt CaswellMake the EVP Key Exchange code provider aware
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-05-20 PauliParams conversion tests.
2019-04-09 Richard LevitteParams API: {utf8,octet}_ptr need to know the data...
2019-04-09 Richard LevitteParams: add OSSL_PARAM_construct_end()
2019-04-06 PauliFix big endian param API tests.
2019-04-04 Matt CaswellCreate a FIPS provider and put SHA256 in it
2019-03-30 PauliImplement the param types that aren't explicitly length...
2019-03-12 PauliOSSL_PARAM helper functions.