[Webkit-unassigned] [Bug 133617] New: [Mac] Client-certificate authentication isn’t working when using the modern API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 8 12:17:53 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133617

           Summary: [Mac] Client-certificate authentication isn’t working
                    when using the modern API
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org
                CC: ap at webkit.org


<rdar://problem/17208234>

For client-certificate authentication, clients respond to an authentication challenge with an NSURLCredential initialized with an identity and (optionally) a certificate chain. On Mac, we currently fail to properly encode such credentials when sending them to the Network process, so authentication always fails. The fix for bug 133527 ended up being iOS-specific, but we can do something similar for Mac (using alternative Security APIs).

Patch forthcoming.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list