Commit d46b3b3c authored by Max Lv's avatar Max Lv

Remove aes-192-gcm

parent 8cad12a0
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
<string-array name="enc_method_entry" translatable="false"> <string-array name="enc_method_entry" translatable="false">
<item>PLAIN</item> <item>PLAIN</item>
<item>AES-128-GCM</item> <item>AES-128-GCM</item>
<item>AES-192-GCM</item>
<item>AES-256-GCM</item> <item>AES-256-GCM</item>
<item>CHACHA20-IETF-POLY1305</item> <item>CHACHA20-IETF-POLY1305</item>
<item>XCHACHA20-IETF-POLY1305</item> <item>XCHACHA20-IETF-POLY1305</item>
...@@ -12,7 +11,6 @@ ...@@ -12,7 +11,6 @@
<string-array name="enc_method_value" translatable="false"> <string-array name="enc_method_value" translatable="false">
<item>plain</item> <item>plain</item>
<item>aes-128-gcm</item> <item>aes-128-gcm</item>
<item>aes-192-gcm</item>
<item>aes-256-gcm</item> <item>aes-256-gcm</item>
<item>chacha20-ietf-poly1305</item> <item>chacha20-ietf-poly1305</item>
<item>xchacha20-ietf-poly1305</item> <item>xchacha20-ietf-poly1305</item>
......
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