Home
last modified time | relevance | path

Searched defs:cert_chain (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dstream.rs262 let cert_chain = unsafe { X509_chain_up_ref(SSL_get_peer_cert_chain(ssl)) }; in verify_server_root_cert() localVariable
270 let cert_chain: Stack<X509> = Stack::from_ptr(cert_chain); in verify_server_root_cert() localVariable