[openssl-dev] [openssl.org #4264] [typo] doc/crypto/X509_LOOKUP_hash_dir.pod

Claus Assmann via RT rt at openssl.org
Fri Jan 22 13:50:58 UTC 2016


More spelling errors, and the text about "is sequentual number"
should probably be rewritten.

diff --git a/doc/crypto/X509_LOOKUP_hash_dir.pod b/doc/crypto/X509_LOOKUP_hash_dir.pod
index 680a9fd..fab28b6 100644
--- a/doc/crypto/X509_LOOKUP_hash_dir.pod
+++ b/doc/crypto/X509_LOOKUP_hash_dir.pod
@@ -24,7 +24,7 @@ lookup methods
 B<X509_LOOKUP_hash_dir> and B<X509_LOOKUP_file> are two certificate
 lookup methods to use with B<X509_STORE>, provided by OpenSSL library.
 
-Users of the library typically do not need to create instanses of these
+Users of the library typically do not need to create instances of these
 methods manually, they would be created automatically by
 L<X509_STORE_load_locations(3)> or
 L<SSL_CTX_load_verify_locations(3)>
@@ -86,7 +86,7 @@ function of with option B<-hash> of L<x509(1)> or
 L<crl(1)> command.
 
 This hash value is appended by suffix .I<N> for certificates and
-B<.r>I<N> for CRLs where I<N> is sequentual
+B<.r>I<N> for CRLs where I<N> is sequential
 number among certificates with same hash value, so it is possible to
 have in the store several certificates with same subject or several CRLs
 with same issuer (and, for example, different validity period).
@@ -96,7 +96,7 @@ hash_dir lookup method checks only for certificates with sequentual
 number greater than one of already cached CRL.
 
 Note that hash algorithm used for subject hashing is changed in OpenSSL
-1.0, so all certificate stores have to be rehashed upon transitopn from
+1.0, so all certificate stores have to be rehashed upon transition from
 0.9.8 to 1.0.0.
 
 OpenSSL includes utility L<c_rehash(1)> which creates




More information about the openssl-dev mailing list