Lines Matching defs:cert

27     let cert = include_bytes!("../../test/cert.pem");  in test_cert_loading()  localVariable
28 let cert = X509::from_pem(cert).unwrap(); in test_cert_loading() localVariable
39 let cert = include_bytes!("../../test/cert.pem"); in test_debug() localVariable
40 let cert = X509::from_pem(cert).unwrap(); in test_debug() localVariable
52 let cert = include_bytes!("../../test/cert.pem"); in test_cert_issue_validity() localVariable
53 let cert = X509::from_pem(cert).unwrap(); in test_cert_issue_validity() localVariable
63 let cert = include_bytes!("../../test/cert.pem"); in test_save_der() localVariable
64 let cert = X509::from_pem(cert).unwrap(); in test_save_der() localVariable
72 let cert = include_bytes!("../../test/cert.pem"); in test_subject_read_cn() localVariable
73 let cert = X509::from_pem(cert).unwrap(); in test_subject_read_cn() localVariable
81 let cert = include_bytes!("../../test/nid_test_cert.pem"); in test_nid_values() localVariable
82 let cert = X509::from_pem(cert).unwrap(); in test_nid_values() localVariable
100 let cert = include_bytes!("../../test/nid_test_cert.pem"); in test_nameref_iterator() localVariable
101 let cert = X509::from_pem(cert).unwrap(); in test_nameref_iterator() localVariable
127 let cert = include_bytes!("../../test/nid_uid_test_cert.pem"); in test_nid_uid_value() localVariable
128 let cert = X509::from_pem(cert).unwrap(); in test_nid_uid_value() localVariable
137 let cert = include_bytes!("../../test/alt_name_cert.pem"); in test_subject_alt_name() localVariable
138 let cert = X509::from_pem(cert).unwrap(); in test_subject_alt_name() localVariable
154 let cert = include_bytes!("../../test/alt_name_cert.pem"); in test_subject_alt_name_iter() localVariable
155 let cert = X509::from_pem(cert).unwrap(); in test_subject_alt_name_iter() localVariable
185 let cert = include_bytes!("../../test/aia_test_cert.pem"); in test_aia_ca_issuer() localVariable
186 let cert = X509::from_pem(cert).unwrap(); in test_aia_ca_issuer() localVariable
195 let cert = include_bytes!("../../test/cert.pem"); in test_aia_ca_issuer() localVariable
196 let cert = X509::from_pem(cert).unwrap(); in test_aia_ca_issuer() localVariable
327 let cert = include_bytes!("../../test/cert.pem"); in issued() localVariable
328 let cert = X509::from_pem(cert).unwrap(); in issued() localVariable
338 let cert = include_bytes!("../../test/cert.pem"); in signature() localVariable
339 let cert = X509::from_pem(cert).unwrap(); in signature() localVariable
359 let cert = include_bytes!("../../test/cert.pem"); in clone_x509() localVariable
360 let cert = X509::from_pem(cert).unwrap(); in clone_x509() localVariable
366 let cert = include_bytes!("../../test/cert.pem"); in test_verify_cert() localVariable
367 let cert = X509::from_pem(cert).unwrap(); in test_verify_cert() localVariable
387 let cert = include_bytes!("../../test/cert.pem"); in test_verify_fails() localVariable
388 let cert = X509::from_pem(cert).unwrap(); in test_verify_fails() localVariable
406 let cert = include_bytes!("../../test/cert.pem"); in test_verify_fails_with_crl_flag_set_and_no_crl() localVariable
407 let cert = X509::from_pem(cert).unwrap(); in test_verify_fails_with_crl_flag_set_and_no_crl() localVariable
438 let cert = builder.build(); in x509_ref_version() localVariable
449 let cert = X509Builder::new().unwrap().build(); in x509_ref_version_no_version_set() localVariable