Bug 102720 - Support client certification authentication in the NetworkProcess
Summary: Support client certification authentication in the NetworkProcess
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Other
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords: InRadar
Depends on:
Blocks: 98537
  Show dependency treegraph
 
Reported: 2012-11-19 15:14 PST by Brady Eidson
Modified: 2013-04-22 14:44 PDT (History)
1 user (show)

See Also:


Attachments
WIP for posterity (10.72 KB, patch)
2012-11-19 17:35 PST, Brady Eidson
no flags Details | Formatted Diff | Diff

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