зеркало из https://github.com/mozilla/pjs.git
b=125041 CA not imported when getting personal cert
r=ssaux sr=alecf a=asa
This commit is contained in:
Родитель
90a6048566
Коммит
444ce3a72e
|
@ -3875,7 +3875,7 @@ fprintf(stderr, "====> nick: %s email: %s has-any-user: %d hash-any-ca: %d h
|
|||
if (nick) {
|
||||
if (trust.HasAnyUser())
|
||||
return nsIX509Cert::USER_CERT;
|
||||
if (trust.HasAnyCA())
|
||||
if (trust.HasAnyCA() || CERT_IsCACert(cert,NULL))
|
||||
return nsIX509Cert::CA_CERT;
|
||||
if (trust.HasPeer(PR_TRUE, PR_FALSE, PR_FALSE))
|
||||
return nsIX509Cert::SERVER_CERT;
|
||||
|
|
Загрузка…
Ссылка в новой задаче