Comment #5 on issue 3592 by [email protected]: EV Revocation check should not block the I/O thread http://code.google.com/p/chromium/issues/detail?id=3592
Note that Chromium verifies the certificate of a main frame twice: 1. Regular certificate verification. (This is actually performed on the certificates of all resources.) This was moved off the IO thread in r9084. 2. EV certificate verification. The remaining work of this bug is to either move EV certificate verification off the IO thread, or combine the two verifications. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
