diff options
author | Yan Yan <evitayan@google.com> | 2021-02-08 18:23:44 -0800 |
---|---|---|
committer | Yan Yan <evitayan@google.com> | 2021-02-25 10:35:10 -0800 |
commit | bd0b8751e68bb82a71821c72a8db6a2bb98625f9 (patch) | |
tree | bda217613c734b2a3273429f511bbfc33af09174 /core/res | |
parent | bf16b6d3996dd2e0bf2fd8410712afc1eb63892f (diff) |
Support new IpSecAlgorithm AUTH_AES_CMAC
Bug: 161716062
Test: IpSecAlgorithmTest, verified with CTS
Change-Id: Ideaf4225bd851fad8c8072505c6ad99d85ba616e
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index ee45249c2030..b2ceed402ca1 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1691,7 +1691,7 @@ * 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 31 makes the following algorithms mandatory : "rfc3686(ctr(aes))", - "xcbc(aes)", "rfc7539esp(chacha20,poly1305)" + "xcbc(aes)", "cmac(aes)", "rfc7539esp(chacha20,poly1305)" --> <string-array name="config_optionalIpSecAlgorithms" translatable="false"> <!-- Add algorithm here --> |