After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 629432 - Certificate manager does not delete certificates
Certificate manager does not delete certificates
Status: RESOLVED NOTGNOME
Product: evolution
Classification: Applications
Component: general
2.32.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2010-09-12 14:55 UTC by David Woodhouse
Modified: 2013-09-13 01:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Woodhouse 2010-09-12 14:55:52 UTC
There's a comment in e_cert_db_delete_cert() saying that we only remove all trust from the cert, instead of deleting it. It lies -- we leave the certificate with c,c,c bits set, and it's still accepted as a valid cert for an IMAP server.
Comment 1 David Woodhouse 2010-09-12 15:07:32 UTC
Hm, no -- the c bits aren't set but even like this we do manage to connect to the IMAP server:
CAcert Class 3 Root - Root CA                                ,,
Comment 2 David Woodhouse 2010-09-12 15:13:25 UTC
Oh, this is an NSS bug with the system db. Doesn't happen without.
Comment 3 David Woodhouse 2010-09-12 15:28:50 UTC
https://bugzilla.redhat.com/show_bug.cgi?id=633043