Lines Matching refs:verify_mode
137 as *purpose* sets :data:`~SSLContext.verify_mode` to :data:`CERT_REQUIRED`
543 Possible value for :attr:`SSLContext.verify_mode`, or the ``cert_reqs``
556 Possible value for :attr:`SSLContext.verify_mode`, or the ``cert_reqs``
573 Possible value for :attr:`SSLContext.verify_mode`, or the ``cert_reqs``
1520 other peers' certificates when :data:`verify_mode` is other than
1871 :attr:`~SSLContext.verify_mode` must be set to :data:`CERT_OPTIONAL` or
1874 hostname checking automatically sets :attr:`~SSLContext.verify_mode` from
1883 context.verify_mode = ssl.CERT_REQUIRED
1895 :attr:`~SSLContext.verify_mode` is now automatically changed
1897 :attr:`~SSLContext.verify_mode` is :data:`CERT_NONE`. Previously
1966 When enabled on server-side sockets, :attr:`SSLContext.verify_mode` must
2009 .. attribute:: SSLContext.verify_mode
2016 :attr:`SSLContext.verify_mode` returns :class:`VerifyMode` enum:
2018 >>> ssl.create_default_context().verify_mode
2185 >>> context.verify_mode = ssl.CERT_REQUIRED