Lines Matching refs:verify_flags
613 Possible value for :attr:`SSLContext.verify_flags`. In this mode, certificate
621 Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the
631 Possible value for :attr:`SSLContext.verify_flags`. In this mode, CRLs of
638 Possible value for :attr:`SSLContext.verify_flags` to disable workarounds
645 Possible value for :attr:`SSLContext.verify_flags` to enables proxy
652 Possible value for :attr:`SSLContext.verify_flags`. It instructs OpenSSL to
660 Possible value for :attr:`SSLContext.verify_flags`. It instructs OpenSSL to
1598 DER format. In order to make use of CRLs, :attr:`SSLContext.verify_flags`
2061 .. attribute:: SSLContext.verify_flags
2070 :attr:`SSLContext.verify_flags` returns :class:`VerifyFlags` flags:
2072 >>> ssl.create_default_context().verify_flags # doctest: +SKIP