GNOME Bugzilla – Bug 660508
correctly handle self-signed anchor certificates
Last modified: 2011-09-29 19:11:24 UTC
If a self-signed certificate is an anchor of the database, then it should verify according to g_tls_database_verify_chain(); we were accidentally reporting G_TLS_CERTIFICATE_UNKNOWN_CA in this case.
Created attachment 197797 [details] [review] gnutls: correctly handle self-signed anchor certificates
Created attachment 197799 [details] [review] gnutls: correctly handle self-signed anchor certificates ==== update to just rearrange the loop instead
committed after discussion on IRC