CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/12/14 15:37:07
Modified files:
lib/libcrypto/man: EVP_PKEY_new.3
Log message:
In evp.h rev. 1.109 and 1.112, jsing@ and tb@ provided
EVP_PKEY_new_raw_private_key(3), EVP_PKEY_new_raw_public_key(3),
EVP_PKEY_get_raw_private_key(3), and EVP_PKEY_get_raw_public_key(3).
Merge the documentation from the OpenSSL 1.1.1 branch, which is
still under a free license. I tweaked the text somewhat for
conciseness, and argument names for uniformity.