Recommended SSL Cipher Suites
Overview about the cipher suites with their properties:
1. Elliptic Curve Diffie–Hellman (ECDH) Elliptic Curve Digital Signature Algorithm (ECDSA) AES 256 in Galois Counter Mode (AES256-GCM) SHA384
2. Elliptic Curve Diffie–Hellman (ECDH) RSA AES 256 in Galois Counter Mode (AES256-GCM) SHA384
3. Elliptic curve Diffie–Hellman (ECDH) Elliptic Curve Digital Signature Algorithm (ECDSA) ChaCha20 (CHACHA20) POLY1305
The cipher suites names in OpenSSL:
ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES256-GCM-SHA384 ECDHE-ECDSA-AES128-SHA ECDHE-ECDSA-AES256-SHA ECDHE-ECDSA-AES128-SHA256 ECDHE-ECDSA-AES256-SHA384 ECDHE-RSA-AES128-GCM-SHA256 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-RSA-AES128-SHA ECDHE-RSA-AES256-SHA ECDHE-RSA-AES128-SHA256 ECDHE-RSA-AES256-SHA384