Skip to content
  1. Jan 10, 2020
  2. Jan 08, 2020
    • Pablo de Lara's avatar
      test: reduce verbose level in ZUC tests · 21360a3c
      Pablo de Lara authored
      Only print information about individual tests
      if DEBUG flag is set, helping reducing the test output.
      21360a3c
    • Pablo de Lara's avatar
      test: check all buffers returned in ZUC-EEA3 · c11a9b67
      Pablo de Lara authored
      Unit tests were only checking the first buffer returned
      when encrypting/decrypting with ZUC-EEA3.
      
      The code has been refactored, creating a single function
      to compare an output buffer with a reference test vector,
      used to compare all buffers returned by the ZUC API.
      c11a9b67
  3. Dec 20, 2019
  4. Dec 19, 2019
    • Pablo de Lara's avatar
      test: simplify KASUMI F8 N buffer tests · 0f19d180
      Pablo de Lara authored
      Allocate, initialize and use a single array of buffers
      and iterate through it for all the KASUMI F8 N buffer tests,
      instead of using an array of array of buffers.
      
      Thanks to this simplification, some issues reported by Valgrind
      due to the complex test (including usage of uninitialized variables,
      leading to potential segfaults) are resolved.
      0f19d180
  5. Dec 18, 2019
  6. Dec 13, 2019
  7. Dec 12, 2019
  8. Dec 11, 2019
Loading