add CTR test

This commit is contained in:
clowwindy 2014-09-16 23:58:21 +08:00
parent 0e649453ed
commit 8114f7043a

10
tests/aes-ctr.json Normal file
View file

@ -0,0 +1,10 @@
{
"server":"127.0.0.1",
"server_port":8388,
"local_port":1081,
"password":"aes_password",
"timeout":60,
"method":"aes-256-ctr",
"local_address":"127.0.0.1",
"fast_open":false
}