search for: rc4_char

Displaying 1 result from an estimated 1 matches for "rc4_char".

Did you mean: c_char
2005 Jun 13
5
[Bug 1055] Problem with arcfour cipher and OpenSSL 0.9.7g
...also kills performance. Running OpenSSL's 'make test' shows no problem with the RC4 algorithm. Further, comparing the output from 'make test' for version 0.9.7g against 0.9.7e shows no difference in regards to RC4. A slightly more elegant workaround for this issue is to set the RC4_CHAR flage _and_ edit crypto/rc4/asm/rc4-ia64.S; changing SZ=4 to SZ=1. Since this problem seems to only affect sshd and only occurs after authentication, I'm wondering if there could be an issue with the key exchange that appears to occur after authentication. ------- You are receiving this mai...