Peter Mosmans
Peter Mosmans
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**,...
@haneefmubarak , excellent question. I'm going to look into it...
Sorry @haneefmubarak , the response was faster than the actual research :smile: It's still on my todo list, please hang in there...
Thanks for your suggestion, I'll update the INSTALL instructions (pull requests are welcome :wink:).
Hi @drwetter , thanks for the note. I'm going to check / verify the 'latest' (read: 1.1) ciphers shortly, but I'm afraid that backporting won't be an (easy) option....
Still open @drwetter :wink: - thanks for the tickle
Thanks for the PR. Testing your changes on Windows...
@abokth , the patch fails on gcc 5.3.0 / MSYS2 / Windows : ``` s_socket.c: In function 'init_client': s_socket.c:244:22: error: 'AI_ADDRCONFIG' undeclared (first use in this function) hints.ai_flags = AI_ADDRCONFIG;...
Hi @drwetter - Hmm, let me check. It will raise the complexity significantly. I'll get back to you...
Hey @LorenzoBettini - Apologies for the regression there. That's a weird return code if the extension list is empty and yes, I think your solution is correct. Let me devise...