From e01b5ab7f886a2eec6f9f488c470ca47281f2db5 Mon Sep 17 00:00:00 2001 From: "xiuting.xu" Date: Tue, 3 Feb 2026 09:59:07 +0800 Subject: [PATCH] =?UTF-8?q?RC=E8=AF=81=E4=B9=A6=E8=A7=A3=E6=9E=90=E9=83=A8?= =?UTF-8?q?=E5=88=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data_model/rc.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/data_model/rc.rs b/src/data_model/rc.rs index 26e4e19..4dfdd3e 100644 --- a/src/data_model/rc.rs +++ b/src/data_model/rc.rs @@ -3,7 +3,6 @@ use der_parser::asn1_rs::Tag; use der_parser::num_bigint::BigUint; use url::Url; use time::OffsetDateTime; -use url::quirks::password; use x509_parser::x509::AlgorithmIdentifier; use x509_parser::prelude::{Validity, KeyUsage, X509Certificate, FromDer, X509Version, X509Extension, ParsedExtension, @@ -193,7 +192,7 @@ fn parse_and_validate_cert(x509_rc: X509Certificate) -> Result) -> Result) -> Result, ResourceCertError> { let as_identifiers_der = ext.value; // TODO: 解析 ASIdentifiers DER - + } \ No newline at end of file