Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_ref
[openssl.git] / crypto / params.c
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.