aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/30-test_evp_pkey_dparam.t
Commit message (Collapse)AuthorAgeFilesLines
* Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis2019-05-271-0/+11
Convert EVP_PKEY Parameters to/from binary. This wraps the low level i2d/d2i calls for DH,DSA and EC key parameters in a similar way to Public and Private Keys. The API's can be used by applications (including openssl apps) that only want to use EVP_PKEY without needing to access low level key API's. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8903)