Home
last modified time | relevance | path

Searched refs:UntrustedRoot (Results 1 – 25 of 53) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.OSX/
H A DChainPal.cs361 if ((flags & X509ChainStatusFlags.UntrustedRoot) != 0) in FixupStatus()
365 if (newFlag != X509ChainStatusFlags.UntrustedRoot) in FixupStatus()
367 flags &= ~X509ChainStatusFlags.UntrustedRoot; in FixupStatus()
411 return X509ChainStatusFlags.UntrustedRoot; in FindUntrustedRootReason()
471 new X509ChainErrorMapping(X509ChainStatusFlags.UntrustedRoot),
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.X509/
H A DX509ChainStatusFlags.cs68 UntrustedRoot = 32 enumerator
H A DX509Chain.cs246 _status = X509ChainStatusFlags.UntrustedRoot; in FindCertificateRoot()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/
H A DSecurityStatusAdapterPal.Windows.cs63 { Interop.SECURITY_STATUS.UntrustedRoot, SecurityStatusPalErrorCode.UntrustedRoot },
H A DSecurityStatusPal.cs61 UntrustedRoot, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/
H A DX509ChainStatusFlags.cs19 UntrustedRoot = 0x00000020, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/SChannel/
H A DInterop.SECURITY_STATUS.cs42 UntrustedRoot = unchecked((int)0x80090325), enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Cryptography.X509Certificates/
H A DX509ChainStatus.cs68 case X509ChainStatusFlags.UntrustedRoot: in GetInformation()
H A DX509ChainElement.cs108 Set (status, ref n, compressed_status_flags, X509ChainStatusFlags.UntrustedRoot); in UncompressFlags()
H A DX509ChainImplMono.cs155 case X509ChainStatusFlags.UntrustedRoot: in Build()
372 elements [elements.Count - 1].StatusFlags |= X509ChainStatusFlags.UntrustedRoot; in BuildChainFrom()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/
H A DChainVerifier.cs93 case X509ChainStatusFlags.UntrustedRoot: in GetSuppressionFlag()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/tests/
H A DChainTests.cs224 … Assert.Contains(chain.ChainStatus, s => s.Status == X509ChainStatusFlags.UntrustedRoot); in BuildChainExtraStoreUntrustedRoot()
601 Assert.Equal(X509ChainStatusFlags.UntrustedRoot, rootElementStatus[0].Status); in VerifyWithRevocation()
645 expectedFlags = X509ChainStatusFlags.UntrustedRoot; in InvalidSelfSignedSignature()
651 X509ChainStatusFlags.UntrustedRoot; in InvalidSelfSignedSignature()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/
H A DX509ChainTest.cs240 …CheckChainStatus (X509ChainStatusFlags.UntrustedRoot | X509ChainStatusFlags.NotTimeValid, c.ChainS… in CheckCert2()
241 …CheckChainStatus (X509ChainStatusFlags.UntrustedRoot | X509ChainStatusFlags.NotTimeValid, c.ChainE… in CheckCert2()
/dports/net-mgmt/nagstamon/Nagstamon-3.8.0/Nagstamon/resources/
H A DCREDITS67 <a href=https://github.com/UntrustedRoot>@UntrustedRoot</a>, <br>
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/x509/
H A Dx509chain.cs32 UntrustedRoot = 0x00000020, enumerator
427 …(CAPI.CERT_TRUST_IS_UNTRUSTED_ROOT, CAPI.CERT_E_UNTRUSTEDROOT, X509ChainStatusFlags.UntrustedRoot),
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls.Handshake.Server/
H A DTlsClientCertificate.cs239 case X509ChainStatusFlags.UntrustedRoot: in validateCertificates()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Windows/
H A DChainPal.GetChainStatusInformation.cs98 ….CERT_TRUST_IS_UNTRUSTED_ROOT, ErrorCode.CERT_E_UNTRUSTEDROOT, X509ChainStatusFlags.UntrustedRoot),
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Tls.Handshake.Server/
H A DTlsClientCertificate.cs235 case X509ChainStatusFlags.UntrustedRoot: in validateCertificates()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DSspiHelper.cs74 UntrustedRoot = unchecked((int)0x80090325), enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Tls.Handshake.Client/
H A DTlsServerCertificate.cs301 case X509ChainStatusFlags.UntrustedRoot: in validateCertificates()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls.Handshake.Client/
H A DTlsServerCertificate.cs313 case X509ChainStatusFlags.UntrustedRoot: in LocalValidation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Net.Security/
H A DSystemCertificateValidator.cs250 else if ((flags & X509ChainStatusFlags.UntrustedRoot) != 0) in GetStatusFromChain()
/dports/devel/php-ice37/ice-3.7.2/csharp/src/IceSSL/
H A DTransceiverI.cs615 … if(status.Status == X509ChainStatusFlags.UntrustedRoot && _instance.engine().caCerts() != null) in validationCallback()
/dports/devel/ice37/ice-3.7.2/csharp/src/IceSSL/
H A DTransceiverI.cs615 … if(status.Status == X509ChainStatusFlags.UntrustedRoot && _instance.engine().caCerts() != null) in validationCallback()
/dports/devel/py-ice37/ice-3.7.2/csharp/src/IceSSL/
H A DTransceiverI.cs615 … if(status.Status == X509ChainStatusFlags.UntrustedRoot && _instance.engine().caCerts() != null) in validationCallback()

123