diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-01-21 14:38:36 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-01-26 15:26:49 +0100 |
commit | f468e2f95160defb7ab7461f8217697add762b90 (patch) | |
tree | 45f3220c0bd2535f6b6d7c84f496c76887e08e34 | |
parent | ssl_old_test.c: Replace use of deprecated EC functions (diff) | |
download | openssl-f468e2f95160defb7ab7461f8217697add762b90.tar.xz openssl-f468e2f95160defb7ab7461f8217697add762b90.zip |
ec: Document that -conv_form and -no_public are not supported with engine
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13139)
-rw-r--r-- | doc/man1/openssl-ec.pod.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man1/openssl-ec.pod.in b/doc/man1/openssl-ec.pod.in index 5cdd3d820a..9b4b5cab0b 100644 --- a/doc/man1/openssl-ec.pod.in +++ b/doc/man1/openssl-ec.pod.in @@ -189,6 +189,9 @@ L<openssl-rsa(1)> The B<-engine> option was deprecated in OpenSSL 3.0. +The B<-conv_form> and B<-no_public> options are no longer supported +with keys loaded from an engine in OpenSSL 3.0. + =head1 COPYRIGHT Copyright 2003-2020 The OpenSSL Project Authors. All Rights Reserved. |