Edit

IABSD.fr/src/lib/libcrypto/modes

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2019-05-08 14:18:25
    Hash : c7ddaaf5
    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