Merge commit '56284506fccdd38b3d45b1656809db8036d3ced0' into feature/update-dependencies

This commit is contained in:
Sergey Abramchuk
2018-05-03 11:46:13 +03:00
26 changed files with 1162 additions and 412 deletions
@@ -997,6 +997,15 @@ namespace openvpn {
}
#endif
#ifdef USE_OPENSSL
if (state->options.exists("allow-name-constraints"))
{
ClientEvent::Base::Ptr ev = new ClientEvent::UnsupportedFeature("allow-name-constraints",
"Always verified correctly with OpenSSL", false);
state->events->add_event(std::move(ev));
}
#endif
// build client options object
ClientOptions::Ptr client_options = new ClientOptions(state->options, cc);