Bug 102720

Summary: Support client certification authentication in the NetworkProcess
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED WONTFIX    
Severity: Normal CC: sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: Other   
Bug Depends on:    
Bug Blocks: 98537    
Attachments:
Description Flags
WIP for posterity none

Description Brady Eidson 2012-11-19 15:14:40 PST
Support client certification authentication in the WebProcess
Comment 1 Brady Eidson 2012-11-19 17:29:31 PST
Sorry, I meant NetworkProcess
Comment 2 Brady Eidson 2012-11-19 17:30:59 PST
I have a patch that should be most of this task...  but unfortunately:
1 - The NetworkProcess doesn't do main resources yet
2 - Support for handling client cert challenges has always been flakey in WebKit, and still is.

That makes it difficult to test this patch at all.

I'll revisit this after exploring subresource client certs or once main resources are handled in the NetworkProcess.
Comment 3 Brady Eidson 2012-11-19 17:35:57 PST
Created attachment 175094 [details]
WIP for posterity
Comment 4 Brady Eidson 2012-12-17 13:29:15 PST
In radar as <rdar://problem/12885641>
Comment 5 Brady Eidson 2012-12-17 17:52:38 PST
(In reply to comment #4)
> In radar as <rdar://problem/12885641>

Nope, this is not 12885641
Comment 6 Brady Eidson 2012-12-18 10:20:36 PST
This is actually in radar as <rdar://problem/12902288>
Comment 7 Brady Eidson 2013-04-22 14:44:41 PDT
We no longer think any changes are necessary here.