Skip to content
  • adachan's avatar
    <rdar://problem/4876242> Added SPI to fetch SSL certificate information. · c157754f
    adachan authored
            Reviewed by Adam and Steve.
    
            * Interfaces/IWebURLResponsePrivate.idl: Added.
            * WebKit.vcproj/Interfaces.vcproj:
            * WebKit.vcproj/WebKitGUID.vcproj:
            * WebURLResponse.cpp:
            (WebURLResponse::QueryInterface):
            (WebURLResponse::sslPeerCertificate): gets peer certificate context from CFNetwork
            (WebURLResponse::certificateDictionary): gets the dictionary that contains SSL certificate
            info from CFNetwork.  We retain the dictionary to ensure the certificate context is valid
            throughout the lifetime of the WebURLResponse.
            * WebURLResponse.h:
            
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@25272 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c157754f