Skip to content

Commit

Permalink
release v1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Apr 17, 2021
1 parent 40764b7 commit 682b685
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
shadowsocks-rust (1.10.6) unstable; urgency=medium
## Features

- [shadowsocks/shadowsocks-crypto#8](https://github.com/shadowsocks/shadowsocks-crypto/issues/8) Support non-standard AEAD ciphers with `crypto2`, could be enabled by feature `aead-ciphers-extra`

This comment has been minimized.

Copy link
@pexcn

pexcn Apr 17, 2021

Contributor

@zonyitoo 请问这里是个 typo 吗?
我看到这一行写的是 aead-cipher-extra

This comment has been minimized.

Copy link
@zonyitoo

zonyitoo Apr 17, 2021

Author Collaborator

Yes, it is a typo.

This comment has been minimized.

Copy link
@DuckSoft

DuckSoft Apr 17, 2021

Contributor

Yes. It's typo.

- `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](https://github.com/shadowsocks/shadowsocks-android/issues/2705) MD5 algorithm bug causes KDF (Key Derived Function) produces wrong key when `LEN(password) % 64 in [50, 64)`

shadowsocks-rust (1.10.5) unstable; urgency=medium

## BUG Fixed
Expand Down

0 comments on commit 682b685

Please sign in to comment.