Add AEAD ciphers support (#775)

* Add AEAD ciphers support, add manger api

* fix test_encrypt_all

* Add manager api requirements

* #775 fix UDP decrypt_all issue

* fix udp replay: decrypt_all return a list
remove manager api

* fix indent according pep8

* remove abc requirement

* remove unused import

* fix pep8 format

* fix test_aes_256_gcm()
This commit is contained in:
Zou Yong
2017-03-04 14:37:29 +08:00
committed by mengskysama
parent c4731de532
commit 445a3c9c7e
15 changed files with 1086 additions and 80 deletions

8
.gitignore vendored
View File

@ -29,13 +29,17 @@ htmlcov
.DS_Store
.idea
tags
#Emacs
.#*
venv/
#vscode
# VS-code
.vscode/
# Pycharm
.idea
.vscode
#ss
config.json