Home
last modified time | relevance | path

Searched refs:sni_callback (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
Dtest_https_sni.c133 sni_callback (gnutls_session_t session, in sni_callback() function
267 MHD_OPTION_HTTPS_CERT_CALLBACK, &sni_callback, in main()
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dtlsauthentication.inc332 MHD_OPTION_HTTPS_CERT_CALLBACK, &sni_callback,
335 Here, @code{sni_callback} is the name of a function that you will have to
375 sni_callback (gnutls_session_t session,
/third_party/python/Lib/
Dssl.py550 self.sni_callback = None
559 self.sni_callback = shim_cb
/third_party/python/Doc/library/
Dssl.rst1729 .. attribute:: SSLContext.sni_callback
1736 Only one callback can be set per ``SSLContext``. If *sni_callback*
1761 The *sni_callback* function must return ``None`` to allow the
1767 If an exception is raised from the *sni_callback* function the TLS
1779 you should use :attr:`sni_callback` instead. The given *server_name_callback*
1780 is similar to *sni_callback*, except that when the server hostname is an
/third_party/mbedtls/programs/ssl/
Dssl_server2.c883 int sni_callback(void *p_info, mbedtls_ssl_context *ssl, in sni_callback() function
3120 mbedtls_ssl_conf_sni(&conf, sni_callback, sni_info); in main()
/third_party/python/Misc/NEWS.d/
D3.10.0a7.rst367 :meth:`ssl.SSLContext.sni_callback`.
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd-tutorial.info1701 MHD_OPTION_HTTPS_CERT_CALLBACK, &sni_callback,
1703 Here, `sni_callback' is the name of a function that you will have to
1749 sni_callback (gnutls_session_t session,
/third_party/python/Lib/test/
Dtest_ssl.py4865 server_context.sni_callback = sni_cb