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

ECC Enc test: fix ecc_ctx_kdf_salt_test #6083

Closed
wants to merge 1 commit into from

Commits on Feb 13, 2023

  1. ECC Enc test: fix ecc_ctx_kdf_salt_test

    Test had uninitialized memory read as the plaintext buffer wasn't memset
    to AES block size.
    Test leaked when HAVE_WOLF_BIGINT is defined as keys weren't freed
    before initialization.
    Test function only compiled when AES-CTR compiled in when it uses
    AES-CBC.
    Made function return a unique value.
    Other tidying up.
    SparkiDev committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ce84c77 View commit details
    Browse the repository at this point in the history