From f929439f61e7e4cf40e06de56880758b5344f198 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 15 Mar 2018 12:19:16 +0000 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/5520) --- doc/man7/Ed25519.pod | 12 ++++++------ doc/man7/X25519.pod | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/man7') diff --git a/doc/man7/Ed25519.pod b/doc/man7/Ed25519.pod index f2f6fb2a32..eacc05f2ed 100644 --- a/doc/man7/Ed25519.pod +++ b/doc/man7/Ed25519.pod @@ -40,14 +40,14 @@ For the B algorithm a context can be obtained by calling: EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_ED448, NULL); Ed25519 or Ed448 private keys can be set directly using -L or loaded from a PKCS#8 private key file using -L (or similar function). Completely new keys can -also be generated (see the example below). Setting a private key also sets the -associated public key. +L or loaded from a PKCS#8 private key file +using L (or similar function). Completely new keys +can also be generated (see the example below). Setting a private key also sets +the associated public key. Ed25519 or Ed448 public keys can be set directly using -L or loaded from a SubjectPublicKeyInfo structure -in a PEM file using L (or similar function). +L or loaded from a SubjectPublicKeyInfo +structure in a PEM file using L (or similar function). =head1 EXAMPLE diff --git a/doc/man7/X25519.pod b/doc/man7/X25519.pod index f1a9c4928e..7cb6ff6b3b 100644 --- a/doc/man7/X25519.pod +++ b/doc/man7/X25519.pod @@ -28,14 +28,14 @@ For the B algorithm a context can be obtained by calling: EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_X448, NULL); X25519 or X448 private keys can be set directly using -L or loaded from a PKCS#8 private key file using -L (or similar function). Completely new keys can -also be generated (see the example below). Setting a private key also sets the -associated public key. +L or loaded from a PKCS#8 private key file +using L (or similar function). Completely new keys +can also be generated (see the example below). Setting a private key also sets +the associated public key. X25519 or X448 public keys can be set directly using -L or loaded from a SubjectPublicKeyInfo structure -in a PEM file using L (or similar function). +L or loaded from a SubjectPublicKeyInfo +structure in a PEM file using L (or similar function). =head1 EXAMPLE -- cgit v1.2.3