• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:openssl

2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
6 openssl-ecparam - EC parameter manipulation and generation
10 B<openssl ecparam>
11 [B<-help>]
12 [B<-inform> B<DER>|B<PEM>]
13 [B<-outform> B<DER>|B<PEM>]
14 [B<-in> I<filename>]
15 [B<-out> I<filename>]
16 [B<-noout>]
17 [B<-text>]
18 [B<-check>]
19 [B<-check_named>]
20 [B<-name> I<arg>]
21 [B<-list_curves>]
22 [B<-conv_form> I<arg>]
23 [B<-param_enc> I<arg>]
24 [B<-no_seed>]
25 [B<-genkey>]
26 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_r_synopsis -}
27 {- $OpenSSL::safe::opt_provider_synopsis -}
33 OpenSSL is currently not able to generate new groups and therefore
40 =item B<-help>
44 =item B<-inform> B<DER>|B<PEM>
47 See L<openssl-format-options(1)> for details.
49 =item B<-outform> B<DER>|B<PEM>
52 See L<openssl-format-options(1)> for details.
56 =item B<-in> I<filename>
61 =item B<-out> I<filename>
67 =item B<-noout>
71 =item B<-text>
75 =item B<-check>
79 =item B<-check_named>
82 match any built-in curves.
84 =item B<-name> I<arg>
86 Use the EC parameters with the specified 'short' name. Use B<-list_curves>
89 =item B<-list_curves>
93 =item B<-conv_form> I<arg>
103 =item B<-param_enc> I<arg>
111 is currently not implemented in OpenSSL.
113 =item B<-no_seed>
118 =item B<-genkey>
122 {- $OpenSSL::safe::opt_engine_item -}
124 {- $OpenSSL::safe::opt_r_item -}
126 {- $OpenSSL::safe::opt_provider_item -}
130 The L<openssl-genpkey(1)> and L<openssl-pkeyparam(1)> commands are capable
136 The documentation for the L<openssl-genpkey(1)> and L<openssl-pkeyparam(1)>
141 openssl ecparam -out ec_param.pem -name prime192v1
145 openssl ecparam -out ec_param.pem -name prime192v1 -param_enc explicit
149 openssl ecparam -in ec_param.pem -check
153 openssl ecparam -out ec_key.pem -name prime192v1 -genkey
157 openssl ecparam -in ec_in.pem -out ec_out.pem -conv_form compressed
161 openssl ecparam -in ec_param.pem -noout -text
165 L<openssl(1)>,
166 L<openssl-pkeyparam(1)>,
167 L<openssl-genpkey(1)>,
168 L<openssl-ec(1)>,
169 L<openssl-dsaparam(1)>
173 The B<-engine> option was deprecated in OpenSSL 3.0.
175 The B<-C> option was removed in OpenSSL 3.0.
179 Copyright 2003-2021 The OpenSSL Project Authors. All Rights Reserved.
184 L<https://www.openssl.org/source/license.html>.