]> git.ipfire.org Git - thirdparty/openssl.git/commit
GCM cipher in provider now fails if passed bad keylength
authorShane Lontis <shane.lontis@oracle.com>
Wed, 7 Aug 2019 01:39:04 +0000 (11:39 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 7 Aug 2019 01:39:04 +0000 (11:39 +1000)
commite9c116ebcbaf6a0d089a2f8d615eee5be69ab66a
tree43645bddc891871b3b1c07206cf691a02bb9e81d
parent88f19d86d9fb2d50b5a80b6cad0a6b38dfc2bf12
GCM cipher in provider now fails if passed bad keylength

Fixes #9500

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9512)
providers/common/ciphers/gcm.c
test/aesgcmtest.c