MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / push

Method push

dds/DCPS/security/SSL/SignedDocument.cpp:111–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 operator bool() const {return certs_;}
110
111 bool push(const Certificate& certificate)
112 {
113 if (sk_X509_push(certs_, certificate.x509()) != 1) {
114 OPENDDS_SSL_LOG_ERR("sk_X509_push failed");
115 return false;
116 }
117
118 return true;
119 }
120
121private:
122 // No copy.

Callers 5

begin_ssize_complexMethod · 0.45
begin_mapMethod · 0.45
verifyMethod · 0.45
enqueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected