Skip to content

Commit

Permalink
Update x509-cert/src/ext/pkix/sct.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Dec 19, 2023
1 parent cdb6a9d commit f829498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x509-cert/src/ext/pkix/sct.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#![cfg(feature = "sct")]
//! Signed Certificate Timestamp list extension as defined in the
//! [Certificate Transparency RFC 6962].
//!
//! [Certificate Transparency RFC 6962]: https://datatracker.ietf.org/doc/html/rfc6962
#![cfg(feature = "sct")]

use alloc::{format, vec::Vec};
use const_oid::{AssociatedOid, ObjectIdentifier};
use der::asn1::OctetString;
Expand Down

0 comments on commit f829498

Please sign in to comment.