https://issues.apache.org/bugzilla/show_bug.cgi?id=57249
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from Mark Thomas <[email protected]> --- The error you are seeing is because there are 47 cipher suites that the test expects to be present that are not. Since each OS vendor is free to compile OpenSSL with the options of their choice (and some of those options will exclude support for some cipher suites) then it is an almost impossible task to get this test to pass all platforms. What we aim to do (and I believe the current code does this) is that the test should pass with the lastest version of OpenSSL using the default build options. We test this on Windows, OSX and Linux. I've just re-checked this on Windows and OSX and these tests pass. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
