<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>137262</bug_id>
          
          <creation_ts>2014-09-30 13:33:20 -0700</creation_ts>
          <short_desc>REGRESSION (r173423): [iOS] Sites with EV certificates appear as normal HTTPS sites</short_desc>
          <delta_ts>2015-01-01 18:37:46 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Page Loading</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>https://ssl.apple.com</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar, Regression</keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>mitz</reporter>
          <assigned_to>mitz</assigned_to>
          <cc>apavlov</cc>
    
    <cc>darin</cc>
    
    <cc>iloveo7</cc>
    
    <cc>koivisto</cc>
    
    <cc>ossy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1038319</commentid>
    <comment_count>0</comment_count>
    <who name="">mitz</who>
    <bug_when>2014-09-30 13:33:20 -0700</bug_when>
    <thetext>&lt;rdar://problem/18503318&gt;

When navigating to the a website that has an EV certificate, the browser UI doesn’t reflect the EV status of the site. This is happening because after &lt;http://trac.webkit.org/r173423&gt; (and its build fixes), ResourceResponse::platformCertificateInfo() in ResourceResponseCFNet.cpp returns an empty CertificateInfo.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1038320</commentid>
    <comment_count>1</comment_count>
      <attachid>238952</attachid>
    <who name="">mitz</who>
    <bug_when>2014-09-30 13:38:05 -0700</bug_when>
    <thetext>Created attachment 238952
Return a CertificateInfo initialized Return a CertificateInfo initialized</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1038540</commentid>
    <comment_count>2</comment_count>
    <who name="">mitz</who>
    <bug_when>2014-10-01 07:31:50 -0700</bug_when>
    <thetext>Fixed in &lt;http://trac.webkit.org/r174156&gt;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1038549</commentid>
    <comment_count>3</comment_count>
      <attachid>238952</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2014-10-01 08:06:20 -0700</bug_when>
    <thetext>Comment on attachment 238952
Return a CertificateInfo initialized Return a CertificateInfo initialized

View in context: https://bugs.webkit.org/attachment.cgi?id=238952&amp;action=review

&gt; Source/WebCore/platform/network/cf/ResourceResponseCFNet.cpp:122
&gt; +#endif
&gt;      return CertificateInfo();

#else?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1038565</commentid>
    <comment_count>4</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2014-10-01 09:15:15 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; Fixed in &lt;http://trac.webkit.org/r174156&gt;.

