-
Notifications
You must be signed in to change notification settings - Fork 18
make report fails in SSLv3 cipher list order #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @drwetter , I suspect this has something to do with the ordering of ciphers.
But what's 0xff03 ? Are you using the ghost-enabled configure file ? I suspect one of those ciphers (which isn't expected) |
Yes, I used Ok, but how come then the test failed? Despite using
|
can you try
If that fails - could you try the same with the official repo ? And could you check the output of
Which should show the correct ciphers ? |
Aaah, I think I know what's happening... The SSL tests don't create a gost94 key, which is necessary for the GOST(94) ciphers. This is probably an upstream issue with testing, and it probably works, but the test script is borked. You could try creating a gost94 key to see if everything works correctly, with something like:
|
Am 07/20/2015 um 05:28 PM schrieb Peter Mosmans:
you seem right, see fopen call, but there's a bit I do not understand:
But I am still confused as those two are not the ones failed during the test -- that was But:
What? ;-) Cheers, Dirk |
|
Hi Peter,
I wasn't able to get
make report
finishing without errors;Any clue what's happening?
Thx, Dirk
The text was updated successfully, but these errors were encountered: