diff options
author | Matt Caswell <matt@openssl.org> | 2018-02-27 17:28:48 +0000 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-03-02 10:14:31 +0000 |
commit | a2eecb5d2691d8a2e3481765683054f1edfcba36 (patch) | |
tree | 45407d2c8e00e8249f1616e37d36acd9642f5cdc /doc/HOWTO | |
parent | 13735cfef69dfac2d36229810ea0400e2bc6526d (diff) | |
download | openssl-new-a2eecb5d2691d8a2e3481765683054f1edfcba36.tar.gz |
Update some documentation for X448/Ed448
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/5481)
Diffstat (limited to 'doc/HOWTO')
-rw-r--r-- | doc/HOWTO/keys.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HOWTO/keys.txt b/doc/HOWTO/keys.txt index 1662c17037..9f0967cf55 100644 --- a/doc/HOWTO/keys.txt +++ b/doc/HOWTO/keys.txt @@ -98,7 +98,7 @@ it may be reasonable to avoid protecting it with a password, since otherwise someone would have to type in the password every time the server needs to access the key. -For X25519, it's treated as a distinct algorithm but not as one of +For X25519 and X448, it's treated as a distinct algorithm but not as one of the curves listed with 'ecparam -list_curves' option. You can use the following command to generate an X25519 key: |