It broke the Apple Windows build:

     1&gt;..\platform\network\cf\ResourceResponseCFNet.cpp(33): fatal error C1083: Cannot open include file: &apos;WebCoreSystemInterface.h&apos;: No such file or directory
     1&gt;Done Building Project &quot;C:\cygwin\home\buildbot\slave\win-release\build\Source\WebCore\WebCore.vcxproj\WebCore.vcxproj&quot; (Build target(s)) -- FAILED.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1038566</commentid>
    <comment_count>5</comment_count>
    <who name="">mitz</who>
    <bug_when>2014-10-01 09:17:35 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; (In reply to comment #2)
&gt; &gt; Fixed in &lt;http://trac.webkit.org/r174156&gt;.
&gt; 
&gt; It broke the Apple Windows build:
&gt; 
&gt;      1&gt;..\platform\network\cf\ResourceResponseCFNet.cpp(33): fatal error C1083: Cannot open include file: &apos;WebCoreSystemInterface.h&apos;: No such file or directory
&gt;      1&gt;Done Building Project &quot;C:\cygwin\home\buildbot\slave\win-release\build\Source\WebCore\WebCore.vcxproj\WebCore.vcxproj&quot; (Build target(s)) -- FAILED.

Committed a build fix in &lt;http://trac.webkit.org/r174157&gt;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1038567</commentid>
    <comment_count>6</comment_count>
    <who name="">mitz</who>
    <bug_when>2014-10-01 09:17:35 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; (In reply to comment #2)
&gt; &gt; Fixed in &lt;http://trac.webkit.org/r174156&gt;.
&gt; 
&gt; It broke the Apple Windows build:
&gt; 
&gt;      1&gt;..\platform\network\cf\ResourceResponseCFNet.cpp(33): fatal error C1083: Cannot open include file: &apos;WebCoreSystemInterface.h&apos;: No such file or directory
&gt;      1&gt;Done Building Project &quot;C:\cygwin\home\buildbot\slave\win-release\build\Source\WebCore\WebCore.vcxproj\WebCore.vcxproj&quot; (Build target(s)) -- FAILED.

Committed a build fix in &lt;http://trac.webkit.org/r174157&gt;.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>238952</attachid>
            <date>2014-09-30 13:38:05 -0700</date>
            <delta_ts>2014-10-01 08:06:20 -0700</delta_ts>
            <desc>Return a CertificateInfo initialized Return a CertificateInfo initialized</desc>
            <filename>bug-137262-20140930133806.patch</filename>
            <type>text/plain</type>
            <size>1629</size>
            <attacher>mitz</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2Vi
Q29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDE3NDExOSkKKysrIFNvdXJjZS9XZWJDb3JlL0NoYW5n
ZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwzICsxLDE2IEBACisyMDE0LTA5LTMwICBEYW4gQmVy
bnN0ZWluICA8bWl0ekBhcHBsZS5jb20+CisKKyAgICAgICAgUkVHUkVTU0lPTiAocjE3MzQyMyk6
IFtpT1NdIFNpdGVzIHdpdGggRVYgY2VydGlmaWNhdGVzIGFwcGVhciBhcyBub3JtYWwgSFRUUFMg
c2l0ZXMKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTEz
NzI2MgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIE5v
IG5ldyB0ZXN0cywgYmVjYXVzZSB0aGUgQVBJIHRlc3QgaGFybmVzcyBkb2VzbuKAmXQgcnVuIGFu
IEhUVFAgc2VydmVyIHRvIHRlc3QgYWdhaW5zdC4KKworICAgICAgICAqIHBsYXRmb3JtL25ldHdv
cmsvY2YvUmVzb3VyY2VSZXNwb25zZUNGTmV0LmNwcDoKKyAgICAgICAgKFdlYkNvcmU6OlJlc291
cmNlUmVzcG9uc2U6OnBsYXRmb3JtQ2VydGlmaWNhdGVJbmZvKTogUmV0dXJuIGEgQ2VydGlmaWNh
dGVJbmZvIGluaXRpYWxpemVkCisgICAgICAgIHdpdGggdGhlIGNlcnRpZmljYXRlIGFycmF5IGZy
b20gdGhlIHJlc3BvbnNlLgorCiAyMDE0LTA5LTMwICBDaHJpcyBEdW1leiAgPGNkdW1lekBhcHBs
ZS5jb20+CiAKICAgICAgICAgVXNlIGlzPD4oKSAvIGRvd25jYXN0PD4oKSBmb3IgRWxlbWVudApJ
bmRleDogU291cmNlL1dlYkNvcmUvcGxhdGZvcm0vbmV0d29yay9jZi9SZXNvdXJjZVJlc3BvbnNl
Q0ZOZXQuY3BwCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT0KLS0tIFNvdXJjZS9XZWJDb3JlL3BsYXRmb3JtL25ldHdvcmsv
Y2YvUmVzb3VyY2VSZXNwb25zZUNGTmV0LmNwcAkocmV2aXNpb24gMTc0MTA4KQorKysgU291cmNl
L1dlYkNvcmUvcGxhdGZvcm0vbmV0d29yay9jZi9SZXNvdXJjZVJlc3BvbnNlQ0ZOZXQuY3BwCSh3
b3JraW5nIGNvcHkpCkBAIC0zMCw2ICszMCw3IEBACiAKICNpbmNsdWRlICJIVFRQUGFyc2Vycy5o
IgogI2luY2x1ZGUgIk1JTUVUeXBlUmVnaXN0cnkuaCIKKyNpbmNsdWRlICJXZWJDb3JlU3lzdGVt
SW50ZXJmYWNlLmgiCiAjaW5jbHVkZSA8Q0ZOZXR3b3JrL0NGVVJMUmVzcG9uc2VQcml2Lmg+CiAj
aW5jbHVkZSA8d3RmL1JldGFpblB0ci5oPgogCkBAIC0xMTUsNiArMTE2LDkgQEAgdm9pZCBSZXNv
dXJjZVJlc3BvbnNlOjpwbGF0Zm9ybUxhenlJbml0KAogCiBDZXJ0aWZpY2F0ZUluZm8gUmVzb3Vy
Y2VSZXNwb25zZTo6cGxhdGZvcm1DZXJ0aWZpY2F0ZUluZm8oKSBjb25zdAogeworI2lmIFBMQVRG
T1JNKENPQ09BKQorICAgIHJldHVybiBDZXJ0aWZpY2F0ZUluZm8oYWRvcHRDRih3a0NvcHlOU1VS
TFJlc3BvbnNlQ2VydGlmaWNhdGVDaGFpbihuc1VSTFJlc3BvbnNlKCkpKSk7CisjZW5kaWYKICAg
ICByZXR1cm4gQ2VydGlmaWNhdGVJbmZvKCk7CiB9CiAK
</data>
<flag name="review"
          id="263673"
          type_id="1"
          status="+"
          setter="koivisto"
    />
          </attachment>
      

    </bug>

</bugzilla>