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

Hmac fixes #112

Merged
merged 4 commits into from
May 4, 2022
Merged

Hmac fixes #112

merged 4 commits into from
May 4, 2022

Commits on Apr 27, 2022

  1. Fix UTs failing due to incorrect key length, remove UTs that shouldnt…

    … work with 32 byte SHA512 key, adding error catching previous issue, commented out two test for future commit to investigate a segfault
    dccutrig committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    506253d View commit details
    Browse the repository at this point in the history
  2. Fix UTs setup improperly

    dccutrig committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    f6dc8a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5223bef View commit details
    Browse the repository at this point in the history
  4. Segfault was caused by UT error, not a code error. Since the relevant…

    … code is already exercised, removed problematic UTs.
    dccutrig committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    afce6dc View commit details
    Browse the repository at this point in the history