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; 49if (OpenSslX509ChainEventSource.Log.IsEnabled()) 51OpenSslX509ChainEventSource.Log.InvalidDownloadedCertificate(); 97if (OpenSslX509ChainEventSource.Log.IsEnabled()) 99OpenSslX509ChainEventSource.Log.InvalidDownloadedCrl(); 124if (OpenSslX509ChainEventSource.Log.IsEnabled()) 126OpenSslX509ChainEventSource.Log.InvalidDownloadedOcsp(); 146if (OpenSslX509ChainEventSource.Log.IsEnabled()) 148OpenSslX509ChainEventSource.Log.HttpClientNotAvailable(); 154if (OpenSslX509ChainEventSource.Log.IsEnabled()) 156OpenSslX509ChainEventSource.Log.DownloadTimeExceeded(); 162if (OpenSslX509ChainEventSource.Log.IsEnabled()) 164OpenSslX509ChainEventSource.Log.AssetDownloadStart(totalMillis, uri); 170if (OpenSslX509ChainEventSource.Log.IsEnabled()) 172OpenSslX509ChainEventSource.Log.AssetDownloadStop(bytesDownloaded); 178if (OpenSslX509ChainEventSource.Log.IsEnabled()) 180OpenSslX509ChainEventSource.Log.DownloadRedirectsExceeded(); 186if (OpenSslX509ChainEventSource.Log.IsEnabled()) 188OpenSslX509ChainEventSource.Log.DownloadRedirected(newUri); 194if (OpenSslX509ChainEventSource.Log.IsEnabled()) 196OpenSslX509ChainEventSource.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)
245if (OpenSslX509ChainEventSource.Log.IsEnabled()) 247OpenSslX509ChainEventSource.Log.NoAiaFound(currentCert); 344if (OpenSslX509ChainEventSource.Log.IsEnabled()) 346OpenSslX509ChainEventSource.Log.FlushStores(); 365if (OpenSslX509ChainEventSource.Log.IsEnabled()) 367OpenSslX509ChainEventSource.Log.RevocationCheckStart(revocationMode, revocationFlag, chainSize); 390if (OpenSslX509ChainEventSource.Log.IsEnabled()) 392OpenSslX509ChainEventSource.Log.StapledOcspPresent(); 417if (OpenSslX509ChainEventSource.Log.IsEnabled()) 419OpenSslX509ChainEventSource.Log.CrlChainFinished(errorCode); 429if (OpenSslX509ChainEventSource.Log.IsEnabled()) 431OpenSslX509ChainEventSource.Log.RevocationCheckStop(); 446if (OpenSslX509ChainEventSource.Log.IsEnabled()) 448OpenSslX509ChainEventSource.Log.AllRevocationErrorsIgnored(); 454if (OpenSslX509ChainEventSource.Log.IsEnabled() && OpenSslX509ChainEventSource.Log.ShouldLogElementStatuses()) 458OpenSslX509ChainEventSource.Log.RawElementStatus( 625if (OpenSslX509ChainEventSource.Log.IsEnabled() && OpenSslX509ChainEventSource.Log.ShouldLogElementStatuses()) 629OpenSslX509ChainEventSource.Log.FinalElementStatus( 753if (OpenSslX509ChainEventSource.Log.IsEnabled()) 755OpenSslX509ChainEventSource.Log.OcspResponseFromCache(chainDepth, status); 818if (OpenSslX509ChainEventSource.Log.IsEnabled()) 820OpenSslX509ChainEventSource.Log.OcspResponseFromDownload(chainDepth, status); 1251else if (OpenSslX509ChainEventSource.Log.IsEnabled()) 1253OpenSslX509ChainEventSource.Log.NonHttpAiaEntry(name.Uri); 1259if (OpenSslX509ChainEventSource.Log.IsEnabled()) 1261OpenSslX509ChainEventSource.Log.NoMatchingAiaEntry(recordTypeOid); 1268if (OpenSslX509ChainEventSource.Log.IsEnabled()) 1270OpenSslX509ChainEventSource.Log.InvalidAia(); 1277if (OpenSslX509ChainEventSource.Log.IsEnabled()) 1279OpenSslX509ChainEventSource.Log.InvalidAia();