]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip/xfrm: Do not allow redundant algorithm combinations to be specified
authorDavid Ward <david.ward@ll.mit.edu>
Mon, 25 Mar 2013 04:23:14 +0000 (04:23 +0000)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 28 Mar 2013 21:40:45 +0000 (14:40 -0700)
commitec839527f2647f365e84e6f571ce13d90b7c6adf
treea56d139b308ad734fb90903528ef430a40a1b867
parent1d26e1fefd379deffd76469deea8f1bb8c0fc2dd
ip/xfrm: Do not allow redundant algorithm combinations to be specified

AEAD algorithms perform both encryption and authentication; they are
not combined with separate encryption or authentication algorithms.

Signed-off-by: David Ward <david.ward@ll.mit.edu>
ip/xfrm_state.c