Add AEAD ciphers support, add manger api

This commit is contained in:
Zou Yong 2017-03-01 23:10:34 +08:00
parent fe13c20dc1
commit ca2b6da07e
17 changed files with 1238 additions and 75 deletions

View file

@ -7,7 +7,7 @@ with codecs.open('README.rst', encoding='utf-8') as f:
setup(
name="shadowsocks",
version="2.9.1",
version="3.0.0",
license='http://www.apache.org/licenses/LICENSE-2.0',
description="A fast tunnel proxy that help you get through firewalls",
author='clowwindy',