]> spindle.queued.net Git - midori/commit
Validate SSL against root certificates
authorChristian Dywan <christian@twotoasts.de>
Tue, 13 Apr 2010 21:44:21 +0000 (23:44 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 14 Apr 2010 02:20:56 +0000 (04:20 +0200)
commit2507f971caa0d556164e09a6e5bbbaa1248119a0
tree3299a20087a16afb26bdb8bd9b44b1468bf9c917
parentb4a7bb928bf0e8d87de622868edcfe02e90a1e23
Validate SSL against root certificates

If one of two known root certificate files is available, we
enable certificate validation, otherwise a warning is emitted.
Not using validation means that we trust any certificate. We
should consider doing the opposite.

The new property MidoriView:security is set during load
and indicates the security status. midori_view_get_security can
be used to determine the status later on.

midori_location_action_set_security_hint is implemented to
present security status visually. For now, this only changes
the icon, we need to find a more visible solution.

MidoriBrowser updates the security hint for the current view in
_midori_browser_update_interface.
midori/main.c
midori/midori-browser.c
midori/midori-locationaction.c
midori/midori-locationaction.h
midori/midori-view.c
midori/midori-view.h