Branch: refs/heads/api-next
  Home:   https://github.com/Linaro/odp
  Commit: 191ee818e5951e8334ec54d40d5b02065ee33c5c
      
https://github.com/Linaro/odp/commit/191ee818e5951e8334ec54d40d5b02065ee33c5c
  Author: Dmitry Eremin-Solenikov <[email protected]>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M test/common_plat/validation/api/crypto/odp_crypto_test_inp.c

  Log Message:
  -----------
  test: crypto: add AES-GCM tests with wrong tag value

Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-and-tested-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 826ee894aa0ebd09d42a17e1de077c46bc5b366a
      
https://github.com/Linaro/odp/commit/826ee894aa0ebd09d42a17e1de077c46bc5b366a
  Author: Dmitry Eremin-Solenikov <[email protected]>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M platform/linux-generic/odp_crypto.c

  Log Message:
  -----------
  linux: crypto: fix checking of GCM tags

Currently odp_crypto code will happily accept wrong tags, because the
check for EVP_DecryptFinal_ex return code is incorrect. This function
returns 0 if tag is incorrect, not < 0.
https://bugs.linaro.org/show_bug.cgi?id=3003

Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-and-tested-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


Compare: https://github.com/Linaro/odp/compare/f4c213cccc49...826ee894aa0e

Reply via email to