diff options
author | Arne Schwabe <arne@rfc2549.org> | 2021-10-01 19:56:06 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2021-10-01 19:56:39 +0200 |
commit | dfe9306553e40b07a4cddcba731c9e2a70fddc92 (patch) | |
tree | 87ff916b95b3666364001b52e275badc8115037e /main | |
parent | 66cfaf459142f4e0d7427a7db5db53b37d750149 (diff) |
Modernise default ciphers in the OpenSSL Speed test
Diffstat (limited to 'main')
-rw-r--r-- | main/src/main/res/values/untranslatable.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/res/values/untranslatable.xml b/main/src/main/res/values/untranslatable.xml index ac1f8add..c42c2e92 100644 --- a/main/src/main/res/values/untranslatable.xml +++ b/main/src/main/res/values/untranslatable.xml @@ -60,7 +60,7 @@ <string name="state_user_vpn_password" translatable="false">Waiting for user VPN password</string> <string name="state_user_vpn_password_cancelled" translatable="false">VPN password input dialog cancelled</string> <string name="state_user_vpn_permission_cancelled" translatable="false">VPN API permission dialog cancelled</string> - <string name="default_cipherlist_test" translatable="false">aes-256-gcm bf-cbc sha1</string> + <string name="default_cipherlist_test" translatable="false">aes-256-gcm chacha20-poly1305 aes-128-cbc sha1</string> <!-- APP restriction strings --> <string name="apprest_uuid_desc">Unique UUID that identifies the profile (example: |