Releases: shadowsocks/shadowsocks-rust
Releases · shadowsocks/shadowsocks-rust
v1.6.4
31 Aug 14:18
Compare
Sorry, something went wrong.
No results found
Add missing sodium_init call before any other sodium cipher functions
Replace nonce increment method with sodium_increment for AEAD ciphers (v1.6.3)
v1.6.3
31 Aug 13:55
Compare
Sorry, something went wrong.
No results found
Replace nonce increment method with sodium_increment for AEAD ciphers
v1.6.2
30 Aug 16:57
Compare
Sorry, something went wrong.
No results found
Fixed #61 . chacha20, xsalsa20 bug. Uses self-contained libsodium-ffi
Fixed #62 . Fully refactored Udp Associate mode.
Improved logs, prints time in ns.
Updated dependencies.
Supports chacha20-ietf
v1.6.1
30 Jul 03:08
Compare
Sorry, something went wrong.
No results found
Monitor SIGCHLD and SIGTERM in *NIX
v1.6.0
29 Jul 03:15
Compare
Sorry, something went wrong.
No results found
SIP002 Extended ss URLs
SIP003 Plugins
Removed Argon2 for key derivation #57
Use OsRng for salt generation #55
v1.5.2
23 Jul 16:29
Compare
Sorry, something went wrong.
No results found
Fixed cipher name of aes-128-ctr
Optimize code style in config.rs
v1.5.1
23 Jul 16:32
Compare
Sorry, something went wrong.
No results found
Uses netdb to support hosts files in DNS resolve #40
Parse domain address with IpAddr for compatibility #49
Format code with the latest rustfmt
v1.5.0
23 Jul 16:37
Compare
Sorry, something went wrong.
No results found
Abandon rust-crypto for lacking maintainance #47
Simply code with macros
Remove supports of multithreads
Fixed rc4_md5 cipher, which must have 16bytes length of IV
Fixed build with key-derive-argon2 feature #45
Fixed clippy warnings #44