ispell (and minor modifications)

This commit is contained in:
Ulf Möller
2000-02-03 23:23:24 +00:00
parent 9dbc41d7ee
commit 657e60fa00
111 changed files with 226 additions and 226 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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>

View File

@@ -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

View File

@@ -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>

View File

@@ -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.