Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧹 Remove Key Exchange Algorithm: `diffie-hellman-group-exchange-sha25…
…6` (#290) Removes the following Key Exchange Algorithm: - `diffie-hellman-group-exchange-sha256` Reasoning: Since [RFC4419](https://www.rfc-editor.org/rfc/inline-errata/rfc4419.html) `diffie-hellman-group-exchange-sha256` negotiates a DH group with at least 2048 bits (= group14) and maximum 8192 bits (= group18), since anything below DH group17 is not advisable, we should remove this KexAlgorithm. Adds the following Kex Algorithm: - `diffie-hellman-group18-sha512` Reasoning: `diffie-hellman-group18-sha512` has the following chracteristics: ``` Prime Field Size | Estimated Security Strength | Example MODP Group -- | -- | -- 8192-bit | 200 bits | group18 ``` --------- Signed-off-by: Manuel Weber <[email protected]>
- Loading branch information