MCPcopy Create free account
hub / github.com/apache/trafficserver / verify_result

Method verify_result

plugins/experimental/txn_box/plugin/src/ts_util.cc:1132–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1130}
1131
1132long
1133SSLContext::verify_result() const
1134{
1135 if (_obj != nullptr) {
1136 return SSL_get_verify_result(_obj);
1137 }
1138 return X509_V_ERR_INVALID_CALL;
1139}
1140
1141TextView
1142SSLContext::local_subject_field(int nid) const

Callers 1

extractMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected