Add CertificateRevocationListBuilder
authorJeremy Barton <jbarton@microsoft.com>
Tue, 26 Jul 2022 16:36:53 +0000 (09:36 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Jul 2022 16:36:53 +0000 (09:36 -0700)
commitedb30e7a64843b0d91e83b0757b08c61f0403f1b
tree9585236fb689164a666f5a1ccae85aa5f266f9b3
parentfefb9103ac2da128de04c3d3393892920be6dd47
Add CertificateRevocationListBuilder

The type can create CRLs, and can load the RevocationList aspect of an existing CRL into a new builder,
but there is not support at this time for inspecting a CRL.
12 files changed:
src/libraries/Common/src/System/Security/Cryptography/Oids.Shared.cs
src/libraries/Common/src/System/Security/Cryptography/Oids.cs
src/libraries/Common/src/System/Security/Cryptography/PemLabels.cs
src/libraries/System.Security.Cryptography.X509Certificates/tests/CertificateCreation/CrlBuilderTests.cs [new file with mode: 0644]
src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj
src/libraries/System.Security.Cryptography/ref/System.Security.Cryptography.cs
src/libraries/System.Security.Cryptography/src/Resources/Strings.resx
src/libraries/System.Security.Cryptography/src/System.Security.Cryptography.csproj
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/CertificateRevocationListBuilder.Build.cs [new file with mode: 0644]
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/CertificateRevocationListBuilder.Load.cs [new file with mode: 0644]
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/CertificateRevocationListBuilder.cs [new file with mode: 0644]
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/X509RevocationReason.cs [new file with mode: 0644]