[openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Sun Feb 20 11:44:09 UTC 2022


The branch master has been updated
       via  2d17290d2cf269e6c939f983db4ea71275d87f14 (commit)
      from  522a32ef1ecba100a63d547bafc3391ceac7220a (commit)


- Log -----------------------------------------------------------------
commit 2d17290d2cf269e6c939f983db4ea71275d87f14
Author: Dimitris Apostolou <dimitris.apostolou at icloud.com>
Date:   Wed Feb 16 10:05:35 2022 +0200

    Fix typo
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/17713)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/X509_STORE_CTX_new.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/X509_STORE_CTX_new.pod b/doc/man3/X509_STORE_CTX_new.pod
index 3bf964e802..ca00086abd 100644
--- a/doc/man3/X509_STORE_CTX_new.pod
+++ b/doc/man3/X509_STORE_CTX_new.pod
@@ -177,7 +177,7 @@ administrator might only trust it for the former. An X.509 certificate extension
 exists that can record extended key usage information to supplement the purpose
 information described above. This extended mechanism is arbitrarily extensible
 and not well suited for a generic library API; applications that need to
-validate extended key usage information in certifiates will need to define a
+validate extended key usage information in certificates will need to define a
 custom "purpose" (see below) or supply a nondefault verification callback
 (L<X509_STORE_set_verify_cb_func(3)>).
 


More information about the openssl-commits mailing list