diff options
Diffstat (limited to 'doc')
-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. |