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 128234 - Add UI to access certificate viewer
Add UI to access certificate viewer
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Interface
1.1.x
Other All
: Normal enhancement
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2003-11-30 16:31 UTC by spark
Modified: 2006-08-16 10:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
implementation of View->Page Certificate (14.33 KB, patch)
2004-06-08 11:28 UTC, Christian Persch
reviewed Details | Review

Description spark 2003-11-30 16:31:19 UTC
Now that we have a certificate viewer, we need a way to access it from
non-broken secure sites (you can currently access the viewer from the error
dialogs which appear if there is a problem with the certificate).
Comment 1 Christian Persch 2004-02-01 01:14:34 UTC
Since we're in feature freeze, I've coded this as an extension (module
epiphany-extensions, extension/certificates/).
Comment 2 Christian Persch 2004-03-30 15:17:32 UTC
This is how I've done it in my extension: I simply added "Server Certificate"
entry to the "View" menu, enabled only when the page is in secure mode. 

I think this would be sufficient for this bug too?
Comment 3 spark 2004-03-30 15:38:41 UTC
Yeah, fine by me. Maybe the extra seperator isn't needed? But that's minor stuff
anyways.
Comment 4 Christian Persch 2004-06-08 11:28:21 UTC
Created attachment 28458 [details] [review]
implementation of View->Page Certificate

I've taken the code from my certificate extension and integrated it into ephy.
The extension also shows the cert when clicking on the lock icon at the bottom
left, but I'm not sure if we should copy that too...

Marco, can you review please? Thanks.
Comment 5 Marco Pesenti Gritti 2004-06-08 22:38:55 UTC
<disclaimer>
I'm not exactly sure about what we are talking exactly (a shot of the proposed
dialog would help). So if I'm not making sense let me know ;)
</disclaimer>

I think we should not add a View menu item for a functionality that at best 0.5%
of our users would ever access. What about making these information part of
File->Properties ? Yeah we have not one yet, but I think it would make sense
provided it's much simpler than the mozilla one.
Comment 6 Marco Pesenti Gritti 2004-06-08 22:41:14 UTC
Also, since this does not affect the view at all, I guess the proper place is File.
Comment 7 Christian Persch 2004-10-13 10:50:50 UTC
Mass reassigning of Epiphany bugs to epiphany-maint@b.g.o
Comment 8 Diego Escalante Urrelo (not reading bugmail) 2006-08-16 01:43:14 UTC
Isn't this covered by the Certificates extension?.
Comment 9 Christian Persch 2006-08-16 10:51:09 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.