| 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) |
no test coverage detected