From a2bcd6987cb3533215d825364bde6678d7ffafac Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Thu, 12 May 2022 15:53:32 +0800 Subject: [PATCH] add support aead-2022 in Notes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8cba7c686079..e2589033e78a 100644 --- a/README.md +++ b/README.md @@ -806,6 +806,7 @@ It supports the following features: - [x] [SIP004](https://github.com/shadowsocks/shadowsocks-org/issues/30) AEAD ciphers - [x] [SIP003](https://github.com/shadowsocks/shadowsocks-org/issues/28) Plugins - [x] [SIP002](https://github.com/shadowsocks/shadowsocks-org/issues/27) Extension ss URLs +- [x] [SIP022](https://github.com/shadowsocks/shadowsocks-org/issues/196) AEAD 2022 ciphers - [x] HTTP Proxy Supports ([RFC 7230](http://tools.ietf.org/html/rfc7230) and [CONNECT](https://tools.ietf.org/html/draft-luotonen-web-proxy-tunneling-01)) - [x] Defend against replay attacks, [shadowsocks/shadowsocks-org#44](https://github.com/shadowsocks/shadowsocks-org/issues/44) - [x] Manager APIs, supporting [Manage Multiple Users](https://github.com/shadowsocks/shadowsocks/wiki/Manage-Multiple-Users)