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

Check for 0 modulus in BN_RECP_CTX_set. #21255

Closed

Commits on Jun 25, 2023

  1. Check for 0 modulus in BN_RECP_CTX_set.

    The function BN_RECP_CTX_set did not check whether arg d is zero,
    in which case an early failure should be returned to the invoker.
    This is a similar fix to the cognate defect of CVE-2015-1794.
    
    Fixes openssl#21111
    
    CLA: trivial
    fullwaywang committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    6d61f26 View commit details
    Browse the repository at this point in the history