HomeSort by relevance Sort by last modified time
    Searched full:schannel (Results 1 - 25 of 60) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
schnlsp.h 9 #include <schannel.h>
winineti.h 24 #include <schannel.h>
schannel.h 27 #define SCHANNEL_NAME_A "Schannel"
28 #define SCHANNEL_NAME_W L"Schannel"
inetreg.h 286 #define TSZSCHANNELPATH TEXT("SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL")
  /external/curl/lib/vtls/
schannel.c 26 * Source file for all SChannel-specific code for the TLS/SSL layer. No code
46 # error "Can't compile SCHANNEL support without SSPI."
50 #include <schannel.h>
52 #include "schannel.h"
123 /* Both schannel buffer sizes must be > 0 */
132 /* Structs to store Schannel handles */
216 failf(data, "Schannel: TLS 1.3 is not yet supported");
248 infof(data, "schannel: SSL/TLS connection with %s port %hu (step 1/3)\n",
253 /* SChannel in Windows XP (OS version 5.1) uses legacy handshakes and
255 infof(data, "schannel: WinSSL version is old and may not be able to
    [all...]
vtls.h 107 #include "schannel.h" /* Schannel SSPI version */
  /external/webrtc/webrtc/base/
sslconfig.h 14 // If no preference has been indicated, default to SChannel on Windows and
  /external/curl/docs/libcurl/opts/
CURLINFO_CERTINFO.3 75 This option is only working in libcurl built with OpenSSL, NSS, schannel or
76 GSKit support. schannel support added in 7.50.0
  /external/curl/docs/
SSLCERTS.md 13 If libcurl was built with Schannel or Secure Transport support (the native SSL
17 the version string says "WinSSL" in it, then it was built with Schannel
148 Certificate Verification with Schannel and Secure Transport
151 If libcurl was built with Schannel (Microsoft's native TLS engine) or Secure
159 Schannel will run CRL checks on certificates unless peer verification is
HTTP2.md 10 - OpenSSL, libressl, BoringSSL, NSS, GnutTLS, mbedTLS, wolfSSL or SChannel
64 - SChannel: ALPN
TODO 121 15. WinSSL/SChannel
791 15. WinSSL/SChannel
795 WinSSL/SChannel currently makes use of the OS-level system and user
800 implemented by supplying a custom certificate to the SChannel APIs, see:
801 - Getting a Certificate for Schannel
806 WinSSL/SChannel currently makes use of the OS-level system and user
811 implemented by supplying a custom certificate to the SChannel APIs, see:
812 - Getting a Certificate for Schannel
817 The cipher suites used by WinSSL/SChannel are configured on an OS-level
822 by mapping the OpenSSL/GnuTLS cipher suites to the SChannel APIs, se
    [all...]
HISTORY.md 253 July: Added support for Schannel (native Windows TLS backend) and Darwin SSL
INSTALL.md 110 - schannel: `--without-ssl --with-winssl`
299 WinSSL (specifically SChannel from Windows SSPI), is the native SSL library in
  /external/libxml2/
error.c 432 * @schannel: the structured callback channel
455 __xmlRaiseError(xmlStructuredErrorFunc schannel,
477 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) &&
480 schannel = ctxt->sax->serror;
487 if (schannel == NULL) {
488 schannel = xmlStructuredError;
492 if (schannel != NULL)
603 if (schannel != NULL) {
604 schannel(data, to);
schematron.c 253 xmlStructuredErrorFunc schannel = NULL; local
260 schannel = ctxt->serror;
262 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP,
1411 xmlStructuredErrorFunc schannel = NULL; local
    [all...]
SAX2.c 61 xmlStructuredErrorFunc schannel = NULL; local
67 schannel = ctxt->sax->serror;
68 __xmlRaiseError(schannel,
78 __xmlRaiseError(schannel,
101 xmlStructuredErrorFunc schannel = NULL; local
109 schannel = ctxt->sax->serror;
110 __xmlRaiseError(schannel,
118 __xmlRaiseError(schannel,
    [all...]
  /external/curl/lib/
Makefile.inc 32 vtls/cyassl.c vtls/schannel.c vtls/darwinssl.c vtls/gskit.c \
37 vtls/cyassl.h vtls/schannel.h vtls/darwinssl.h vtls/gskit.h \
hostcheck.c 153 #endif /* OPENSSL, AXTLS, GSKIT or schannel+wince */
  /external/curl/packages/Symbian/group/
libcurl.mmp 40 curl_ntlm_core.c curl_sasl.c vtls/schannel.c curl_multibyte.c \
  /external/wycheproof/doc/
dh.md 133 CVE-2015-1716 Schannel in Microsoft Windows Server 2003 SP2, Windows Vista SP2, Windows Server
137 unspecified vectors, aka "Schannel Information Disclosure Vulnerability.
  /external/curl/
Android.bp 187 "lib/vtls/schannel.c",
  /external/boringssl/src/ssl/
tls_method.cc 78 // TODO(davidben): SChannel does not support this. Reject this case.
  /external/curl/projects/
README 158 SChannel from Windows SSPI), the native SSL library in Windows. However,
  /external/curl/winbuild/
BUILD.WINDOWS.txt 103 backend will be WinSSL (Windows SSPI, more specifically Schannel), the native
  /external/libcups/cups/
http-private.h 138 # include <schannel.h>

Completed in 1229 milliseconds

1 2 3