Re: [PATCH] macsec: Add support for GCM-AES-256 cipher suite

2018-01-09 Thread David Miller
From: Felix Walter Date: Fri, 5 Jan 2018 14:33:31 +0100 > This adds support for the GCM-AES-256 cipher suite as specified in > IEEE 802.1AEbn-2011. The prepared cipher suite selection mechanism is used, > with GCM-AES-128 being the default cipher suite as defined in the standard. > > Signed-off

[PATCH] macsec: Add support for GCM-AES-256 cipher suite

2018-01-05 Thread Felix Walter
This adds support for the GCM-AES-256 cipher suite as specified in IEEE 802.1AEbn-2011. The prepared cipher suite selection mechanism is used, with GCM-AES-128 being the default cipher suite as defined in the standard. Signed-off-by: Felix Walter Cc: Sabrina Dubroca --- drivers/net/macsec.c