1 instantiation of OpenSslX509ChainEventSource
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainEventSource.cs (1)
13
internal static readonly OpenSslX509ChainEventSource Log = new
OpenSslX509ChainEventSource
();
100 references to OpenSslX509ChainEventSource
System.Security.Cryptography (100)
System\Security\Cryptography\X509Certificates\ChainPal.OpenSsl.cs (18)
44
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
46
OpenSslX509ChainEventSource
.Log.ChainStart();
67
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
69
OpenSslX509ChainEventSource
.Log.ChainStop();
126
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
128
OpenSslX509ChainEventSource
.Log.FindFirstChainFinished(status);
135
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
137
OpenSslX509ChainEventSource
.Log.AiaDisabled();
145
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
147
OpenSslX509ChainEventSource
.Log.FindChainViaAiaFinished(status, tmp?.Count ?? 0);
178
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
180
OpenSslX509ChainEventSource
.Log.UntrustedChainWithRevocation();
215
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
217
OpenSslX509ChainEventSource
.Log.CouldNotOpenCAStore();
227
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
229
OpenSslX509ChainEventSource
.Log.CachingIntermediate(cert);
238
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
240
OpenSslX509ChainEventSource
.Log.CachingIntermediateFailedMessage();
System\Security\Cryptography\X509Certificates\OpenSslCertificateAssetDownloader.cs (21)
10
using OpenSslX509ChainEventSource = System.Security.Cryptography.X509Certificates.
OpenSslX509ChainEventSource
;
49
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
51
OpenSslX509ChainEventSource
.Log.InvalidDownloadedCertificate();
97
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
99
OpenSslX509ChainEventSource
.Log.InvalidDownloadedCrl();
124
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
126
OpenSslX509ChainEventSource
.Log.InvalidDownloadedOcsp();
146
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
148
OpenSslX509ChainEventSource
.Log.HttpClientNotAvailable();
154
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
156
OpenSslX509ChainEventSource
.Log.DownloadTimeExceeded();
162
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
164
OpenSslX509ChainEventSource
.Log.AssetDownloadStart(totalMillis, uri);
170
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
172
OpenSslX509ChainEventSource
.Log.AssetDownloadStop(bytesDownloaded);
178
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
180
OpenSslX509ChainEventSource
.Log.DownloadRedirectsExceeded();
186
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
188
OpenSslX509ChainEventSource
.Log.DownloadRedirected(newUri);
194
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
196
OpenSslX509ChainEventSource
.Log.DownloadRedirectNotFollowed(redirectUri);
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (28)
51
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
53
OpenSslX509ChainEventSource
.Log.CrlIdentifiersDetermined(cert, url, crlFileName);
64
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
66
OpenSslX509ChainEventSource
.Log.CrlCheckOffline();
79
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
81
OpenSslX509ChainEventSource
.Log.CrlCacheCheckStart();
90
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
92
OpenSslX509ChainEventSource
.Log.CrlCacheCheckStop();
103
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
105
OpenSslX509ChainEventSource
.Log.CrlCacheOpenError();
118
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
120
OpenSslX509ChainEventSource
.Log.CrlCacheDecodeError();
140
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
142
OpenSslX509ChainEventSource
.Log.CrlCacheFileBasedExpiry();
172
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
174
OpenSslX509ChainEventSource
.Log.CrlCacheExpired(nextUpdate, verificationTime);
193
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
195
OpenSslX509ChainEventSource
.Log.CrlCacheAcceptedFile(nextUpdate);
242
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
244
OpenSslX509ChainEventSource
.Log.CrlCacheWriteFailed(crlFile);
254
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
256
OpenSslX509ChainEventSource
.Log.CrlCacheWriteSucceeded();
317
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
319
OpenSslX509ChainEventSource
.Log.NoCdpFound(cert);
351
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
353
OpenSslX509ChainEventSource
.Log.NonHttpCdpEntry(name.Uri);
359
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
361
OpenSslX509ChainEventSource
.Log.NoMatchingCdpEntry();
System\Security\Cryptography\X509Certificates\OpenSslX509ChainEventSource.cs (1)
13
internal static readonly
OpenSslX509ChainEventSource
Log = new OpenSslX509ChainEventSource();
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (32)
245
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
247
OpenSslX509ChainEventSource
.Log.NoAiaFound(currentCert);
344
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
346
OpenSslX509ChainEventSource
.Log.FlushStores();
365
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
367
OpenSslX509ChainEventSource
.Log.RevocationCheckStart(revocationMode, revocationFlag, chainSize);
390
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
392
OpenSslX509ChainEventSource
.Log.StapledOcspPresent();
417
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
419
OpenSslX509ChainEventSource
.Log.CrlChainFinished(errorCode);
429
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
431
OpenSslX509ChainEventSource
.Log.RevocationCheckStop();
446
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
448
OpenSslX509ChainEventSource
.Log.AllRevocationErrorsIgnored();
454
if (
OpenSslX509ChainEventSource
.Log.IsEnabled() &&
OpenSslX509ChainEventSource
.Log.ShouldLogElementStatuses())
458
OpenSslX509ChainEventSource
.Log.RawElementStatus(
625
if (
OpenSslX509ChainEventSource
.Log.IsEnabled() &&
OpenSslX509ChainEventSource
.Log.ShouldLogElementStatuses())
629
OpenSslX509ChainEventSource
.Log.FinalElementStatus(
753
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
755
OpenSslX509ChainEventSource
.Log.OcspResponseFromCache(chainDepth, status);
818
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
820
OpenSslX509ChainEventSource
.Log.OcspResponseFromDownload(chainDepth, status);
1251
else if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
1253
OpenSslX509ChainEventSource
.Log.NonHttpAiaEntry(name.Uri);
1259
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
1261
OpenSslX509ChainEventSource
.Log.NoMatchingAiaEntry(recordTypeOid);
1268
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
1270
OpenSslX509ChainEventSource
.Log.InvalidAia();
1277
if (
OpenSslX509ChainEventSource
.Log.IsEnabled())
1279
OpenSslX509ChainEventSource
.Log.InvalidAia();