From 8114f7043a0b12c10f3ef0289f8d8de1c30def7c Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 16 Sep 2014 23:58:21 +0800 Subject: [PATCH] add CTR test --- tests/aes-ctr.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/aes-ctr.json diff --git a/tests/aes-ctr.json b/tests/aes-ctr.json new file mode 100644 index 0000000..1fed8a8 --- /dev/null +++ b/tests/aes-ctr.json @@ -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 +}