Skip to content

Disable 3DES and other insecure cipher suites

Krasimir Angelov requested to merge 150-disable-insecure-ciphers into master

Disable 3DES and other insecure cipher suites.

Supported cipher suites are:

  • TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
  • TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
  • TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
  • TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
  • TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
  • TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384

Closes #150 (closed).

Edited by 🤖 GitLab Bot 🤖

Merge request reports