commit | f929439f61e7e4cf40e06de56880758b5344f198 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Thu Mar 15 12:19:16 2018 +0000 |
committer | Matt Caswell <matt@openssl.org> | Thu Mar 15 12:47:27 2018 +0000 |
tree | 648214966a8152d218f81d3420b56fffdf744da4 | |
parent | e8f9f08f17e4f15ee737115d336d110dc8dea0ec [diff] |
Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key() Renamed to EVP_PKEY_new_raw_private_key()/EVP_new_raw_public_key() as per feedback. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5520)