X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman1%2Fopenssl-ec.pod.in;h=ed85ca04b8dc09441e848476858e5fa4ff9d5659;hp=d20b49afcf6c40e211cf8ccc811698a64034d907;hb=35eb4588710dc900f53301f87e3a27782b443f76;hpb=018aaeb47874272e157d35c05c68e826301d57f5;ds=sidebyside diff --git a/doc/man1/openssl-ec.pod.in b/doc/man1/openssl-ec.pod.in index d20b49afcf..ed85ca04b8 100644 --- a/doc/man1/openssl-ec.pod.in +++ b/doc/man1/openssl-ec.pod.in @@ -37,6 +37,9 @@ B B =head1 DESCRIPTION +This command has been deprecated. +The L command should be used instead. + The L command processes EC keys. They can be converted between various forms and their components printed out. B OpenSSL uses the private key format specified in 'SEC 1: Elliptic Curve Cryptography' @@ -142,6 +145,9 @@ This option checks the consistency of an EC private or public key. =head1 EXAMPLES +Examples equivalent to these can be found in the documentation for the +non-deprecated L command. + To encrypt a private key using triple DES: openssl ec -in key.pem -des3 -out keyout.pem @@ -169,13 +175,18 @@ To change the point conversion form to B: =head1 SEE ALSO L, +L, L, L, L +=head1 HISTORY + +This command was deprecated in OpenSSL 3.0. + =head1 COPYRIGHT -Copyright 2003-2019 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2003-2020 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy