ANDROID: make PF_KEY SHA256 use RFC-compliant truncation.
authorLorenzo Colitti <lorenzo@google.com>
Wed, 10 May 2017 14:54:04 +0000 (23:54 +0900)
committerAmit Pundir <amit.pundir@linaro.org>
Thu, 25 May 2017 11:07:25 +0000 (16:37 +0530)
commit40ee12c7cdde9f88e2a88fa2695bd7b4dbca5a30
tree376ea9a3174d1b97c9fd735078dcf9d9d6c0b182
parent28870e9cfa4117213e2f11cf60c32be4164d860d
ANDROID: make PF_KEY SHA256 use RFC-compliant truncation.

When using the PF_KEY interface, SHA-256 hashes are hardcoded to
use 96-bit truncation. This is a violation of RFC4868, which
specifies 128-bit truncation, but will not be fixed upstream due
to backwards compatibility concerns and because the PF_KEY
interface is deprecated in favour of netlink XFRM (which allows
the app to specify an arbitrary truncation length).

Change the hardcoded truncation length from 96 to 128 so that
PF_KEY apps such as racoon will work with standards-compliant VPN
servers.

Bug: 34114242
Change-Id: Ie46bff4b6358f18117d0be241171d677d31d33f7
Signed-off-by: Lorenzo Colitti <lorenzo@google.com>
net/xfrm/xfrm_algo.c