Browse Source

Updates the ciphersuite `method` in debian/config.json.

This commit changes the "method" parameter in the debian/config.json
from "rc4-md5" to "chacha20-ietf-poly1305". rc4-md5 is unsafe and
there is support for a better AEAD ciphersuite.
pull/1450/head
Daniel 8 years ago
committed by Max Lv
parent
commit
82edb21595
1 changed files with 1 additions and 1 deletions
  1. 2
      debian/config.json

2
debian/config.json

@ -4,5 +4,5 @@
"local_port":1080,
"password":"barfoo!",
"timeout":60,
"method":"rc4-md5"
"method":"chacha20-ietf-poly1305"
}
Loading…
Cancel
Save