| 1130 | } |
| 1131 | |
| 1132 | long |
| 1133 | SSLContext::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 | |
| 1141 | TextView |
| 1142 | SSLContext::local_subject_field(int nid) const |