openssl/include
Shane Lontis 6aa2e59e1c Add d2i_KeyParams/i2d_KeyParams API's.
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)
2019-05-27 21:55:10 +10:00
..
internal EVP_FETCH: deal with names without pre-defined NIDs 2019-05-12 13:43:38 -07:00
openssl Add d2i_KeyParams/i2d_KeyParams API's. 2019-05-27 21:55:10 +10:00