Lines Matching refs:verify_mode
145 as *purpose* sets :data:`~SSLContext.verify_mode` to :data:`CERT_REQUIRED`
557 Possible value for :attr:`SSLContext.verify_mode`, or the ``cert_reqs``
570 Possible value for :attr:`SSLContext.verify_mode`, or the ``cert_reqs``
587 Possible value for :attr:`SSLContext.verify_mode`, or the ``cert_reqs``
1594 other peers' certificates when :data:`verify_mode` is other than
1925 :attr:`~SSLContext.verify_mode` must be set to :data:`CERT_OPTIONAL` or
1928 hostname checking automatically sets :attr:`~SSLContext.verify_mode` from
1939 context.verify_mode = ssl.CERT_REQUIRED
1951 :attr:`~SSLContext.verify_mode` is now automatically changed
1953 :attr:`~SSLContext.verify_mode` is :data:`CERT_NONE`. Previously
2027 When enabled on server-side sockets, :attr:`SSLContext.verify_mode` must
2075 .. attribute:: SSLContext.verify_mode
2082 :attr:`SSLContext.verify_mode` returns :class:`VerifyMode` enum:
2084 >>> ssl.create_default_context().verify_mode
2258 validation and hostname verification. :attr:`~SSLContext.verify_mode` is