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:
parent
c4731de532
commit
445a3c9c7e
15 changed files with 1086 additions and 80 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -29,13 +29,17 @@ htmlcov
|
|||
|
||||
.DS_Store
|
||||
.idea
|
||||
tags
|
||||
|
||||
#Emacs
|
||||
.#*
|
||||
venv/
|
||||
|
||||
#vscode
|
||||
# VS-code
|
||||
.vscode/
|
||||
|
||||
# Pycharm
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
#ss
|
||||
config.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue