зеркало из https://github.com/mozilla/gecko-dev.git
b=92131 r=ddrinan sr=blizzard
Enable display of all certs.
This commit is contained in:
Родитель
12bce05c13
Коммит
d0e84a1c53
|
@ -1656,10 +1656,10 @@ SECStatus nsNSS_SSLGetClientAuthData(void* arg, PRFileDesc* socket,
|
||||||
PRUnichar **certDetailsList = NULL;
|
PRUnichar **certDetailsList = NULL;
|
||||||
PRBool canceled;
|
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 */
|
/* note that we are allowing expired certs in this list */
|
||||||
certList = CERT_FindUserCertsByUsage(CERT_GetDefaultCertDB(),
|
certList = CERT_FindUserCertsByUsage(CERT_GetDefaultCertDB(),
|
||||||
certUsageSSLClient, PR_TRUE,
|
certUsageSSLClient, PR_FALSE,
|
||||||
PR_FALSE, wincx);
|
PR_FALSE, wincx);
|
||||||
if (certList == NULL) {
|
if (certList == NULL) {
|
||||||
goto noCert;
|
goto noCert;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче