'none' cipher is not supported by 0.7.5
'none' MAC is not supported by 0.7.5
i revised both wrapper.c and kex.c .... please add them as it is helpful in debugging
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
Hello,
I'm interested in trying this out, but I can't find your proposed patches anywhere. Could you make them available please?
Comment Actions
Hello townsend,
sorry for my late feedback. i didn't mention that i will provide a patch, i just noticed on [[ http://api.libssh.org/stable/ | this page ]] that none cipher is supported. however, it is not there.
the patch i talked about in IRC channel, was for adding Twofish cipher. I have already submitted it in "wish list" and there is no feedback there.
my code is correct and i tested it against SecureCRT 8.3. the server is my own server using libssh.
Comment Actions
FYI, this landed as e6aee24a
I removed this from the documentation as it is clearly nothing for production. For testing, you can enable building these using -DWITH_INSECURE_NONE=ON.