Home
last modified time | relevance | path

Searched refs:schannel (Results 1 – 21 of 21) sorted by relevance

/external/curl/tests/data/
Dtest207037 # This test is pointless if we're not using the schannel backend
38 CURL_SSL_BACKEND=schannel
/external/libxml2/
Derror.c455 __xmlRaiseError(xmlStructuredErrorFunc schannel, in __xmlRaiseError() argument
477 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) && in __xmlRaiseError()
480 schannel = ctxt->sax->serror; in __xmlRaiseError()
487 if (schannel == NULL) { in __xmlRaiseError()
488 schannel = xmlStructuredError; in __xmlRaiseError()
492 if (schannel != NULL) in __xmlRaiseError()
603 if (schannel != NULL) { in __xmlRaiseError()
604 schannel(data, to); in __xmlRaiseError()
Dschematron.c253 xmlStructuredErrorFunc schannel = NULL; in xmlSchematronPErr() local
260 schannel = ctxt->serror; in xmlSchematronPErr()
262 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP, in xmlSchematronPErr()
1411 xmlStructuredErrorFunc schannel = NULL; in xmlSchematronReportSuccess() local
1417 schannel = ctxt->serror; in xmlSchematronReportSuccess()
1423 __xmlRaiseError(schannel, channel, data, in xmlSchematronReportSuccess()
DSAX2.c61 xmlStructuredErrorFunc schannel = NULL; in xmlSAX2ErrMemory() local
67 schannel = ctxt->sax->serror; in xmlSAX2ErrMemory()
68 __xmlRaiseError(schannel, in xmlSAX2ErrMemory()
78 __xmlRaiseError(schannel, in xmlSAX2ErrMemory()
101 xmlStructuredErrorFunc schannel = NULL; in xmlErrValid() local
109 schannel = ctxt->sax->serror; in xmlErrValid()
110 __xmlRaiseError(schannel, in xmlErrValid()
118 __xmlRaiseError(schannel, in xmlErrValid()
Drelaxng.c440 xmlStructuredErrorFunc schannel = NULL; in xmlRngPErrMemory() local
446 schannel = ctxt->serror; in xmlRngPErrMemory()
453 __xmlRaiseError(schannel, channel, data, in xmlRngPErrMemory()
459 __xmlRaiseError(schannel, channel, data, in xmlRngPErrMemory()
475 xmlStructuredErrorFunc schannel = NULL; in xmlRngVErrMemory() local
481 schannel = ctxt->serror; in xmlRngVErrMemory()
488 __xmlRaiseError(schannel, channel, data, in xmlRngVErrMemory()
494 __xmlRaiseError(schannel, channel, data, in xmlRngVErrMemory()
515 xmlStructuredErrorFunc schannel = NULL; in xmlRngPErr() local
521 schannel = ctxt->serror; in xmlRngPErr()
[all …]
DxmlIO.c440 xmlStructuredErrorFunc schannel = NULL; in __xmlLoaderErr() local
457 schannel = ctxt->sax->serror; in __xmlLoaderErr()
460 __xmlRaiseError(schannel, channel, data, ctxt, NULL, XML_FROM_IO, in __xmlLoaderErr()
Dvalid.c146 xmlStructuredErrorFunc schannel = NULL; in xmlErrValidNode() local
163 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error, in xmlErrValidNode()
189 xmlStructuredErrorFunc schannel = NULL; in xmlErrValidNodeNr() local
206 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error, in xmlErrValidNodeNr()
230 xmlStructuredErrorFunc schannel = NULL; in xmlErrValidWarning() local
247 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error, in xmlErrValidWarning()
Dparser.c636 xmlStructuredErrorFunc schannel = NULL; in xmlWarningMsg() local
643 schannel = ctxt->sax->serror; in xmlWarningMsg()
645 __xmlRaiseError(schannel, in xmlWarningMsg()
653 __xmlRaiseError(schannel, NULL, NULL, in xmlWarningMsg()
674 xmlStructuredErrorFunc schannel = NULL; in xmlValidityError() local
682 schannel = ctxt->sax->serror; in xmlValidityError()
685 __xmlRaiseError(schannel, in xmlValidityError()
693 __xmlRaiseError(schannel, NULL, NULL, in xmlValidityError()
Dxmlschemas.c1951 xmlStructuredErrorFunc schannel = NULL; in xmlSchemaPErr() local
1959 schannel = ctxt->serror; in xmlSchemaPErr()
1961 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP, in xmlSchemaPErr()
2017 xmlStructuredErrorFunc schannel = NULL; in xmlSchemaPErrExt() local
2025 schannel = ctxt->serror; in xmlSchemaPErrExt()
2027 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP, in xmlSchemaPErrExt()
2091 xmlStructuredErrorFunc schannel = NULL; in xmlSchemaErr4Line() local
2107 schannel = vctxt->serror; in xmlSchemaErr4Line()
2159 __xmlRaiseError(schannel, channel, data, ctxt, in xmlSchemaErr4Line()
2174 schannel = pctxt->serror; in xmlSchemaErr4Line()
[all …]
DNEWS971 __xmlRaiseError: remove redundant schannel initialization (Dmitry V. Levin),
/external/curl/lib/
DMakefile.inc32 vtls/openssl.c vtls/schannel.c vtls/schannel_verify.c vtls/sectransp.c \
37 vtls/openssl.h vtls/schannel.h vtls/sectransp.h vtls/vtls.h vtls/wolfssl.h
/external/curl/winbuild/
DMakefile.vc257 CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-schannel
/external/tensorflow/third_party/
Dcurl.BUILD29 "lib/vtls/schannel.c",
232 "lib/vtls/schannel.h",
/external/libxml2/include/libxml/
Dxmlerror.h918 __xmlRaiseError (xmlStructuredErrorFunc schannel,
/external/curl/
DRELEASE-NOTES121 o schannel: fix memory leak when using get_cert_location [15]
122 o schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted root [128]
Dconfigure.ac146 …curl_ssl_msg="no (--with-{ssl,gnutls,nss,mbedtls,wolfssl,schannel,secure-transport,mesalink,a…
1620 AC_ARG_WITH(schannel,dnl optwith
1621 AC_HELP_STRING([--with-schannel],[enable Windows native SSL/TLS])
1622 AC_HELP_STRING([--without-schannel], [disable Windows native SSL/TLS]),
1634 test schannel != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
1636 # --with-schannel implies --enable-sspi
2829 …-ssl, --with-gnutls, --with-wolfssl, --with-mbedtls, --with-nss, --with-schannel, --with-secure-tr…
4574 # --with-schannel implies --enable-sspi
4582 # --with-schannel implies --enable-sspi
DCHANGES327 - schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted root
756 transfer happens in a single go and schannel buffers holds the entire
1145 - schannel: make it 'struct Curl_schannel*'
1524 schannel: fix memory leak when using get_cert_location
5003 - schannel: source code reindent
5265 notably one in a userfacing errormessage the schannel code.
5581 schannel: Fix blocking timeout logic
5585 Prior to this change schannel would error if the socket was not ready
5794 schannel: support .P12 or .PFX client certificates
6470 schannel: add "best effort" revocation check option
[all …]
Dconfigure2034 --with-schannel enable Windows native SSL/TLS
2035 --without-schannel disable Windows native SSL/TLS
23499 test schannel != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
/external/curl/docs/
DINSTALL.md119 - schannel: `--without-ssl --with-schannel`
DTODO872 libcurl w/schannel will error without a known termination point from the
/external/curl/projects/Windows/VC6/lib/
Dlibcurl.dsp1305 SOURCE=..\..\..\..\lib\vtls\schannel.c
1857 SOURCE=..\..\..\..\lib\vtls\schannel.h