diff options
author | slontis <shane.lontis@oracle.com> | 2023-12-03 00:09:46 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-04-09 20:15:31 +0200 |
commit | 56e4d112ae226d5fa0210cd1f0dd96e6857805fd (patch) | |
tree | ccd9ee4df02625e2728529034837c403c16b7a1d /doc/man7/EVP_KEYEXCH-ECDH.pod | |
parent | apps: ca,req,x509: Add explicit start and end dates options (diff) | |
download | openssl-56e4d112ae226d5fa0210cd1f0dd96e6857805fd.tar.xz openssl-56e4d112ae226d5fa0210cd1f0dd96e6857805fd.zip |
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/man7/EVP_KEYEXCH-ECDH.pod')
-rw-r--r-- | doc/man7/EVP_KEYEXCH-ECDH.pod | 2 |
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. |