diff options
author | Scott Schaefer <saschaefer@neurodiverse.org> | 2013-12-23 19:28:30 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2014-02-14 22:35:39 +0000 |
commit | 040ed7b4d05c47293c9e5248e6a9899e142317e1 (patch) | |
tree | eb47d742b0da3a3f9b03e7643f78591575955fe1 /doc/apps/ec.pod | |
parent | c76e5b08a151a48fde67b2d3e6fe54ae8af901d7 (diff) | |
download | openssl-new-040ed7b4d05c47293c9e5248e6a9899e142317e1.tar.gz |
Fix various spelling errors
(cherry picked from commit 2b4ffc659eabec29f76821f0ac624a2b8c19e4c7)
Diffstat (limited to 'doc/apps/ec.pod')
-rw-r--r-- | doc/apps/ec.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/ec.pod b/doc/apps/ec.pod index ba6dc4689b..5c7b45d4e7 100644 --- a/doc/apps/ec.pod +++ b/doc/apps/ec.pod @@ -41,7 +41,7 @@ PKCS#8 private key format use the B<pkcs8> command. This specifies the input format. The B<DER> option with a private key uses an ASN.1 DER encoded SEC1 private key. When used with a public key it -uses the SubjectPublicKeyInfo structur as specified in RFC 3280. +uses the SubjectPublicKeyInfo structure as specified in RFC 3280. The B<PEM> form is the default format: it consists of the B<DER> format base64 encoded with additional header and footer lines. In the case of a private key PKCS#8 format is also accepted. |