remove isSelfSigned from nsIX509Cert
Categories
(Core :: Security: PSM, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: keeler, Assigned: keeler)
References
(Blocks 1 open bug)
Details
(Whiteboard: [psm-assigned])
Attachments
(1 file)
nsIX509Cert.isSelfSigned
is only used by LocalCertService
to verify that the certificate it is using is self-signed. This shouldn't be necessary, because the certificate isn't a trust anchor and an override has to be added for it anyway. Additionally, the certificate in question is already guaranteed to be self-signed because it was either just generated that way or it was retrieved from the database (the code for which checks that it's self-signed).
![]() |
Assignee | |
Comment 1•5 years ago
|
||
Before this patch, nsIX509Cert.isSelfSigned was only used by LocalCertService
to verify that the certificate it uses is self-signed. This shouldn't have been
necessary, because the certificate isn't a trust anchor and an override has to
be added for it anyway. Additionally, the certificate in question is already
guaranteed to be self-signed because it was either just generated that way or
it was retrieved from the database (the code for which checks that it's
self-signed).
Comment 3•5 years ago
|
||
bugherder |
Description
•