6 pkeyparam - public key algorithm parameter processing tool
10 B<openssl> B<pkeyparam>
19 The B<pkey> command processes public or private keys. They can be converted
20 between various forms and their components printed out.
22 =head1 COMMAND OPTIONS
28 This specifies the input filename to read parameters from or standard input if
29 this option is not specified.
31 =item B<-out filename>
33 This specifies the output filename to write parameters to or standard output if
34 this option is not specified.
38 prints out the parameters in plain text in addition to the encoded version.
42 do not output the encoded version of the parameters.
46 specifying an engine (by its unique B<id> string) will cause B<pkeyparam>
47 to attempt to obtain a functional reference to the specified engine,
48 thus initialising it if needed. The engine will then be set as the default
49 for all available algorithms.
55 Print out text version of parameters:
57 openssl pkeyparam -in param.pem -text
61 There are no B<-inform> or B<-outform> options for this command because only
62 PEM format is supported because the key type is determined by the PEM headers.
66 L<genpkey(1)|genpkey(1)>, L<rsa(1)|rsa(1)>, L<pkcs8(1)|pkcs8(1)>,
67 L<dsa(1)|dsa(1)>, L<genrsa(1)|genrsa(1)>, L<gendsa(1)|gendsa(1)>