summaryrefslogtreecommitdiffstats
path: root/doc/apps/ec.pod
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-03-19 12:28:58 -0400
committerRich Salz <rsalz@openssl.org>2016-03-19 20:23:22 -0400
commit35ed393e5e47d75f9496ed1464bca7fc82cd72d7 (patch)
tree5bf9a1ca3245418d518e1cbcab394c1bc585f9db /doc/apps/ec.pod
parent34c2db9b562baffd30a6a2dda7d4247fadbf4acd (diff)
Fixed a bunch of typos in the docs
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
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,