Searched refs:root_ca (Results 1 – 2 of 2) sorted by relevance
333 let root_ca = include_bytes!("../test/root-ca.pem"); in sign_verify_test_detached() localVariable334 let root_ca = X509::from_pem(root_ca).unwrap(); in sign_verify_test_detached() localVariable335 store_builder.add_cert(root_ca).expect("should succeed"); in sign_verify_test_detached()377 let root_ca = include_bytes!("../test/root-ca.pem"); in sign_verify_test_normal() localVariable378 let root_ca = X509::from_pem(root_ca).unwrap(); in sign_verify_test_normal() localVariable379 store_builder.add_cert(root_ca).expect("should succeed"); in sign_verify_test_normal()416 let root_ca = include_bytes!("../test/root-ca.pem"); in signers() localVariable417 let root_ca = X509::from_pem(root_ca).unwrap(); in signers() localVariable418 store_builder.add_cert(root_ca).expect("should succeed"); in signers()
13 default_ca = root_ca17 [ root_ca ]