From 4a76d99ade8abc2a0581a4d0cbd3036e56ad02c1 Mon Sep 17 00:00:00 2001 From: Yan Yan Date: Fri, 30 Oct 2020 13:44:07 -0700 Subject: Fix documentation for config_optionalIpSecAlgorithms New algorithms are mandatory in SDK 31, not SDK 30 Bug: 161716062 Test: FrameworksIkeTests, CtsIkeTestCases Change-Id: If1a728bbd002a52b91f88569509c9e5113eb6c04 --- core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 2284dc8db0ef..f3712d61f2e6 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1671,7 +1671,7 @@ to be explicitly declared in this resource to be enabled. * SDK level 28 makes the following algorithms mandatory : "cbc(aes)", "hmac(md5)", "hmac(sha1)", "hmac(sha256)", "hmac(sha384)", "hmac(sha512)", "rfc4106(gcm(aes))" - * SDK level 30 makes the following algorithms mandatory : "rfc3686(ctr(aes))", + * SDK level 31 makes the following algorithms mandatory : "rfc3686(ctr(aes))", "xcbc(aes)", "rfc7539esp(chacha20,poly1305)" --> -- cgit v1.2.3-59-g8ed1b