Lines Matching refs:parameters
34 this command can only create EC parameters from known (named) curves.
46 The EC parameters input format; unspecified by default.
51 The EC parameters output format; the default is B<PEM>.
58 This specifies the input filename to read parameters from or standard input if
63 This specifies the output filename parameters to. Standard output is used
69 This option inhibits the output of the encoded version of the parameters.
73 This option prints out the EC parameters in human readable form.
77 Validate the elliptic curve parameters.
81 Validate the elliptic name curve parameters by checking if the curve parameters
86 Use the EC parameters with the specified 'short' name. Use B<-list_curves>
87 to get a list of all currently implemented EC parameters.
91 Print out a list of all currently implemented EC parameters names and exit.
105 This specifies how the elliptic curve parameters are encoded.
106 Possible value are: B<named_curve>, i.e. the ec parameters are
107 specified by an OID, or B<explicit> where the ec parameters are
109 EC parameters structures). The default value is B<named_curve>.
120 This option will generate an EC private key using the specified parameters.
139 To create EC parameters with the group 'prime192v1':
143 To create EC parameters with explicit parameters:
147 To validate given EC parameters:
151 To create EC parameters and a private key:
159 To print out the EC parameters to standard output: