Searched refs:sni_callback (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
D | test_https_sni.c | 133 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/ |
D | tlsauthentication.inc | 332 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/ |
D | ssl.py | 550 self.sni_callback = None 559 self.sni_callback = shim_cb
|
/third_party/python/Doc/library/ |
D | ssl.rst | 1729 .. 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/ |
D | ssl_server2.c | 883 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/ |
D | 3.10.0a7.rst | 367 :meth:`ssl.SSLContext.sni_callback`.
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 1701 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/ |
D | test_ssl.py | 4865 server_context.sni_callback = sni_cb
|