WIP cert authorities

This commit is contained in:
Pierre HUBERT 2024-06-28 01:34:22 +02:00
parent ffb8cbb6eb
commit 716e524bf4

View File

@ -88,8 +88,6 @@ fn gen_intermediate_or_root_ca(
"FIXME_TODO"
);
let crl_url = "http://crl.identrust.com/DSTROOTCAX3CRL.crl".to_string();
let crl_obj = Asn1Object::from_str("2.5.29.31")?;
let TAG_A0 = Tag::from_bytes(&[0xa0]).unwrap().0;