Commit 38c23e64 authored by FdaSilvaYY's avatar FdaSilvaYY Committed by Bernd Edlinger
Browse files

Spelling doc #3580


Duplicated tests descriptions

Backport of #3580 to 1.1.0
plus a few other typo fixes found at fligth.

Reviewed-by: default avatarKurt Roeckx <kurt@roeckx.be>
Reviewed-by: default avatarBernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/4645)
parent bf37a9f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

/*
 * A hashing implementation that appears to be based on the linear hashing
 * alogrithm:
 * algorithm:
 * https://en.wikipedia.org/wiki/Linear_hashing
 *
 * Litwin, Witold (1980), "Linear hashing: A new tool for file and table
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
testapp = test_sect

[test_sect]
# list of confuration modules
# list of configuration modules

# SSL configuration module
ssl_conf = ssl_sect
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ output an error.
=item B<-EncryptedData_encrypt>

Encrypt content using supplied symmetric key and algorithm using a CMS
B<EncrytedData> type and output the content.
B<EncryptedData> type and output the content.

=item B<-sign_receipt>

+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ Generate pseudo-random bytes.

=item L<B<rehash>|rehash(1)>

Create symbolic links to certficate and CRL files named by the hash values.
Create symbolic links to certificate and CRL files named by the hash values.

=item L<B<req>|req(1)>

+1 −1
Original line number Diff line number Diff line
@@ -352,7 +352,7 @@ Example:
 noticeNumbers=1,2,3,4

The B<ia5org> option changes the type of the I<organization> field. In RFC2459
it can only be of type DisplayText. In RFC3280 IA5Strring is also permissible.
it can only be of type DisplayText. In RFC3280 IA5String is also permissible.
Some software (for example some versions of MSIE) may require ia5org.

=head2 Policy Constraints
Loading