summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_KEYEXCH-ECDH.pod
diff options
context:
space:
mode:
authorslontis <shane.lontis@oracle.com>2023-12-03 09:09:46 +1000
committerTomas Mraz <tomas@openssl.org>2024-04-09 20:15:56 +0200
commit92d05708d1acf2b9af9498d20a383b9c723d2c4d (patch)
tree8d654d0cded079f7bab89700683da8e5afa948c1 /doc/man7/EVP_KEYEXCH-ECDH.pod
parentb392decf3676a3ea1887453c090988886f8ae007 (diff)
Add demo for ECDH key exchange
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22916) (cherry picked from commit 56e4d112ae226d5fa0210cd1f0dd96e6857805fd)
Diffstat (limited to 'doc/man7/EVP_KEYEXCH-ECDH.pod')
-rw-r--r--doc/man7/EVP_KEYEXCH-ECDH.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man7/EVP_KEYEXCH-ECDH.pod b/doc/man7/EVP_KEYEXCH-ECDH.pod
index 3d630d91bf..f9579dab2f 100644
--- a/doc/man7/EVP_KEYEXCH-ECDH.pod
+++ b/doc/man7/EVP_KEYEXCH-ECDH.pod
@@ -55,6 +55,8 @@ See L<provider-keyexch(7)/Common Key Exchange parameters>.
=head1 EXAMPLES
+Examples of key agreement can be found in demos/keyexch.
+
Keys for the host and peer must be generated as shown in
L<EVP_PKEY-EC(7)/Examples> using the same curve name.