Home
last modified time | relevance | path

Searched refs:checkCertName (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Interface/
H A DMonoTlsSettings.cs43 get { return checkCertName; }
44 set { checkCertName = value; }
109 bool checkCertName = true; field in Mono.Security.Interface.MonoTlsSettings
174 checkCertName = other.checkCertName; in MonoTlsSettings()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/Security/
H A DCertificateValidation.Unix.cs14 …yProperties(X509Chain chain, X509Certificate2 remoteCertificate, bool checkCertName, string hostNa… in BuildChainAndVerifyProperties() argument
20 if (!checkCertName) in BuildChainAndVerifyProperties()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/
H A DCertificateValidationPal.OSX.cs17 bool checkCertName, in VerifyCertificateProperties() argument
34 if (!isServer && checkCertName) in VerifyCertificateProperties()
H A DCertificateValidationPal.Unix.cs18 bool checkCertName, in VerifyCertificateProperties() argument
22 …ificateValidation.BuildChainAndVerifyProperties(chain, remoteCertificate, checkCertName, hostName); in VerifyCertificateProperties()
H A DCertificateValidationPal.Windows.cs20 bool checkCertName, in VerifyCertificateProperties() argument
32 if (checkCertName) in VerifyCertificateProperties()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Unix/
H A DCurlHandler.SslProvider.cs377checkCertName: false, hostName: null); // libcurl already verifies the host name in VerifyCertChain()
386checkCertName: true, hostName: easy._requestMessage.RequestUri.Host); // we disabled automatic hos… in VerifyCertChain()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_SecureChannel.cs90 …ificate, X509CertificateCollection clientCertificates, bool remoteCertRequired, bool checkCertName, in SecureChannel() argument
95 …ocolFlags, serverCertificate, clientCertificates, remoteCertRequired, checkCertName, checkCertRevo… in SecureChannel()
113 m_CheckCertName = checkCertName; in SecureChannel()
120 …ficate, X509CertificateCollection clientCertificates, bool remoteCertRequired, bool checkCertName, in SecureChannel() argument
144 m_CheckCertName = checkCertName; in SecureChannel()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A D_SslState.cs144 …on clientCertificates, bool remoteCertRequired, bool checkCertRevocationStatus, bool checkCertName) in ValidateCreateContext() argument
192checkCertName, checkCertRevocationStatus, _EncryptionPolicy, _CertSelectionDelegate, _CertValidati… in ValidateCreateContext()
195checkCertName, checkCertRevocationStatus, _EncryptionPolicy, _CertSelectionDelegate); in ValidateCreateContext()
/dports/lang/nim/nim-1.6.2/lib/pure/
H A Dnet.nim783 proc checkCertName(socket: Socket, hostname: string) =
828 socket.checkCertName(hostname)
1965 socket.checkCertName(address)
2034 socket.checkCertName(address)