Searched refs:binding (Results 1 – 11 of 11) sorted by relevance
/curl/lib/vtls/ |
H A D | vtls.h | 206 struct dynbuf *binding);
|
H A D | vtls_int.h | 187 struct dynbuf *binding);
|
H A D | openssl.c | 5104 struct dynbuf *binding) argument 5171 if(Curl_dyn_addn(binding, prefix, sizeof(prefix) - 1) != CURLE_OK) 5174 if(Curl_dyn_addn(binding, buf, length)) 5182 (void)binding; /* unused */
|
H A D | vtls.c | 782 struct dynbuf *binding) in Curl_ssl_get_channel_binding() argument 785 return Curl_ssl->get_channel_binding(data, sockindex, binding); in Curl_ssl_get_channel_binding()
|
/curl/ |
H A D | RELEASE-NOTES | 46 o socket: handle binding to "host!<ip>" [16]
|
H A D | configure.ac | 4756 AC_MSG_CHECKING([whether to support binding connections locally]) 4758 AS_HELP_STRING([--enable-bindlocal],[Enable local binding support]) 4759 AS_HELP_STRING([--disable-bindlocal],[Disable local binding support]), 4763 AC_DEFINE(CURL_DISABLE_BINDLOCAL, 1, [disable local binding support])
|
H A D | CMakeLists.txt | 349 option(CURL_DISABLE_BINDLOCAL "Disable local binding support" OFF)
|
/curl/tests/data/ |
H A D | test1538 | 80 e45: Failed binding local connection end
|
/curl/packages/OS400/ |
H A D | README.OS400 | 294 statically binding the modules (specify BNDSRVPGM(QADRTTS QGLDCLNT QGLDBRDR) 319 _ If static binding is used, service program QADRTTS must be linked too.
|
/curl/docs/ |
H A D | TODO | 114 13.2 TLS channel binding 798 13.2 TLS channel binding 808 For TLS 1.2, the binding type is usually tls-unique, and for TLS 1.3 it is
|
/curl/lib/ |
H A D | curl_config.h.cmake | 109 /* disables local binding support */
|
Completed in 44 milliseconds