summaryrefslogtreecommitdiffstats
path: root/doc
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:31 +0200
commit56e4d112ae226d5fa0210cd1f0dd96e6857805fd (patch)
treeccd9ee4df02625e2728529034837c403c16b7a1d /doc
parent8120223773d4c707dd43d9cc42a7fcab19609813 (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)
Diffstat (limited to 'doc')
-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.