shadowsocks / shadowsocks-android

A shadowsocks client for Android
Other
35.27k stars 11.57k forks source link

Compatibility issue #2932

Closed lrinQVQ closed 2 years ago

lrinQVQ commented 2 years ago

I see shadowsocks-android uses shadowsocks-rust implementation in preview release. AEAD-2022 used by shadowsocks-rust breaks the original protocol and cannot be backward compatible with shadowsocks-libev implementation. Is there any plan to release two versions? One uses shadowsocks-libev and only provides support for newer versions of Android, one uses shadowsocks-rust and provides AEAD-2022 support. Thanks!

madeye commented 2 years ago

All the old ciphers are still supported. So, no compatability issues at all.

lrinQVQ commented 2 years ago

Got it, thanks!