Lines Matching refs:verify_mode
137 as *purpose* sets :data:`~SSLContext.verify_mode` to :data:`CERT_REQUIRED`
551 Possible value for :attr:`SSLContext.verify_mode`, or the ``cert_reqs``
564 Possible value for :attr:`SSLContext.verify_mode`, or the ``cert_reqs``
581 Possible value for :attr:`SSLContext.verify_mode`, or the ``cert_reqs``
1532 other peers' certificates when :data:`verify_mode` is other than
1883 :attr:`~SSLContext.verify_mode` must be set to :data:`CERT_OPTIONAL` or
1886 hostname checking automatically sets :attr:`~SSLContext.verify_mode` from
1897 context.verify_mode = ssl.CERT_REQUIRED
1909 :attr:`~SSLContext.verify_mode` is now automatically changed
1911 :attr:`~SSLContext.verify_mode` is :data:`CERT_NONE`. Previously
2007 When enabled on server-side sockets, :attr:`SSLContext.verify_mode` must
2050 .. attribute:: SSLContext.verify_mode
2057 :attr:`SSLContext.verify_mode` returns :class:`VerifyMode` enum:
2059 >>> ssl.create_default_context().verify_mode
2233 validation and hostname verification. :attr:`~SSLContext.verify_mode` is