Bug 125251

Summary: [Mac] When NSError user info is missing NSErrorPeerCertificateChainKey, ArgumentCoder should extract it from NSURLErrorFailingURLPeerTrustErrorKey
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Get the peer certificates from the peer trust if needed andersca: review+

Description mitz 2013-12-04 13:49:34 PST
[Mac] When NSError user info is missing NSErrorPeerCertificateChainKey, ArgumentCoder should extract it from NSURLErrorFailingURLPeerTrustErrorKey
Comment 1 mitz 2013-12-04 13:52:32 PST
Created attachment 218445 [details]
Get the peer certificates from the peer trust if needed
Comment 2 mitz 2013-12-04 13:58:02 PST
Fixed in <http://trac.webkit.org/r160122>.