refactor table into a single cipher plugin
This commit is contained in:
parent
2519fb9abe
commit
cbf8c6705b
7 changed files with 239 additions and 106 deletions
|
@ -24,6 +24,7 @@ script:
|
|||
- python tests/test.py -c tests/aes-cfb8.json
|
||||
- python tests/test.py -c tests/rc4-md5.json
|
||||
- python tests/test.py -c tests/salsa20.json
|
||||
- python tests/test.py -c tests/table.json
|
||||
- python tests/test.py -c tests/server-multi-ports.json
|
||||
- python tests/test.py -c tests/server-multi-passwd.json tests/server-multi-passwd-client-side.json
|
||||
- python tests/test.py -c tests/workers.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue