It is recommended all users since v1.9.0 to upgrade to this release.
Features
- shadowsocks/shadowsocks-crypto#8 Support non-standard AEAD ciphers with
crypto2
, could be enabled by featureaead-cipher-extra
aes-128-ccm
,aes-256-ccm
aes-128-gcm-siv
,aes-256-gcm-siv
aes-128-ocb-taglen128
,aes-192-ocb-taglen128
,aes-256-ocb-taglen128
aes-siv-cmac-256
,aes-siv-cmac-384
,aes-siv-cmac-512
xchacha20-ietf-poly1305
Bug Fixes
- shadowsocks/shadowsocks-android#2705 MD5 algorithm bug causes KDF (Key Derived Function) produces wrong key when
LEN(password) % 64 in [50, 64)