summaryrefslogtreecommitdiff
path: root/main/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2021-10-13 19:24:42 +0200
committerArne Schwabe <arne@rfc2549.org>2021-10-13 19:24:42 +0200
commit9ca366fb2db61926021866a37e14c332ebc57c59 (patch)
treea45ed863cf2c171bd16f553055edade89b957fb6 /main/src/main/res/values/arrays.xml
parent893ce60f739bb3432eecf540329b732debb38ed3 (diff)
Fix summary of Auth settings dialog and add TLS Profile setting
Diffstat (limited to 'main/src/main/res/values/arrays.xml')
-rw-r--r--main/src/main/res/values/arrays.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/src/main/res/values/arrays.xml b/main/src/main/res/values/arrays.xml
index 97c10ff7..d5e21f3a 100644
--- a/main/src/main/res/values/arrays.xml
+++ b/main/src/main/res/values/arrays.xml
@@ -42,4 +42,10 @@
<item>OpenVPN 2.4.x peers</item>
<item>OpenVPN 2.3.x and older peers</item>
</string-array>
+ <string-array name="tls_profile_entries">
+ <item>insecure (not recommend, allows insecure crypto)</item>
+ <item>legacy (default)</item>
+ <item>preferred (recommended but limited compabbility)</item>
+ <item>Suite B</item>
+ </string-array>
</resources>