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

wrong RSA_PRV_DER_MAX_BYTES for odd MBEDTLS_MPI_MAX_SIZE #4094

Merged
merged 4 commits into from
Feb 2, 2021

Commits on Feb 1, 2021

  1. avoid errorneous computation of RSA_PRV_DER_MAX_BYTES if MBEDTLS_MPI_…

    …MAX_SIZE is odd.
    
    if MBEDTLS_MPI_MAX_SIZE is odd then RSA_PRV_DER_MAX_BYTES will be two less than expected, since the macros are lacking parentheses.
    
    
    Signed-off-by: Daniel Otte <d.otte@wut.de>
    d-otte committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    39f3614 View commit details
    Browse the repository at this point in the history
  2. adding parentheses to macro definitions, to avoid confusion and possi…

    …ble mistakes in usage.
    
    Signed-off-by: Daniel Otte <d.otte@wut.de>
    d-otte committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    79fb5da View commit details
    Browse the repository at this point in the history
  3. adding entry file to ChangeLog.d for PR4094

    Signed-off-by: Daniel Otte <d.otte@wut.de>
    d-otte committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    21cbe4a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. adjusting Changelog entry for PR Mbed-TLS#4094

    Signed-off-by: Daniel Otte <d.otte@wut.de>
    d-otte committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    da43d78 View commit details
    Browse the repository at this point in the history