Commit 19d2bb57 authored by Ulf Möller's avatar Ulf Möller
Browse files

Add some newlines needed for pod2man, and run ispell.

Submitted by:
Reviewed by:
PR:
parent 35f4850a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
This is *very* preliminiary documentation for some
This is *very* preliminary documentation for some
of the main commands in the openssl utility. The
information reflects the way the commands may work
when OpenSSL 0.9.5 is released. They are subject
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ combined with the B<-strparse> option.

=item B<-noout>

don't ouput the parsed version of the input file.
don't output the parsed version of the input file.

=item B<-offset number>

+3 −3
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ the private key to sign requests with.

=item B<-key password>

the password used to encrrypt the private key. Since on some
the password used to encrypt the private key. Since on some
systems the command line arguments are visible (e.g. Unix with
the 'ps' utility) this option should be used with caution.

@@ -140,7 +140,7 @@ need this option.

Normally the DN order of a certificate is the same as the order of the
fields in the relevant policy section. When this option is set the order 
is the same as the request. This is largely for compatability with the
is the same as the request. This is largely for compatibility with the
older IE enrollment control which would only accept certificates if their
DNs match the order of the request. This is not needed for Xenroll.

@@ -401,7 +401,7 @@ on the same database can have unpredictable results.
=head1 FILES

Note: the location of all files can change either by compile time options,
configration file entries, environment variables or command line options.
configuration file entries, environment variables or command line options.
The values below reflect the default values.

 /usr/local/ssl/lib/openssl.cnf - master configuration file
+4 −4
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@

=head1 NAME

config - OpenSSL CONF library configuaration files
config - OpenSSL CONF library configuration files

=head1 DESCRIPTION

The OpenSSL CONF library can be used to read confiuration files.
The OpenSSL CONF library can be used to read configuration files.
It is used for the OpenSSL master configuration file B<openssl.cnf>
and in a few other places like B<SPKAC> files and certificate extension
files for the B<x509> utility.
@@ -40,7 +40,7 @@ The value string undergoes variable expansion. This can be done by
including the form B<$var> or B<${var}>: this will substitute the value
of the named variable in the current section. It is also possible to
substitute a value from another section using the syntax B<$section::name>
or B<${section::name}>. By using the form B<$ENV::name> environement
or B<${section::name}>. By using the form B<$ENV::name> environment
variables can be substituted. It is also possible to assign values to
environment variables by using the name B<ENV::name>, this will work
if the program looks up environment variables using the B<CONF> library
@@ -53,7 +53,7 @@ the sequences B<\n>, B<\r>, B<\b> and B<\t> are recognised.

=head1 NOTES

If a configuration file attempts to expand a varible that doesn't exist
If a configuration file attempts to expand a variable that doesn't exist
then an error is flagged and the file will not load. This can happen
if an attempt is made to expand an environment variable that doesn't
exist. For example the default OpenSSL master configuration file used
+1 −0
Original line number Diff line number Diff line
=pod

=head1 NAME

dgst, md5, md2, sha1, sha, mdc2, ripemd160 - message digests
Loading