[Webkit-unassigned] [Bug 90267] Handle SSL errors for SOUP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 11 05:01:36 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90267


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #151657|0                           |1
        is obsolete|                            |
 Attachment #151657|review?                     |
               Flag|                            |
 Attachment #151687|                            |review?
               Flag|                            |




--- Comment #29 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-07-11 05:01:34 PST ---
Created an attachment (id=151687)
 --> (https://bugs.webkit.org/attachment.cgi?id=151687&action=review)
Updated patch

Updated patch to allow saving more than one certificate per host. Instead of saving the certificate and compare the whole data to check whether it's equal to another one, I've followed the same approach than chromium, computing and saving the SHA1 of the certificate data. To make it easiert to add and check certificates I've used a simpler helper class. This should also fix the EFL build, adding the new message to LocalizedStrings instead of adding a translatable string directly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list