Skip to content
Commit 159922b5 authored by iximeow's avatar iximeow
Browse files

Do not support partial wildcards in verifying domains for openssl 1.0.1

This breaks with libcurl's support, but is consistent with openssl
1.0.2+ behavior. See `ssl/connector.rs:381`'s

  param.set_hostflags(X509CheckFlags::NO_PARTIAL_WILDCARDS);

which disables partial wildcard support for openssl's internal hostname
matching.
parent 76d996c3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment