Commit df93c431 authored by Michal Ludvig's avatar Michal Ludvig Committed by Stephen Hemminger

[XFRM]: SHA2-256 should be truncated to 96 bits, not 128.

parent 4576b4fa
......@@ -85,7 +85,7 @@ static struct xfrm_algo_desc aalg_list[] = {
.uinfo = {
.auth = {
.icv_truncbits = 128,
.icv_truncbits = 96,
.icv_fullbits = 256,
}
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment