summaryrefslogtreecommitdiffstats
path: root/doc/apps/ec.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apps/ec.pod')
-rw-r--r--doc/apps/ec.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apps/ec.pod b/doc/apps/ec.pod
index 9cf579d1a2..befb93c6ec 100644
--- a/doc/apps/ec.pod
+++ b/doc/apps/ec.pod
@@ -33,7 +33,7 @@ B<openssl> B<ec>
The B<ec> command processes EC keys. They can be converted between various
forms and their components printed out. B<Note> OpenSSL uses the
private key format specified in 'SEC 1: Elliptic Curve Cryptography'
-(http://www.secg.org/). To convert a OpenSSL EC private key into the
+(http://www.secg.org/). To convert an OpenSSL EC private key into the
PKCS#8 private key format use the B<pkcs8> command.
=head1 COMMAND OPTIONS
@@ -129,7 +129,7 @@ the preprocessor macro B<OPENSSL_EC_BIN_PT_COMP> at compile time.
This specifies how the elliptic curve parameters are encoded.
Possible value are: B<named_curve>, i.e. the ec parameters are
-specified by a OID, or B<explicit> where the ec parameters are
+specified by an OID, or B<explicit> where the ec parameters are
explicitly given (see RFC 3279 for the definition of the
EC parameters structures). The default value is B<named_curve>.
B<Note> the B<implicitlyCA> alternative ,as specified in RFC 3279,