CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/08 08:18:25
Modified files:
lib/libcrypto/modes: ccm128.c
Log message:
Make sure that the tag buffer size is equal to the tag size
in CRYPTO_ccm128_tag(). Otherwise the caller might end up
using the part of the tag buffer that was left uninitialized.
Issue found by Guido Vranken.
ok inoguchi
