mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 08:48:07 +00:00
b=92131 r=ddrinan sr=blizzard
Enable display of all certs.
This commit is contained in:
parent
12bce05c13
commit
d0e84a1c53
@ -1656,10 +1656,10 @@ SECStatus nsNSS_SSLGetClientAuthData(void* arg, PRFileDesc* socket,
|
||||
PRUnichar **certDetailsList = NULL;
|
||||
PRBool canceled;
|
||||
|
||||
/* find all user certs that are valid and for SSL */
|
||||
/* find all user certs that are for SSL */
|
||||
/* note that we are allowing expired certs in this list */
|
||||
certList = CERT_FindUserCertsByUsage(CERT_GetDefaultCertDB(),
|
||||
certUsageSSLClient, PR_TRUE,
|
||||
certUsageSSLClient, PR_FALSE,
|
||||
PR_FALSE, wincx);
|
||||
if (certList == NULL) {
|
||||
goto noCert;
|
||||
|
Loading…
x
Reference in New Issue
Block a user