+3
−1
+2
−1
crypto/asn1/d2i_param.c
0 → 100644
+65
−0
crypto/asn1/i2d_param.c
0 → 100644
+30
−0
+2
−0
Loading
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)