Commit 56709385 authored by Mygod's avatar Mygod Committed by Max Lv

Add missing AEAD ciphers

parent dc13249a
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
<item>AES-128-GCM</item> <item>AES-128-GCM</item>
<item>AES-192-GCM</item> <item>AES-192-GCM</item>
<item>AES-256-GCM</item> <item>AES-256-GCM</item>
<item>CHACHA20-POLY1305</item>
<item>CHACHA20-IETF-POLY1305</item>
<item>XCHACHA20-IETF-POLY1305</item>
</string-array> </string-array>
<string-array name="enc_method_value"> <string-array name="enc_method_value">
...@@ -38,6 +41,9 @@ ...@@ -38,6 +41,9 @@
<item>aes-128-gcm</item> <item>aes-128-gcm</item>
<item>aes-192-gcm</item> <item>aes-192-gcm</item>
<item>aes-256-gcm</item> <item>aes-256-gcm</item>
<item>chacha20-poly1305</item>
<item>chacha20-ietf-poly1305</item>
<item>xchacha20-ietf-poly1305</item>
</string-array> </string-array>
<string-array name="route_entry"> <string-array name="route_entry">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment