commit | 48ef0908b81cc6b92ec8b157bb78ce2c4eddd7c7 | [log] [tgz] |
---|---|---|
author | Lars Persson <lars.persson@axis.com> | Wed Jan 23 12:59:44 2019 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Feb 01 14:42:04 2019 +0800 |
tree | 5909d9af246ada3db109deb517caaed0532948af | |
parent | 0d1d482416002791a705e7acef55edcd989facd2 [diff] |
crypto: axis - support variable AEAD tag length The implementation assumed that the client always wants the whole 16 byte AES-GCM tag. Now we respect the requested authentication tag size fetched using crypto_aead_authsize(). Signed-off-by: Lars Persson <larper@axis.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>