Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b0b81 commit 219fb9dCopy full SHA for 219fb9d
1 file changed
Doc/library/ssl.rst
@@ -613,9 +613,9 @@ Constants
613
.. data:: VERIFY_CRL_CHECK_LEAF
614
615
Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the
616
- peer cert is check but non of the intermediate CA certificates. The mode
+ peer cert is checked but none of the intermediate CA certificates. The mode
617
requires a valid CRL that is signed by the peer cert's issuer (its direct
618
- ancestor CA). If no proper has been loaded
+ ancestor CA). If no proper CRL has has been loaded with
619
:attr:`SSLContext.load_verify_locations`, validation will fail.
620
621
.. versionadded:: 3.4
0 commit comments