In evp.h rev. 1.109 and 1.112, jsing@ and tb@ provided
authorschwarze <schwarze@openbsd.org>
Wed, 14 Dec 2022 22:37:07 +0000 (22:37 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 14 Dec 2022 22:37:07 +0000 (22:37 +0000)
commit7ad999aa142f948ebce0ec9b6ba880c43ffd5a54
tree2a91ea8a4c2fc26440f123339a4c042567aceb6f
parentb03cfb739ae124714cb1b839bde443a8c3d4d4b8
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.
lib/libcrypto/man/EVP_PKEY_new.3