Enable display of all certs.
This commit is contained in:
kaie%netscape.com 2001-09-27 22:48:42 +00:00
Родитель 12bce05c13
Коммит d0e84a1c53
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;