Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aria.c uses printf instead of mbedtls_printf #1908

Closed
TrinityTonic opened this issue Aug 1, 2018 · 2 comments
Closed

Aria.c uses printf instead of mbedtls_printf #1908

TrinityTonic opened this issue Aug 1, 2018 · 2 comments
Labels
bug component-crypto Crypto primitives and low-level interfaces

Comments

@TrinityTonic
Copy link

Description

  • Type: Bug
  • Priority: Minor

Bug

The implementation of the aria cipher (aria.c) uses "printf"s instead of "mbedtls_printf"s.

@hanno-becker hanno-becker added bug component-crypto Crypto primitives and low-level interfaces labels Aug 1, 2018
@hanno-becker
Copy link

Thank you @TrinityTonic for raising this!

@RonEld RonEld added the tracking label Aug 1, 2018
@ciarmcom
Copy link

ciarmcom commented Aug 1, 2018

ARM Internal Ref: IOTSSL-2440

RonEld pushed a commit to RonEld/mbedtls that referenced this issue Aug 13, 2018
Replace usages of `printf()` with `mbedtls_printf()` in `aria.c`
which were accidently merged. Fixes Mbed-TLS#1908
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug component-crypto Crypto primitives and low-level interfaces
Projects
None yet
Development

No branches or pull requests

4 participants