Home
last modified time | relevance | path

Searched refs:remoteCertificate (Results 1 – 25 of 76) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Btls/
H A DMonoBtlsContext.cs51 X509Certificate remoteCertificate; field in Mono.Btls.MonoBtlsContext
111 if (remoteCertificate == null) in SelectCallback()
114 var clientCert = SelectClientCertificate (remoteCertificate, null); in SelectCallback()
255 if (remoteCertificate != null) in GetPeerCertificate()
259 remoteCertificate = MonoBtlsProvider.CreateCertificate (remoteCert); in GetPeerCertificate()
384 Dispose (ref remoteCertificate); in Dispose()
432 get { return remoteCertificate != null; }
438 get { return remoteCertificate; }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/Security/
H A DCertificateValidation.Unix.cs14 …ors BuildChainAndVerifyProperties(X509Chain chain, X509Certificate2 remoteCertificate, bool checkC… in BuildChainAndVerifyProperties() argument
16 SslPolicyErrors errors = chain.Build(remoteCertificate) ? in BuildChainAndVerifyProperties()
31 using (SafeX509Handle certHandle = Interop.Crypto.X509UpRef(remoteCertificate.Handle)) in BuildChainAndVerifyProperties()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/
H A DCertificateValidationPal.OSX.cs16 X509Certificate2 remoteCertificate, in VerifyCertificateProperties() argument
23 if (remoteCertificate == null) in VerifyCertificateProperties()
29 if (!chain.Build(remoteCertificate)) in VerifyCertificateProperties()
38 …op.AppleCrypto.SslCheckHostnameMatch(sslContext.SslContext, hostName, remoteCertificate.NotBefore)) in VerifyCertificateProperties()
H A DCertificateValidationPal.Unix.cs17 X509Certificate2 remoteCertificate, in VerifyCertificateProperties() argument
22 …return CertificateValidation.BuildChainAndVerifyProperties(chain, remoteCertificate, checkCertName… in VerifyCertificateProperties()
174 …SafeX509Handle remoteCertificate = Interop.OpenSsl.GetPeerCertificate(((SafeDeleteSslContext)secur… in QueryContextRemoteCertificate()
176 remoteCertContext = new SafeFreeCertContext(remoteCertificate); in QueryContextRemoteCertificate()
H A DCertificateValidationPal.Windows.cs19 X509Certificate2 remoteCertificate, in VerifyCertificateProperties() argument
26 if (!chain.Build(remoteCertificate) // Build failed on handle or on policy. in VerifyCertificateProperties()
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/dtls/v2/
H A Dstate.go18 remoteCertificate [][]byte member
64 if s.remoteCertificate != nil {
65 h := &handshakeMessageCertificate{s.remoteCertificate}
128 s.remoteCertificate = h.certificate
H A Dserver_handlers.go69 if c.state.remoteCertificate == nil {
84 …yCertificateVerify(plainText, h.hashAlgorithm, h.signature, c.state.remoteCertificate); err != nil…
91 if chains, err = verifyClientCert(c.state.remoteCertificate, c.clientCAs); err != nil {
97 if err := c.verifyPeerCertificate(c.state.remoteCertificate, chains); err != nil {
104 c.state.remoteCertificate = h.certificate
240 if c.state.remoteCertificate == nil {
244 if c.state.remoteCertificate != nil && !c.remoteCertificateVerified {
248 if c.state.remoteCertificate == nil {
H A Dclient_handlers.go44 …if err = verifyKeySignature(expectedHash, h.signature, h.hashAlgorithm, c.state.remoteCertificate)…
49 …if chains, err = verifyServerCert(c.state.remoteCertificate, c.rootCAs, c.serverName); err != nil {
54 if err = c.verifyPeerCertificate(c.state.remoteCertificate, chains); err != nil {
126 c.state.remoteCertificate = h.certificate
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.AppleTls/
H A DAppleTlsContext.cs54 X509Certificate remoteCertificate; field in Mono.AppleTls.AppleTlsContext
189 if (remoteCertificate == null) in ProcessHandshake()
191 localClientCertificate = SelectClientCertificate (remoteCertificate, null); in ProcessHandshake()
239 remoteCertificate = null; in EvaluateTrust()
251 remoteCertificate = new X509Certificate (certificates [0]); in EvaluateTrust()
252 Debug ("Got peer trust: {0}", remoteCertificate); in EvaluateTrust()
348 get { return remoteCertificate != null; }
356 get { return remoteCertificate; }
871 if (remoteCertificate != null) { in Dispose()
872 remoteCertificate.Dispose (); in Dispose()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Net.Security/
H A DChainValidationHelper.cs189 …tHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string[] ac… in DefaultSelectionCallback() argument
212 … string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, in SelectClientCertificate() argument
219 …clientCertificate = certSelectionCallback (targetHost, localCertificates, remoteCertificate, accep… in SelectClientCertificate()
224 … string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, in SelectClientCertificate() argument
229 …return certSelectionCallback (targetHost, localCertificates, remoteCertificate, acceptableIssuers); in SelectClientCertificate()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Net/
H A DClientSocket.cs314 X509Certificate remoteCertificate = stream.RemoteCertificate; in DisplayCertificateInformation()
318 remoteCertificate.Subject, in DisplayCertificateInformation()
319 remoteCertificate.GetEffectiveDateString(), in DisplayCertificateInformation()
320 remoteCertificate.GetExpirationDateString()); in DisplayCertificateInformation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DTlsSspiNegotiation.cs39 X509Certificate2 remoteCertificate; field in System.ServiceModel.Security.TlsSspiNegotiation
217 if (this.remoteCertificate == null)
221 return this.remoteCertificate;
385 this.remoteCertificate = null; in GetOutgoingBlob()
652 this.remoteCertificate = null; in ExtractRemoteCertificate()
660 … this.remoteCertificate = new X509Certificate2(remoteContext.DangerousGetHandle()); in ExtractRemoteCertificate()
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Ddtlstransport.go34 remoteCertificate []byte member
141 return t.remoteCertificate
307 t.remoteCertificate = remoteCerts[0]
309 parsedRemoteCert, err := x509.ParseCertificate(t.remoteCertificate)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DNetEventSource.Security.cs127 public void RemoteCertificate(X509Certificate remoteCertificate) in RemoteCertificate() argument
131 WriteEvent(RemoteCertificateId, remoteCertificate?.ToString(true)); in RemoteCertificate()
135 private void RemoteCertificate(string remoteCertificate) => in RemoteCertificate() argument
136 WriteEvent(RemoteCertificateId, remoteCertificate); in RemoteCertificate()
H A DSslStream.cs32 …tHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string[] ac… in LocalCertificateSelectionCallback() argument
36 …Host, X509CertificateCollection localCertificates, X509Certificate2 remoteCertificate, string[] ac… in LocalCertSelectionCallback() argument
139 …tHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string[] ac… in UserCertSelectionCallbackWrapper() argument
141 …erCertificateSelectionCallback(this, targetHost, localCertificates, remoteCertificate, acceptableI… in UserCertSelectionCallbackWrapper()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/
H A Ddtlstransport.go37 remoteCertificate []byte member
148 return t.remoteCertificate
340 t.remoteCertificate = remoteCerts[0]
342 parsedRemoteCert, err := x509.ParseCertificate(t.remoteCertificate)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A DSslStream.cs57 …tHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string[] ac… in LocalCertificateSelectionCallback() argument
61 …tHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string[] ac… in LocalCertSelectionCallback() argument
118 …tHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string[] ac… in userCertSelectionCallbackWrapper() argument
120 …erCertificateSelectionCallback(this, targetHost, localCertificates, remoteCertificate, acceptableI… in userCertSelectionCallbackWrapper()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Security/
H A DLocalCertificateSelectionCallback.cs40 X509Certificate remoteCertificate, in LocalCertificateSelectionCallback() argument
H A DSslStream.platformnotsupported.cs48 X509Certificate remoteCertificate, in LocalCertSelectionCallback() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/RabbitMQ.Client/src/client/api/
H A DSslHelper.cs79 X509Certificate remoteCertificate, in CertificateSelectionCallback() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Interface/
H A DMonoTlsProvider.cs70 string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, in MonoLocalCertificateSelectionCallback() argument
H A DCertificateValidationHelper.cs91 … string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, in SelectClientCertificate() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DCertificateValidationClientServer.cs140 X509Certificate remoteCertificate, in ClientCertSelectionCallback() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/UnitTests/
H A DSslAuthenticationOptionsTests.cs72 …icateSelectionCallback callback = (sender, host, localCertificates, remoteCertificate, issuers) =>… in LocalCertificateSelectionCallback_Get_Set_Succeeds()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/
H A DSslStreamBase.cs196 X509Certificate remoteCertificate, in RaiseLocalCertificateSelection() argument
200 …return OnLocalCertificateSelection(certificates, remoteCertificate, targetHost, requestedCertifica… in RaiseLocalCertificateSelection()

1234