StatusSSL client authentication is supported for Windows only on all three release channels (Stable channel release 3.0.195.21 or later, Beta channel release 3.0.193.2 or later, or Dev channel release 3.0.191.3 or later). Please help us by testing it and filing bug reports on any issues you find. jsorianopastor contributed a patch for basic SSL client authentication support on Linux. The patch has been checked in, but requires using the --auto-ssl-client-auth command-line option until the certificate selection UI is implemented. Certificate enrollment will be implemented later. Until then, users need to use another browser or a special program for certificate enrollment. For example, Windows users can use Internet Explorer to enroll for a certificate, and this certificate will be available to Chromium automatically because Chromium uses the Windows system certificate store. Bug ReportsIssue 318 is the primary bug report tracking the work on SSL client authentication. Issue 16830 tracks the backend of the Linux implementation, issue 25241 tracks the UI of the Linux implementation, and issue 16831 tracks the Mac implementation. Issue 148 covers certificate enrollment. We decided to implement the HTML <keygen> tag first because WebKit already supports it. Initially we will only implement what's specified in draft HTML 5. Design DocumentWe will use the system certificate store. On the Mac, this is the Keychain. On Linux, this is the shared NSS databases in the ~/.pki/nssdb directory, following the proposal of the NSS team. UI Issues
Privacy Issues
|