| 127 | } |
| 128 | |
| 129 | void |
| 130 | SSLNetVConnection::_bindSSLObject() |
| 131 | { |
| 132 | SSLNetVCAttach(this->ssl, this); |
| 133 | TLSBasicSupport::bind(this->ssl, this); |
| 134 | TLSEventSupport::bind(this->ssl, this); |
| 135 | ALPNSupport::bind(this->ssl, this); |
| 136 | TLSSessionResumptionSupport::bind(this->ssl, this); |
| 137 | TLSSNISupport::bind(this->ssl, this); |
| 138 | TLSEarlyDataSupport::bind(this->ssl, this); |
| 139 | TLSTunnelSupport::bind(this->ssl, this); |
| 140 | TLSCertSwitchSupport::bind(this->ssl, this); |
| 141 | } |
| 142 | |
| 143 | void |
| 144 | SSLNetVConnection::_unbindSSLObject() |
no test coverage detected