Commit 77a795e4 authored by FdaSilvaYY's avatar FdaSilvaYY Committed by Rich Salz
Browse files

Fix some typos in pod files

parent ab68742a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ The output will typically contain lines like this:

.....

This example is part of a self signed certificate. Each line starts with the
This example is part of a self-signed certificate. Each line starts with the
offset in decimal. B<d=XX> specifies the current depth. The depth is increased
within the scope of any SET or SEQUENCE. B<hl=XX> gives the header length
(tag and length octets) of the current type. B<l=XX> gives the length of
+3 −3
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ signed by the CA.

=item B<-ss_cert filename>

a single self signed certificate to be signed by the CA.
a single self-signed certificate to be signed by the CA.

=item B<-spkac filename>

@@ -643,11 +643,11 @@ CRL: however there is no option to do this.
V2 CRL features like delta CRLs are not currently supported.

Although several requests can be input and handled at once it is only
possible to include one SPKAC or self signed certificate.
possible to include one SPKAC or self-signed certificate.

=head1 BUGS

The use of an in memory text database can cause problems when large
The use of an in-memory text database can cause problems when large
numbers of certificates are present because, as the name implies
the database has to be kept in memory.

+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ Cipher suites using authenticated ephemeral ECDH key agreement.

=item B<AECDH>

Anonymous Elliptic Curve Diffie Hellman cipher suites.
Anonymous Elliptic Curve Diffie-Hellman cipher suites.

=item B<aDSS>, B<DSS>

+2 −2
Original line number Diff line number Diff line
@@ -225,8 +225,8 @@ prior to verification.

=head1 HISTORY

The default digest was changed from MD5 to SHA256 in Openssl 1.1.
The FIPS-related options were removed in OpenSSL 1.1
The default digest was changed from MD5 to SHA256 in OpenSSL 1.1.0
The FIPS-related options were removed in OpenSSL 1.1.0

=head1 COPYRIGHT

+2 −2
Original line number Diff line number Diff line
@@ -73,14 +73,14 @@ implementation. See B<KEY GENERATION OPTIONS> below for more details.
=item B<-genparam>

generate a set of parameters instead of a private key. If used this option must
precede and B<-algorithm>, B<-paramfile> or B<-pkeyopt> options.
precede any B<-algorithm>, B<-paramfile> or B<-pkeyopt> options.

=item B<-paramfile filename>

Some public key algorithms generate a private key based on a set of parameters.
They can be supplied using this option. If this option is used the public key
algorithm used is determined by the parameters. If used this option must
precede and B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm>
precede any B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm>
are mutually exclusive.

=item B<-text>
Loading