Home
last modified time | relevance | path

Searched refs:targetHost (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Tls/
H A DSslClientStream.cs75 string targetHost, in CertificateSelectionCallback() argument
80 string targetHost); in PrivateKeySelectionCallback() argument
142 string targetHost, in SslClientStream() argument
152 string targetHost, in SslClientStream() argument
162 string targetHost, in SslClientStream() argument
172 string targetHost, in SslClientStream() argument
183 string targetHost, in SslClientStream() argument
189 if (targetHost == null || targetHost.Length == 0) in SslClientStream()
197 targetHost, in SslClientStream()
400 targetHost, in OnLocalCertificateSelection()
[all …]
H A DTlsClientSettings.cs37 private string targetHost; field in Mono.Security.Protocol.Tls.TlsClientSettings
49 get { return this.targetHost; }
50 set { this.targetHost = value; }
97 this.targetHost = String.Empty; in TlsClientSettings()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/
H A DSslClientStream.cs65 string targetHost, in CertificateSelectionCallback() argument
75 string targetHost); in PrivateKeySelectionCallback() argument
142 string targetHost, in SslClientStream() argument
152 string targetHost, in SslClientStream() argument
162 string targetHost, in SslClientStream() argument
172 string targetHost, in SslClientStream() argument
183 string targetHost, in SslClientStream() argument
189 if (targetHost == null || targetHost.Length == 0) in SslClientStream()
197 targetHost, in SslClientStream()
590 targetHost, in OnLocalCertificateSelection()
[all …]
H A DTlsClientSettings.cs37 private string targetHost; field in Mono.Security.Protocol.Tls.TlsClientSettings
49 get { return this.targetHost; }
50 set { this.targetHost = value; }
97 this.targetHost = String.Empty; in TlsClientSettings()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A DSslStream.cs120 …return _userCertificateSelectionCallback(this, targetHost, localCertificates, remoteCertificate, a… in userCertSelectionCallbackWrapper()
126 public virtual void AuthenticateAsClient(string targetHost) in AuthenticateAsClient() argument
128 …AuthenticateAsClient(targetHost, new X509CertificateCollection(), ServicePointManager.DefaultSslPr… in AuthenticateAsClient()
133 …AuthenticateAsClient(targetHost, clientCertificates, ServicePointManager.DefaultSslProtocols, fals… in AuthenticateAsClient()
139 …_SslState.ValidateCreateContext(false, targetHost, enabledSslProtocols, null, clientCertificates, … in AuthenticateAsClient()
146 …public virtual IAsyncResult BeginAuthenticateAsClient(string targetHost, AsyncCallback asyncCallba… in BeginAuthenticateAsClient() argument
148 …return BeginAuthenticateAsClient(targetHost, new X509CertificateCollection(), ServicePointManager.… in BeginAuthenticateAsClient()
153 …public virtual IAsyncResult BeginAuthenticateAsClient(string targetHost, X509CertificateCollection… in BeginAuthenticateAsClient() argument
163 …public virtual IAsyncResult BeginAuthenticateAsClient(string targetHost, X509CertificateCollection… in BeginAuthenticateAsClient() argument
270 public virtual Task AuthenticateAsClientAsync(string targetHost) in AuthenticateAsClientAsync() argument
[all …]
/dports/net/py-impacket/impacket-0.9.17/impacket/examples/ntlmrelayx/servers/
H A Dsocksserver.py150 def __init__(self, targetHost, targetPort, socksSocket, activeRelays): argument
151 self.targetHost = targetHost
262 self.targetHost = None
298 self.targetHost = socket.inet_ntoa(request['PAYLOAD'][:4])
302 self.targetHost = request['PAYLOAD'][1:hostLength+1]
317 self.targetHost = request['PAYLOAD'].split('\0', 1)[1][:-1]
319 self.targetHost = socket.inet_ntoa(request['ADDR'])
321 LOG.debug('SOCKS: Target is %s(%s)' % (self.targetHost, self.targetPort))
326 if self.__socksServer.activeRelays.has_key(self.targetHost):
341 LOG.debug('SOCKS: Connecting to %s(%s)' %(self.targetHost, self.targetPort))
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Security/
H A DSslStream.cs71 string targetHost, in LocalCertSelectionCallback() argument
147 public virtual void AuthenticateAsClient (string targetHost) in AuthenticateAsClient() argument
149 Impl.AuthenticateAsClient (targetHost); in AuthenticateAsClient()
154 …Impl.AuthenticateAsClient (targetHost, clientCertificates, enabledSslProtocols, checkCertificateRe… in AuthenticateAsClient()
158 …public virtual IAsyncResult BeginAuthenticateAsClient (string targetHost, AsyncCallback asyncCallb… in BeginAuthenticateAsClient() argument
160 return Impl.BeginAuthenticateAsClient (targetHost, asyncCallback, asyncState); in BeginAuthenticateAsClient()
207 public virtual Task AuthenticateAsClientAsync (string targetHost) in AuthenticateAsClientAsync() argument
209 return Impl.AuthenticateAsClientAsync (targetHost); in AuthenticateAsClientAsync()
214 …return Impl.AuthenticateAsClientAsync (targetHost, clientCertificates, enabledSslProtocols, checkC… in AuthenticateAsClientAsync()
432 public virtual void AuthenticateAsClient (string targetHost)
[all …]
H A DSslStream.platformnotsupported.cs46 string targetHost, in LocalCertSelectionCallback() argument
81 public virtual void AuthenticateAsClient (string targetHost) in AuthenticateAsClient() argument
86 …public virtual void AuthenticateAsClient (string targetHost, X509CertificateCollection clientCerti… in AuthenticateAsClient() argument
91 …public virtual IAsyncResult BeginAuthenticateAsClient (string targetHost, AsyncCallback asyncCallb… in BeginAuthenticateAsClient() argument
96 …public virtual IAsyncResult BeginAuthenticateAsClient (string targetHost, X509CertificateCollectio… in BeginAuthenticateAsClient() argument
135 public virtual Task AuthenticateAsClientAsync (string targetHost) in AuthenticateAsClientAsync() argument
140 …public virtual Task AuthenticateAsClientAsync (string targetHost, X509CertificateCollection client… in AuthenticateAsClientAsync() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSslStream.cs149 …return BeginAuthenticateAsClient(targetHost, null, SecurityProtocol.SystemDefaultSecurityProtocols… in BeginAuthenticateAsClient()
153 …public virtual IAsyncResult BeginAuthenticateAsClient(string targetHost, X509CertificateCollection… in BeginAuthenticateAsClient() argument
159 …public virtual IAsyncResult BeginAuthenticateAsClient(string targetHost, X509CertificateCollection… in BeginAuthenticateAsClient() argument
165 TargetHost = targetHost, in BeginAuthenticateAsClient()
275 public virtual void AuthenticateAsClient(string targetHost) in AuthenticateAsClient() argument
277 … AuthenticateAsClient(targetHost, null, SecurityProtocol.SystemDefaultSecurityProtocols, false); in AuthenticateAsClient()
289 TargetHost = targetHost, in AuthenticateAsClient()
351 public virtual Task AuthenticateAsClientAsync(string targetHost) => in AuthenticateAsClientAsync() argument
355 targetHost, in AuthenticateAsClientAsync()
362 targetHost, clientCertificates, checkCertificateRevocation, in AuthenticateAsClientAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DSslStreamSystemDefaultsTest.cs34 …protected abstract Task AuthenticateClientAsync(string targetHost, X509CertificateCollection clien… in AuthenticateClientAsync() argument
127 …protected override Task AuthenticateClientAsync(string targetHost, X509CertificateCollection clien… in AuthenticateClientAsync() argument
132 …_clientStream.AuthenticateAsClient(targetHost, clientCertificates, protocols.Value, checkCertifica… in AuthenticateClientAsync()
136 … _clientStream.AuthenticateAsClient(targetHost, clientCertificates, checkCertificateRevocation); in AuthenticateClientAsync()
156 …protected override Task AuthenticateClientAsync(string targetHost, X509CertificateCollection clien… in AuthenticateClientAsync() argument
159 …_clientStream.BeginAuthenticateAsClient(targetHost, clientCertificates, protocols.Value, checkCert… in AuthenticateClientAsync()
160 …_clientStream.BeginAuthenticateAsClient(targetHost, clientCertificates, checkCertificateRevocation… in AuthenticateClientAsync()
175 …protected override Task AuthenticateClientAsync(string targetHost, X509CertificateCollection clien… in AuthenticateClientAsync() argument
177 …_clientStream.AuthenticateAsClientAsync(targetHost, clientCertificates, protocols.Value, checkCert… in AuthenticateClientAsync()
178 …_clientStream.AuthenticateAsClientAsync(targetHost, clientCertificates, checkCertificateRevocation… in AuthenticateClientAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Net.Security/
H A DLegacySslStream.cs324 …certificateValidator.SelectClientCertificate (targetHost, clientCerts, serverCert, acceptableIssue… in OnCertificateSelection()
329 …public virtual IAsyncResult BeginAuthenticateAsClient (string targetHost, AsyncCallback asyncCallb… in BeginAuthenticateAsClient() argument
331 …return BeginAuthenticateAsClient (targetHost, new X509CertificateCollection (), SslProtocols.Tls, … in BeginAuthenticateAsClient()
370 …return ((ChainValidationHelper)certificateValidator).ValidateCertificate (targetHost, false, certs… in BeginAuthenticateAsClient()
403 s.PrivateKeyCertSelectionDelegate = delegate (X509Certificate cert, string targetHost) { in BeginAuthenticateAsServer()
440 public virtual void AuthenticateAsClient (string targetHost) in AuthenticateAsClient() argument
442 AuthenticateAsClient (targetHost, new X509CertificateCollection (), SslProtocols.Tls, false); in AuthenticateAsClient()
448 targetHost, clientCertificates, enabledSslProtocols, checkCertificateRevocation, null, null)); in AuthenticateAsClient()
544 public virtual Task AuthenticateAsClientAsync (string targetHost) in AuthenticateAsClientAsync() argument
546 …return Task.Factory.FromAsync (BeginAuthenticateAsClient, EndAuthenticateAsClient, targetHost, nul… in AuthenticateAsClientAsync()
[all …]
H A DMobileAuthenticatedStream.cs129 public void AuthenticateAsClient (string targetHost) in AuthenticateAsClient() argument
131 AuthenticateAsClient (targetHost, new X509CertificateCollection (), DefaultProtocols, false); in AuthenticateAsClient()
183 public Task AuthenticateAsClientAsync (string targetHost) in AuthenticateAsClientAsync() argument
185 return ProcessAuthentication (false, false, targetHost, DefaultProtocols, null, null, false); in AuthenticateAsClientAsync()
223 bool runSynchronously, bool serverMode, string targetHost, SslProtocols enabledProtocols, in ProcessAuthentication() argument
230 if (targetHost == null) in ProcessAuthentication()
231 throw new ArgumentException (nameof (targetHost)); in ProcessAuthentication()
232 if (targetHost.Length == 0) in ProcessAuthentication()
233targetHost = "?" + Interlocked.Increment (ref uniqueNameInteger).ToString (NumberFormatInfo.Invari… in ProcessAuthentication()
258 serverMode, targetHost, enabledProtocols, serverCertificate, in ProcessAuthentication()
[all …]
H A DMobileTlsContext.cs37 string targetHost; field in Mono.Net.Security.MobileTlsContext
46 MobileAuthenticatedStream parent, bool serverMode, string targetHost, in MobileTlsContext() argument
52 this.targetHost = targetHost; in MobileTlsContext()
58 serverName = targetHost; in MobileTlsContext()
100 get { return targetHost; }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/UnitTests/
H A DSslStreamAllowedProtocolsTest.cs19 …string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols,… in AuthenticateAsClient() argument
92 …string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols,… in AuthenticateAsClient() argument
94 …Task t = stream.AuthenticateAsClientAsync(targetHost, clientCertificates, enabledSslProtocols, che… in AuthenticateAsClient()
106 …string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols,… in AuthenticateAsClient() argument
108 …IAsyncResult iar = stream.BeginAuthenticateAsClient(targetHost, clientCertificates, enabledSslProt… in AuthenticateAsClient()
120 …string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols,… in AuthenticateAsClient() argument
122 …stream.AuthenticateAsClient(targetHost, clientCertificates, enabledSslProtocols, checkCertificateR… in AuthenticateAsClient()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.AppleTls/
H A DAppleCertificateHelper.cs121 ICertificateValidator2 validator, string targetHost, bool serverMode, in InvokeSystemCertificateValidator() argument
130 if (!string.IsNullOrEmpty (targetHost)) { in InvokeSystemCertificateValidator()
131 var pos = targetHost.IndexOf (':'); in InvokeSystemCertificateValidator()
133 targetHost = targetHost.Substring (0, pos); in InvokeSystemCertificateValidator()
136 using (var policy = SecPolicy.CreateSslPolicy (!serverMode, targetHost)) in InvokeSystemCertificateValidator()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/conn/routing/
H A DRouteTracker.java47 private final HttpHost targetHost; field in RouteTracker
83 this.targetHost = target; in RouteTracker()
189 return this.targetHost; in getTargetHost()
216 result = this.targetHost; in getHopTarget()
260 null : new HttpRoute(this.targetHost, this.localAddress,
289 LangUtils.equals(this.targetHost, that.targetHost) &&
305 hash = LangUtils.hashCode(hash, this.targetHost);
353 cab.append(this.targetHost);
H A DHttpRoute.java51 private final HttpHost targetHost; field in HttpRoute
74 this.targetHost = target; in HttpRoute()
189 return this.targetHost; in getTargetHost()
211 return this.targetHost; in getHopTarget()
259 LangUtils.equals(this.targetHost, that.targetHost) &&
276 hash = LangUtils.hashCode(hash, this.targetHost);
318 cab.append(this.targetHost);
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/conn/routing/
H A DRouteTracker.java47 private final HttpHost targetHost; field in RouteTracker
83 this.targetHost = target; in RouteTracker()
189 return this.targetHost; in getTargetHost()
216 result = this.targetHost; in getHopTarget()
260 null : new HttpRoute(this.targetHost, this.localAddress,
289 LangUtils.equals(this.targetHost, that.targetHost) &&
305 hash = LangUtils.hashCode(hash, this.targetHost);
353 cab.append(this.targetHost);
H A DHttpRoute.java51 private final HttpHost targetHost; field in HttpRoute
74 this.targetHost = target; in HttpRoute()
189 return this.targetHost; in getTargetHost()
211 return this.targetHost; in getHopTarget()
259 LangUtils.equals(this.targetHost, that.targetHost) &&
276 hash = LangUtils.hashCode(hash, this.targetHost);
318 cab.append(this.targetHost);
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Interface/
H A DIMonoSslStream.cs46 void AuthenticateAsClient (string targetHost); in AuthenticateAsClient() argument
48 …void AuthenticateAsClient (string targetHost, X509CertificateCollection clientCertificates, SSA.Ss… in AuthenticateAsClient() argument
50 …IAsyncResult BeginAuthenticateAsClient (string targetHost, AsyncCallback asyncCallback, object asy… in BeginAuthenticateAsClient() argument
52 …IAsyncResult BeginAuthenticateAsClient (string targetHost, X509CertificateCollection clientCertifi… in BeginAuthenticateAsClient() argument
66 Task AuthenticateAsClientAsync (string targetHost); in AuthenticateAsClientAsync() argument
68 …Task AuthenticateAsClientAsync (string targetHost, X509CertificateCollection clientCertificates, S… in AuthenticateAsClientAsync() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Btls/
H A DMonoBtlsProvider.cs124 …noBtlsX509VerifyParam GetVerifyParam (MonoTlsSettings settings, string targetHost, bool serverMode) in GetVerifyParam() argument
132 if (targetHost == null && settings?.CertificateValidationTime == null) in GetVerifyParam()
137 if (targetHost != null) in GetVerifyParam()
138 copy.SetHost (targetHost); in GetVerifyParam()
148 ICertificateValidator2 validator, string targetHost, bool serverMode, in ValidateCertificate() argument
156 validator, targetHost, serverMode, certificates, in ValidateCertificate()
164 using (var param = GetVerifyParam (validator.Settings, targetHost, serverMode)) in ValidateCertificate()
181 validator, targetHost, serverMode, certificates, in ValidateCertificate()
211 ICertificateValidator validator, string targetHost, bool serverMode, in CheckValidationResult() argument
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/plugins/stonith/external/
H A Dvmware126 $targetHost = $ARGV[1];
147 $config = config_for_host($targetHost);
152 $config = config_for_host($targetHost);
157 $config = config_for_host($targetHost);
H A Dvcenter164 my $targetHost = $ARGV[1] || dielog("No target specified\n");
167 if (exists $host_to_vm{$targetHost}) {
174 …tity_view(view_type => "VirtualMachine", filter => { name => qr/^\Q$host_to_vm{$targetHost}\E/i });
176 dielog("Machine $targetHost was not found");
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/utilint/net/
H A DSSLStdHostVerifier.java48 public boolean verify(String targetHost, SSLSession sslSession) { in verify() argument
49 if (targetHost == null) { in verify()
65 if (targetHost.equalsIgnoreCase(name)) { in verify()
101 if (targetHost.equals(nameValue)) { in verify()
/dports/net/py-impacket/impacket-0.9.17/impacket/examples/ntlmrelayx/servers/socksplugins/
H A Dsmtp.py33 def __init__(self, targetHost, targetPort, socksSocket, activeRelays): argument
34 SocksRelay.__init__(self, targetHost, targetPort, socksSocket, activeRelays)
106 self.username, self.targetHost, self.targetPort))
110 self.username, self.targetHost, self.targetPort))
114 self.username, self.targetHost, self.targetPort))

12345678910>>...12