On Wed, Sep 12, 2018 at 03:11:48PM +0200, Stefan Eissing wrote: > How much have your testings now proceeded? Yann reported interop with > firefox for him against trunk. Did you manage to track down your > problems? Something missing in the branch?
Right now for me there is only the ssl_hook_Access() fix to commit, and with that in I am seeing just one failure in all of t/ssl in the test suite: Test Summary Report ------------------- t/ssl/ocsp.t (Wstat: 0 Tests: 3 Failed: 1) Failed test: 3 Files=14, Tests=331, 10 wallclock secs ( 0.18 usr 0.03 sys + 4.38 cusr 1.15 csys = 5.74 CPU) Result: FAIL Failed 1/14 test programs. 1/331 subtests failed. The remaining failure is the test case trying to detect the "certificate revoked" TLS alert, which is not getting exposed through the Perl TLS/HTTP error handling in the same way as it was before. The server is sending the alert so it looks like a false positive. Regards, Joe