Searched refs:has_cert_chain (Results 1 – 1 of 1) sorted by relevance
656 int has_cert_chain; in SSL_SESSION_parse() local657 if (!CBS_get_optional_asn1(&session, &cert_chain, &has_cert_chain, in SSL_SESSION_parse()659 (has_cert_chain && CBS_len(&cert_chain) == 0)) { in SSL_SESSION_parse()663 if (has_cert_chain && !has_peer) { in SSL_SESSION_parse()667 if (has_peer || has_cert_chain) { in SSL_SESSION_parse()