diff options
Diffstat (limited to 'src/lib/libssl/src/doc/apps/ecparam.pod')
-rw-r--r-- | src/lib/libssl/src/doc/apps/ecparam.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/src/doc/apps/ecparam.pod b/src/lib/libssl/src/doc/apps/ecparam.pod index d11c0a27f9..d25cee50f9 100644 --- a/src/lib/libssl/src/doc/apps/ecparam.pod +++ b/src/lib/libssl/src/doc/apps/ecparam.pod | |||
@@ -36,12 +36,12 @@ This command is used to manipulate or generate EC parameter files. | |||
36 | 36 | ||
37 | This specifies the input format. The B<DER> option uses an ASN.1 DER encoded | 37 | This specifies the input format. The B<DER> option uses an ASN.1 DER encoded |
38 | form compatible with RFC 3279 EcpkParameters. The PEM form is the default | 38 | form compatible with RFC 3279 EcpkParameters. The PEM form is the default |
39 | format: it consists of the B<DER> format base64 encoded with additional | 39 | format: it consists of the B<DER> format base64 encoded with additional |
40 | header and footer lines. | 40 | header and footer lines. |
41 | 41 | ||
42 | =item B<-outform DER|PEM> | 42 | =item B<-outform DER|PEM> |
43 | 43 | ||
44 | This specifies the output format, the options have the same meaning as the | 44 | This specifies the output format, the options have the same meaning as the |
45 | B<-inform> option. | 45 | B<-inform> option. |
46 | 46 | ||
47 | =item B<-in filename> | 47 | =item B<-in filename> |
@@ -94,7 +94,7 @@ the point conversion forms please read the X9.62 standard. | |||
94 | This specifies how the elliptic curve parameters are encoded. | 94 | This specifies how the elliptic curve parameters are encoded. |
95 | Possible value are: B<named_curve>, i.e. the ec parameters are | 95 | Possible value are: B<named_curve>, i.e. the ec parameters are |
96 | specified by a OID, or B<explicit> where the ec parameters are | 96 | specified by a OID, or B<explicit> where the ec parameters are |
97 | explicitly given (see RFC 3279 for the definition of the | 97 | explicitly given (see RFC 3279 for the definition of the |
98 | EC parameters structures). The default value is B<named_curve>. | 98 | EC parameters structures). The default value is B<named_curve>. |
99 | B<Note> the B<implicitlyCA> alternative ,as specified in RFC 3279, | 99 | B<Note> the B<implicitlyCA> alternative ,as specified in RFC 3279, |
100 | is currently not implemented in OpenSSL. | 100 | is currently not implemented in OpenSSL. |
@@ -133,7 +133,7 @@ PEM format EC parameters use the header and footer lines: | |||
133 | -----END EC PARAMETERS----- | 133 | -----END EC PARAMETERS----- |
134 | 134 | ||
135 | OpenSSL is currently not able to generate new groups and therefore | 135 | OpenSSL is currently not able to generate new groups and therefore |
136 | B<ecparam> can only create EC parameters from known (named) curves. | 136 | B<ecparam> can only create EC parameters from known (named) curves. |
137 | 137 | ||
138 | =head1 EXAMPLES | 138 | =head1 EXAMPLES |
139 | 139 | ||