Bug 125251 - [Mac] When NSError user info is missing NSErrorPeerCertificateChainKey, ArgumentCoder should extract it from NSURLErrorFailingURLPeerTrustErrorKey
Summary: [Mac] When NSError user info is missing NSErrorPeerCertificateChainKey, Argum...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-04 13:49 PST by mitz
Modified: 2013-12-04 13:58 PST (History)
0 users

See Also:


Attachments
Get the peer certificates from the peer trust if needed (2.10 KB, patch)
2013-12-04 13:52 PST, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.