Lines Matching defs:cert
35 let cert = include_bytes!("../../test/cert.pem"); in test_cert_loading() localVariable
36 let cert = X509::from_pem(cert).unwrap(); in test_cert_loading() localVariable
47 let cert = include_bytes!("../../test/cert.pem"); in test_debug() localVariable
48 let cert = X509::from_pem(cert).unwrap(); in test_debug() localVariable
63 let cert = include_bytes!("../../test/cert.pem"); in test_cert_issue_validity() localVariable
64 let cert = X509::from_pem(cert).unwrap(); in test_cert_issue_validity() localVariable
74 let cert = include_bytes!("../../test/cert.pem"); in test_save_der() localVariable
75 let cert = X509::from_pem(cert).unwrap(); in test_save_der() localVariable
83 let cert = include_bytes!("../../test/cert.pem"); in test_subject_read_cn() localVariable
84 let cert = X509::from_pem(cert).unwrap(); in test_subject_read_cn() localVariable
92 let cert = include_bytes!("../../test/nid_test_cert.pem"); in test_nid_values() localVariable
93 let cert = X509::from_pem(cert).unwrap(); in test_nid_values() localVariable
111 let cert = include_bytes!("../../test/nid_test_cert.pem"); in test_nameref_iterator() localVariable
112 let cert = X509::from_pem(cert).unwrap(); in test_nameref_iterator() localVariable
138 let cert = include_bytes!("../../test/nid_uid_test_cert.pem"); in test_nid_uid_value() localVariable
139 let cert = X509::from_pem(cert).unwrap(); in test_nid_uid_value() localVariable
148 let cert = include_bytes!("../../test/alt_name_cert.pem"); in test_subject_alt_name() localVariable
149 let cert = X509::from_pem(cert).unwrap(); in test_subject_alt_name() localVariable
165 let cert = include_bytes!("../../test/alt_name_cert.pem"); in test_subject_alt_name_iter() localVariable
166 let cert = X509::from_pem(cert).unwrap(); in test_subject_alt_name_iter() localVariable
196 let cert = include_bytes!("../../test/aia_test_cert.pem"); in test_aia_ca_issuer() localVariable
197 let cert = X509::from_pem(cert).unwrap(); in test_aia_ca_issuer() localVariable
206 let cert = include_bytes!("../../test/cert.pem"); in test_aia_ca_issuer() localVariable
207 let cert = X509::from_pem(cert).unwrap(); in test_aia_ca_issuer() localVariable
338 let cert = include_bytes!("../../test/cert.pem"); in issued() localVariable
339 let cert = X509::from_pem(cert).unwrap(); in issued() localVariable
349 let cert = include_bytes!("../../test/cert.pem"); in signature() localVariable
350 let cert = X509::from_pem(cert).unwrap(); in signature() localVariable
370 let cert = include_bytes!("../../test/cert.pem"); in clone_x509() localVariable
371 let cert = X509::from_pem(cert).unwrap(); in clone_x509() localVariable
377 let cert = include_bytes!("../../test/cert.pem"); in test_verify_cert() localVariable
378 let cert = X509::from_pem(cert).unwrap(); in test_verify_cert() localVariable
398 let cert = include_bytes!("../../test/cert.pem"); in test_verify_fails() localVariable
399 let cert = X509::from_pem(cert).unwrap(); in test_verify_fails() localVariable
417 let cert = include_bytes!("../../test/cert.pem"); in test_verify_fails_with_crl_flag_set_and_no_crl() localVariable
418 let cert = X509::from_pem(cert).unwrap(); in test_verify_fails_with_crl_flag_set_and_no_crl() localVariable
449 let cert = builder.build(); in x509_ref_version() localVariable
460 let cert = X509Builder::new().unwrap().build(); in x509_ref_version_no_version_set() localVariable
470 let cert = include_bytes!("../../test/cert.pem"); in test_save_subject_der() localVariable
471 let cert = X509::from_pem(cert).unwrap(); in test_save_subject_der() localVariable
493 let cert = include_bytes!("../../test/cert.pem"); in test_convert_to_text() localVariable
494 let cert = X509::from_pem(cert).unwrap(); in test_convert_to_text() localVariable
544 let cert = include_bytes!("../../test/cert.pem"); in test_name_cmp() localVariable
545 let cert = X509::from_pem(cert).unwrap(); in test_name_cmp() localVariable
558 let cert = include_bytes!("../../test/cert.pem"); in test_verify_param_set_time_fails_verification() localVariable
559 let cert = X509::from_pem(cert).unwrap(); in test_verify_param_set_time_fails_verification() localVariable
589 let cert = include_bytes!("../../test/cert.pem"); in test_verify_param_set_time() localVariable
590 let cert = X509::from_pem(cert).unwrap(); in test_verify_param_set_time() localVariable
611 let cert = include_bytes!("../../test/leaf.pem"); in test_verify_param_set_depth() localVariable
612 let cert = X509::from_pem(cert).unwrap(); in test_verify_param_set_depth() localVariable
639 let cert = include_bytes!("../../test/leaf.pem"); in test_verify_param_set_depth_fails_verification() localVariable
640 let cert = X509::from_pem(cert).unwrap(); in test_verify_param_set_depth_fails_verification() localVariable
680 let cert = include_bytes!("../../test/cert.pem"); in test_load_cert_file() localVariable
681 let cert = X509::from_pem(cert).unwrap(); in test_load_cert_file() localVariable