commit | f495da19f7eea08fd0d364a5fac159de25a0c044 | [log] [tgz] |
---|---|---|
author | Wayne Lin <waynewhlin@google.com> | Thu Sep 19 23:00:53 2024 +0800 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Oct 03 23:24:36 2024 +0000 |
tree | 39cea7312fc49b3719e619b666e036b26f7c2f30 | |
parent | 56e6955009be12576bb82b350bbf4ee3b29cfda2 [diff] |
gps: set default SUPL SSL method to SSLv23 Bug: 363886476 Test: verify SUPL NI test pass (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:cd8d3c9819f3850573d7bad81fd49b49c7b4c2d0) Merged-In: I24ba47dafb991c395fa27ba7585c907e7b9f1920 Change-Id: I24ba47dafb991c395fa27ba7585c907e7b9f1920
diff --git a/location/gps.6.1.xml.l10 b/location/gps.6.1.xml.l10 index 4a4b847..aa2b787 100644 --- a/location/gps.6.1.xml.l10 +++ b/location/gps.6.1.xml.l10
@@ -18,7 +18,7 @@ SuplLogFullName="/data/vendor/gps/suplflow.txt" tlsEnable="true" - SuplSslMethod="SSLv23_NO_TLSv1_2" + SuplSslMethod="SSLv23" SuplEnable="true" SuplUseApn="false" SuplUseApnNI="true"
diff --git a/location/gps.xml.l10 b/location/gps.xml.l10 index adc8585..5a45e70 100644 --- a/location/gps.xml.l10 +++ b/location/gps.xml.l10
@@ -18,7 +18,7 @@ SuplLogFullName="/data/vendor/gps/suplflow.txt" tlsEnable="true" - SuplSslMethod="SSLv23_NO_TLSv1_2" + SuplSslMethod="SSLv23" SuplEnable="true" SuplUseApn="false" SuplUseApnNI="true"
diff --git a/location/gps_user.6.1.xml.l10 b/location/gps_user.6.1.xml.l10 index 27a5a53..005fe4d 100644 --- a/location/gps_user.6.1.xml.l10 +++ b/location/gps_user.6.1.xml.l10
@@ -17,7 +17,7 @@ SuplLogFullName="/data/vendor/gps/suplflow.txt" tlsEnable="true" - SuplSslMethod="SSLv23_NO_TLSv1_2" + SuplSslMethod="SSLv23" SuplEnable="true" SuplUseApn="false" SuplUseApnNI="true"
diff --git a/location/gps_user.xml.l10 b/location/gps_user.xml.l10 index db993ca..ea78dd3 100644 --- a/location/gps_user.xml.l10 +++ b/location/gps_user.xml.l10
@@ -17,7 +17,7 @@ SuplLogFullName="/data/vendor/gps/suplflow.txt" tlsEnable="true" - SuplSslMethod="SSLv23_NO_TLSv1_2" + SuplSslMethod="SSLv23" SuplEnable="true" SuplUseApn="false" SuplUseApnNI="true"