aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-03 23:23:24 +0000
committerUlf Möller <ulf@openssl.org>2000-02-03 23:23:24 +0000
commit657e60fa00ddde3618600d6306be913214d30457 (patch)
tree6ea080becb16ab3d808ec45064b17b7fedb745a2 /doc
parent9dbc41d7eed7d69da54dc81082794845c50ad482 (diff)
downloadopenssl-657e60fa00ddde3618600d6306be913214d30457.tar.gz
ispell (and minor modifications)
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/CA.pl.pod2
-rw-r--r--doc/apps/ciphers.pod6
-rw-r--r--doc/apps/config.pod2
-rw-r--r--doc/apps/req.pod2
-rw-r--r--doc/apps/s_client.pod4
-rw-r--r--doc/apps/s_server.pod2
-rw-r--r--doc/apps/sess_id.pod2
-rw-r--r--doc/apps/x509.pod2
-rw-r--r--doc/crypto/md5.pod2
9 files changed, 12 insertions, 12 deletions
diff --git a/doc/apps/CA.pl.pod b/doc/apps/CA.pl.pod
index 59bdde9240..83e4c0af81 100644
--- a/doc/apps/CA.pl.pod
+++ b/doc/apps/CA.pl.pod
@@ -63,7 +63,7 @@ it creates a file "newcert.p12". This command can thus be called after the
B<-sign> option. The PKCS#12 file can be imported directly into a browser.
If there is an additional argument on the command line it will be used as the
"friendly name" for the certificate (which is typically displayed in the browser
-list box), otherwise the name "My Certifictate" is used.
+list box), otherwise the name "My Certificate" is used.
=item B<-sign>, B<-signreq>, B<-xsign>
diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod
index fea3702011..2ca55b0cc9 100644
--- a/doc/apps/ciphers.pod
+++ b/doc/apps/ciphers.pod
@@ -25,7 +25,7 @@ the appropriate cipherlist.
=item B<-v>
-verbose option. List ciphers with a complete decsription of the authentication,
+verbose option. List ciphers with a complete description of the authentication,
key exchange, encryption and mac algorithms used along with any key size
restrictions and whether the algorithm is classed as an "export" cipher.
@@ -186,7 +186,7 @@ cipher suites using DH, including anonymous DH.
=item B<ADH>
-anoymous DH cipher suites.
+anonymous DH cipher suites.
=item B<3DES>
@@ -313,7 +313,7 @@ Note: these ciphers can also be used in SSL v3.
=head1 NOTES
-The non ephemeral DH modes are currently unimplimented in OpenSSL
+The non-ephemeral DH modes are currently unimplemented in OpenSSL
because there is no support for DH certificates.
Some compiled versions of OpenSSL may not include all the ciphers
diff --git a/doc/apps/config.pod b/doc/apps/config.pod
index df9361794f..ce874a42ce 100644
--- a/doc/apps/config.pod
+++ b/doc/apps/config.pod
@@ -49,7 +49,7 @@ instead of calling B<getenv()> directly.
It is possible to escape certain characters by using any kind of quote
or the B<\> character. By making the last character of a line a B<\>
a B<value> string can be spread across multiple lines. In addition
-the sequences B<\n>, B<\r>, B<\b> and B<\t> are recognised.
+the sequences B<\n>, B<\r>, B<\b> and B<\t> are recognized.
=head1 NOTES
diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index f11e321d69..a66410dbb4 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -308,7 +308,7 @@ just consist of field names and values: for example,
CN=My Name
OU=My Organization
- emailAddress=someone@somehere.org
+ emailAddress=someone@somewhere.org
This allows external programs (e.g. GUI based) to generate a template file
with all the field names and values and just pass it to B<req>. An example
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index 0507482ef4..3ede134164 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -111,11 +111,11 @@ print extensive debugging information including a hex dump of all traffic.
=item B<-nbio_test>
-tests non blocking I/O
+tests non-blocking I/O
=item B<-nbio>
-turns on non blocking I/O
+turns on non-blocking I/O
=item B<-crlf>
diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod
index a50025c6c8..0f29c361d9 100644
--- a/doc/apps/s_server.pod
+++ b/doc/apps/s_server.pod
@@ -194,7 +194,7 @@ If a connection request is established with an SSL client and neither the
B<-www> nor the B<-WWW> option has been used then normally any data received
from the client is displayed and any key presses will be sent to the client.
-Certain single letter commands are also recognised which perform special
+Certain single letter commands are also recognized which perform special
operations: these are listed below.
=over 4
diff --git a/doc/apps/sess_id.pod b/doc/apps/sess_id.pod
index 8f6bfe0d26..9988d2cd3d 100644
--- a/doc/apps/sess_id.pod
+++ b/doc/apps/sess_id.pod
@@ -45,7 +45,7 @@ input by default.
=item B<-out filename>
-This specifies the output filename to write session information toor standard
+This specifies the output filename to write session information to or standard
output if this option is not specified.
=item B<-text>
diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod
index 9ecd3a3c25..b127182bbb 100644
--- a/doc/apps/x509.pod
+++ b/doc/apps/x509.pod
@@ -179,7 +179,7 @@ may be trusted for SSL client but not SSL server use.
See the description of the B<verify> utility for more information on the
meaning of trust settings.
-Future versions of OpenSSL will recognise trust settings on any
+Future versions of OpenSSL will recognize trust settings on any
certificate: not just root CAs.
diff --git a/doc/crypto/md5.pod b/doc/crypto/md5.pod
index 8993004a30..2a039a0df7 100644
--- a/doc/crypto/md5.pod
+++ b/doc/crypto/md5.pod
@@ -30,7 +30,7 @@ MD5_Final - MD2 and MD5 hash functions
=head1 DESCRIPTION
-MD2 and MD5 are cryptographic hashs function with a 128 bit output.
+MD2 and MD5 are cryptographic hash functions with a 128 bit output.
MD2() and MD5() compute the MD2 and MD5 message digest of the B<n>
bytes at B<d> and place it in B<md> (which must have space for