Home
last modified time | relevance | path

Searched refs:add_cert (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dtests.rs529 store_bldr.add_cert(ca).unwrap(); in test_verify_cert()
550 store_bldr.add_cert(ca).unwrap(); in test_verify_fails()
569 store_bldr.add_cert(ca).unwrap(); in test_verify_fails_with_crl_flag_set_and_no_crl()
603 store_bldr.add_cert(ca).unwrap(); in test_verify_cert_with_purpose()
630 store_bldr.add_cert(ca).unwrap(); in test_verify_cert_with_wrong_purpose_fails()
842 store_bldr.add_cert(ca).unwrap(); in test_verify_param_set_time_fails_verification()
873 store_bldr.add_cert(ca).unwrap(); in test_verify_param_set_time()
898 store_bldr.add_cert(ca).unwrap(); in test_verify_param_set_depth()
926 store_bldr.add_cert(ca).unwrap(); in test_verify_param_set_depth_fails_verification()
1000 store_bldr.add_cert(c in test_set_purpose()
[all...]
H A Dstore.rs39 //! let _ = builder.add_cert(certificate);
97 pub fn add_cert(&mut self, cert: X509) -> Result<(), ErrorStack> { in add_cert() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkcs7.rs335 store_builder.add_cert(root_ca).expect("should succeed"); in sign_verify_test_detached()
379 store_builder.add_cert(root_ca).expect("should succeed"); in sign_verify_test_normal()
418 store_builder.add_cert(root_ca).expect("should succeed"); in signers()
H A Dcms.rs404 .add_cert(root) in cms_sign_verify_generic_helper()
/third_party/nghttp2/src/
H A Dshrpx_tls_test.cc56 tree->add_cert(hostnames[idx], idx); in test_shrpx_tls_create_lookup_tree()
90 tree->add_cert(names[idx], idx); in test_shrpx_tls_create_lookup_tree()
H A Dshrpx_tls.h175 ssize_t add_cert(const StringRef &hostname, size_t index);
H A Dshrpx_tls.cc1990 ssize_t CertLookupTree::add_cert(const StringRef &hostname, size_t idx) { in add_cert() function in shrpx::tls::CertLookupTree
2171 auto idx = lt->add_cert(StringRef{std::begin(buf), end_buf}, in cert_lookup_tree_add_ssl_ctx()
2213 lt->add_cert(StringRef{std::begin(buf), end_buf}, indexed_ssl_ctx.size()); in cert_lookup_tree_add_ssl_ctx()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs76 store.add_cert(x509).unwrap(); in verify_trusted_with_set_cert()
913 client.ctx().cert_store_mut().add_cert(cert).unwrap(); in cert_store()
1545 builder.add_cert(x509).unwrap(); in set_ssl_certificate_key_related_api()

Completed in 10 milliseconds