Icinga / Icinga/icinga2

Review TLS cipher default configuration

Open
#10,902 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
2.2k
Forks
616
Avg merge
5d 6h
Merged PRs (30d)
10

Description

Mozilla's SSL config generator (which we more or less use as a reference for out default configuration) did their "first major refresh of guidelines since 2020", which means they don't recommend DHE anymore. For Icinga 2 that would imply removing DHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES256-GCM-SHA384, and DHE-RSA-CHACHA20-POLY1305.

I don't get the reson though, release says "recommended ciphers for Intermediate are now all PFS with AEAD", but DHE provides PFS, no matter if on elliptic curves or not, and AES-GCM and CHACHA20-POLY1305 are AEAD ciphers.

I'm mainly creating this issue to have something in the 2.17.0 milestone, so that this doesn't come as a surprise again then. :)

refs https://github.com/Icinga/icinga2/issues/10852#issuecomment-4499631428

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no file or test; start by locating Icinga 2's default TLS cipher configuration and compare it with Mozilla SSL config generator v5.8 and the referenced issue #10852. Done means resolving whether the three DHE-RSA ciphers should remain and recording or updating the 2.17.0 default accordingly.

Written by the indexing model from the issue text.

Assessment

Domain
security
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.