We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c1fa7 commit 2deb3a4Copy full SHA for 2deb3a4
x509-cert/src/crl.rs
@@ -13,7 +13,7 @@ use spki::AlgorithmIdentifier;
13
14
/// `CertificateList` as defined in [RFC 5280 Section 5.1].
15
///
16
-///```text
+/// ```text
17
/// CertificateList ::= SEQUENCE {
18
/// tbsCertList TBSCertList,
19
/// signatureAlgorithm AlgorithmIdentifier,
@@ -35,7 +35,7 @@ pub struct CertificateList<'a> {
35
/// This type is used for the `revoked_certificates` field of `TbsCertList`.
36
/// See [RFC 5280 Section 5.1].
37
38
39
/// RevokedCert ::= SEQUENCE {
40
/// userCertificate CertificateSerialNumber,
41
/// revocationDate Time,
0 commit comments