1 instantiation of OpenSslX509ChainEventSource
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainEventSource.cs (1)
13internal static readonly OpenSslX509ChainEventSource Log = new OpenSslX509ChainEventSource();
100 references to OpenSslX509ChainEventSource
System.Security.Cryptography (100)
System\Security\Cryptography\X509Certificates\ChainPal.OpenSsl.cs (18)
44if (OpenSslX509ChainEventSource.Log.IsEnabled()) 46OpenSslX509ChainEventSource.Log.ChainStart(); 67if (OpenSslX509ChainEventSource.Log.IsEnabled()) 69OpenSslX509ChainEventSource.Log.ChainStop(); 126if (OpenSslX509ChainEventSource.Log.IsEnabled()) 128OpenSslX509ChainEventSource.Log.FindFirstChainFinished(status); 135if (OpenSslX509ChainEventSource.Log.IsEnabled()) 137OpenSslX509ChainEventSource.Log.AiaDisabled(); 145if (OpenSslX509ChainEventSource.Log.IsEnabled()) 147OpenSslX509ChainEventSource.Log.FindChainViaAiaFinished(status, tmp?.Count ?? 0); 178if (OpenSslX509ChainEventSource.Log.IsEnabled()) 180OpenSslX509ChainEventSource.Log.UntrustedChainWithRevocation(); 215if (OpenSslX509ChainEventSource.Log.IsEnabled()) 217OpenSslX509ChainEventSource.Log.CouldNotOpenCAStore(); 227if (OpenSslX509ChainEventSource.Log.IsEnabled()) 229OpenSslX509ChainEventSource.Log.CachingIntermediate(cert); 238if (OpenSslX509ChainEventSource.Log.IsEnabled()) 240OpenSslX509ChainEventSource.Log.CachingIntermediateFailedMessage();
System\Security\Cryptography\X509Certificates\OpenSslCertificateAssetDownloader.cs (21)
10using OpenSslX509ChainEventSource = System.Security.Cryptography.X509Certificates.OpenSslX509ChainEventSource; 43if (OpenSslX509ChainEventSource.Log.IsEnabled()) 45OpenSslX509ChainEventSource.Log.InvalidDownloadedCertificate(); 91if (OpenSslX509ChainEventSource.Log.IsEnabled()) 93OpenSslX509ChainEventSource.Log.InvalidDownloadedCrl(); 118if (OpenSslX509ChainEventSource.Log.IsEnabled()) 120OpenSslX509ChainEventSource.Log.InvalidDownloadedOcsp(); 140if (OpenSslX509ChainEventSource.Log.IsEnabled()) 142OpenSslX509ChainEventSource.Log.HttpClientNotAvailable(); 148if (OpenSslX509ChainEventSource.Log.IsEnabled()) 150OpenSslX509ChainEventSource.Log.DownloadTimeExceeded(); 156if (OpenSslX509ChainEventSource.Log.IsEnabled()) 158OpenSslX509ChainEventSource.Log.AssetDownloadStart(totalMillis, uri); 164if (OpenSslX509ChainEventSource.Log.IsEnabled()) 166OpenSslX509ChainEventSource.Log.AssetDownloadStop(bytesDownloaded); 172if (OpenSslX509ChainEventSource.Log.IsEnabled()) 174OpenSslX509ChainEventSource.Log.DownloadRedirectsExceeded(); 180if (OpenSslX509ChainEventSource.Log.IsEnabled()) 182OpenSslX509ChainEventSource.Log.DownloadRedirected(newUri); 188if (OpenSslX509ChainEventSource.Log.IsEnabled()) 190OpenSslX509ChainEventSource.Log.DownloadRedirectNotFollowed(redirectUri);
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (28)
51if (OpenSslX509ChainEventSource.Log.IsEnabled()) 53OpenSslX509ChainEventSource.Log.CrlIdentifiersDetermined(cert, url, crlFileName); 64if (OpenSslX509ChainEventSource.Log.IsEnabled()) 66OpenSslX509ChainEventSource.Log.CrlCheckOffline(); 79if (OpenSslX509ChainEventSource.Log.IsEnabled()) 81OpenSslX509ChainEventSource.Log.CrlCacheCheckStart(); 90if (OpenSslX509ChainEventSource.Log.IsEnabled()) 92OpenSslX509ChainEventSource.Log.CrlCacheCheckStop(); 103if (OpenSslX509ChainEventSource.Log.IsEnabled()) 105OpenSslX509ChainEventSource.Log.CrlCacheOpenError(); 118if (OpenSslX509ChainEventSource.Log.IsEnabled()) 120OpenSslX509ChainEventSource.Log.CrlCacheDecodeError(); 140if (OpenSslX509ChainEventSource.Log.IsEnabled()) 142OpenSslX509ChainEventSource.Log.CrlCacheFileBasedExpiry(); 172if (OpenSslX509ChainEventSource.Log.IsEnabled()) 174OpenSslX509ChainEventSource.Log.CrlCacheExpired(nextUpdate, verificationTime); 193if (OpenSslX509ChainEventSource.Log.IsEnabled()) 195OpenSslX509ChainEventSource.Log.CrlCacheAcceptedFile(nextUpdate); 242if (OpenSslX509ChainEventSource.Log.IsEnabled()) 244OpenSslX509ChainEventSource.Log.CrlCacheWriteFailed(crlFile); 254if (OpenSslX509ChainEventSource.Log.IsEnabled()) 256OpenSslX509ChainEventSource.Log.CrlCacheWriteSucceeded(); 317if (OpenSslX509ChainEventSource.Log.IsEnabled()) 319OpenSslX509ChainEventSource.Log.NoCdpFound(cert); 351if (OpenSslX509ChainEventSource.Log.IsEnabled()) 353OpenSslX509ChainEventSource.Log.NonHttpCdpEntry(name.Uri); 359if (OpenSslX509ChainEventSource.Log.IsEnabled()) 361OpenSslX509ChainEventSource.Log.NoMatchingCdpEntry();
System\Security\Cryptography\X509Certificates\OpenSslX509ChainEventSource.cs (1)
13internal static readonly OpenSslX509ChainEventSource Log = new OpenSslX509ChainEventSource();
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (32)
247if (OpenSslX509ChainEventSource.Log.IsEnabled()) 249OpenSslX509ChainEventSource.Log.NoAiaFound(currentCert); 346if (OpenSslX509ChainEventSource.Log.IsEnabled()) 348OpenSslX509ChainEventSource.Log.FlushStores(); 367if (OpenSslX509ChainEventSource.Log.IsEnabled()) 369OpenSslX509ChainEventSource.Log.RevocationCheckStart(revocationMode, revocationFlag, chainSize); 392if (OpenSslX509ChainEventSource.Log.IsEnabled()) 394OpenSslX509ChainEventSource.Log.StapledOcspPresent(); 419if (OpenSslX509ChainEventSource.Log.IsEnabled()) 421OpenSslX509ChainEventSource.Log.CrlChainFinished(errorCode); 431if (OpenSslX509ChainEventSource.Log.IsEnabled()) 433OpenSslX509ChainEventSource.Log.RevocationCheckStop(); 448if (OpenSslX509ChainEventSource.Log.IsEnabled()) 450OpenSslX509ChainEventSource.Log.AllRevocationErrorsIgnored(); 456if (OpenSslX509ChainEventSource.Log.IsEnabled() && OpenSslX509ChainEventSource.Log.ShouldLogElementStatuses()) 460OpenSslX509ChainEventSource.Log.RawElementStatus( 627if (OpenSslX509ChainEventSource.Log.IsEnabled() && OpenSslX509ChainEventSource.Log.ShouldLogElementStatuses()) 631OpenSslX509ChainEventSource.Log.FinalElementStatus( 755if (OpenSslX509ChainEventSource.Log.IsEnabled()) 757OpenSslX509ChainEventSource.Log.OcspResponseFromCache(chainDepth, status); 820if (OpenSslX509ChainEventSource.Log.IsEnabled()) 822OpenSslX509ChainEventSource.Log.OcspResponseFromDownload(chainDepth, status); 1253else if (OpenSslX509ChainEventSource.Log.IsEnabled()) 1255OpenSslX509ChainEventSource.Log.NonHttpAiaEntry(name.Uri); 1261if (OpenSslX509ChainEventSource.Log.IsEnabled()) 1263OpenSslX509ChainEventSource.Log.NoMatchingAiaEntry(recordTypeOid); 1270if (OpenSslX509ChainEventSource.Log.IsEnabled()) 1272OpenSslX509ChainEventSource.Log.InvalidAia(); 1279if (OpenSslX509ChainEventSource.Log.IsEnabled()) 1281OpenSslX509ChainEventSource.Log.InvalidAia();