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

Method provided_cert

src/iocore/net/P_SSLNetVConnection.h:287–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 }
286
287 int
288 provided_cert() const override
289 {
290 if (this->get_context() == NET_VCONNECTION_OUT) {
291 return this->sent_cert;
292 } else {
293 return 1;
294 }
295 }
296
297 void
298 set_sent_cert(int send_the_cert)

Callers 4

TSVConnProvidedSslCertFunction · 0.45

Calls 1

get_contextMethod · 0.45

Tested by

no test coverage detected