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

20240717-fixes #7757

Merged
merged 1 commit into from
Jul 18, 2024
Merged

20240717-fixes #7757

merged 1 commit into from
Jul 18, 2024

Commits on Jul 17, 2024

  1. fixes for defects identified by nightly testing:

    * ecc.c: in wc_ecc_free(), fix gating around handling for key->sign_k to resolve memory leak, and in wc_ecc_gen_deterministic_k(), fix -Wconversion.
    
    * test.c: add missing mp_free()s to ecdsa_test_deterministic_k_rs() and ecc521_test_deterministic_k().
    
    * wc_HashType: change several occurrences of int to enum wc_HashType, including ecc_key.hashType and API wc_ecc_set_deterministic_ex(), to resolve C++ warnings.
    
    * fixes for various C++ warnings/errors in crypto and TLS layers and test and benchmark code -- implicit casts, negative initializers for unsigned type, jumped initializers, and missing enums in switch()es.
    douzzer committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c36ab59 View commit details
    Browse the repository at this point in the history