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

Removed CBC ciphers to address CVE-2013-0169 (LUCKY13) #1051

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 29, 2024

  1. Removed CBC ciphers to address CVE-2013-0169 (LUCKY13)

    Details:
    
    * This change removes the following CBC ciphers from the default set
      of ciphers in order to address CVE-2013-0169 (LUCKY13):
      - ECDHE-ECDSA-AES256-SHA384
      - ECDHE-RSA-AES256-SHA384
      - ECDHE-ECDSA-AES128-SHA256
      - ECDHE-RSA-AES128-SHA256
      This is done by listing them in the code, i.e. without any way to
      configure that by the user.
    
    Signed-off-by: Andreas Maier <maiera@de.ibm.com>
    andy-maier committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a4b1305 View commit details
    Browse the repository at this point in the history