Index: net/base/cert_database_mac.cc |
=================================================================== |
--- net/base/cert_database_mac.cc (revision 50312) |
+++ net/base/cert_database_mac.cc (working copy) |
@@ -20,8 +20,6 @@ |
return ERR_CERT_INVALID; |
if (cert->HasExpired()) |
return ERR_CERT_DATE_INVALID; |
- if (!cert->SupportsSSLClientAuth()) |
- return ERR_CERT_INVALID; |
// Verify the Keychain already has the corresponding private key: |
SecIdentityRef identity = NULL; |