<p><b>@krono</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/205#discussion_r164977435">platforms/unix/plugins/SqueakSSL/sqUnixOpenSSL.c</a>:</p>
<pre style='color:#555'>> @@ -432,19 +438,20 @@ sqInt sqConnectSSL(sqInt handle, char* srcBuf, sqInt srcLen, char *dstBuf, sqInt
 
                if (ssl->serverName) {
                        const size_t serverNameLength = strnlen(ssl->serverName, MAX_HOSTNAME_LENGTH);
-#ifdef X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS
-                       if(ssl->loglevel) printf("sqConnectSSL: X509_check_host.");
-                       /* Try IP first, expect INVALID_IP_STRING to continue with hostname */
-                       matched = (enum sqMatchResult) X509_check_ip_asc(cert, ssl->serverName, 0);
-                       if (matched == INVALID_IP_STRING) {
-                               matched = (enum sqMatchResult) X509_check_host(cert, ssl->serverName, serverNameLength, X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS, NULL);
-                       }
-#else
-                       matched = sqVerifyIP(ssl, cert, ssl->serverName, serverNameLength);
-                       if (matched == INVALID_IP_STRING) {
-                               matched = sqVerifyDNS(ssl, cert, ssl->serverName, serverNameLength);
+                        //#ifdef X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS
</pre>
<p>No, its just a reminder.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/205#discussion_r164977435">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AhLyW1Kf5Pm86Z5cOulH44XEeEFj8M08ks5tQB_-gaJpZM4Ry3U6">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AhLyWymA_-nlT3TpBxx_HDZl5KY63gROks5tQB_-gaJpZM4Ry3U6.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/205#discussion_r164977435"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/OpenSmalltalk/opensmalltalk-vm","title":"OpenSmalltalk/opensmalltalk-vm","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm"}},"updates":{"snippets":[{"icon":"PERSON","message":"@krono commented on #205"}],"action":{"name":"View Pull Request","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/205#discussion_r164977435"}}}</script>