For the complete documentation index, see llms.txt. This page is also available as Markdown.

Supported TLS Cipher Suites

In line with the enhanced security requirements of FAPI 2.0, only the following cipher suites are supported:

TLS Version
Allowed Ciphers

TLS v1.3

All ciphers

TLS v1.2

  • ECDHE-RSA-AES128-GCM-SHA256

  • ECDHE-RSA-AES256-GCM-SHA384

  • ECDHE-ECDSA-AES128-GCM-SHA256

  • ECDHE-ECDSA-AES256-GCM-SHA384

Last updated