shadowsocks-qt5
shadowsocks-qt5 copied to clipboard
AES-CTR crashes with Botan-1
已测试 2 个服务器,使用 aes-128-ctr,使用其他客户端均正常,但 shadowsocks-qt5 连接一会就会出现停止工作,服务器显示 connection closed by peer.
已确认是 shadowsocks-qt5 的问题。 shadowsocks-qt5 使用其他协议正常。
Windows?
是的
是的,我也遇到这种情况了,浏览器访问国外网站立刻崩溃!在Ubuntu运行的客户端!
@dxuex AES-128-CTR as well?
aes-256-ctr也会挂
aes-128-ctr on Linux confirm crash
需要自己编一个botan2,然后编译使用botan2的libQtShadowsocks(cmake -DUSE_BOTAN2=ON),然后把ss-qt5更新到用新的libQtShadowsocks。ppa源里面提供的是使用botan1.10,一旦有流量就会在libbotan里段错误,不知道是不是加密方式不支持的原因。
Try this appImage? https://github.com/shadowsocks/shadowsocks-qt5/releases/tag/v3.0.0alpha
已经很有一段时间了,希望推出 3.0 的二进制版本下载。:smile:
I've found out that it seems only crashes with botan 1.x