# List of Cipher Suites

#### TLS 1.2 Cipher Suites for SIP

| Cipher Suite                                        |
| --------------------------------------------------- |
| **Legacy ciphers (SHA-1)**                          |
| TLS\_RSA\_WITH\_AES\_128\_CBC\_SHA                  |
| TLS\_RSA\_WITH\_AES\_256\_CBC\_SHA                  |
| TLS\_ECDHE\_RSA\_WITH\_AES\_128\_CBC\_SHA           |
| TLS\_ECDHE\_RSA\_WITH\_AES\_256\_CBC\_SHA           |
| TLS\_ECDHE\_ECDSA\_WITH\_AES\_128\_CBC\_SHA         |
| TLS\_ECDHE\_ECDSA\_WITH\_AES\_256\_CBC\_SHA         |
| **RFC 5246**                                        |
| TLS\_RSA\_WITH\_AES\_128\_CBC\_SHA256               |
| TLS\_RSA\_WITH\_AES\_256\_CBC\_SHA256               |
| TLS\_ECDHE\_RSA\_WITH\_AES\_128\_CBC\_SHA256        |
| TLS\_ECDHE\_RSA\_WITH\_AES\_256\_CBC\_SHA384        |
| **RFC 5288**                                        |
| TLS\_ECDHE\_RSA\_WITH\_AES\_128\_GCM\_SHA256        |
| TLS\_ECDHE\_RSA\_WITH\_AES\_256\_GCM\_SHA384        |
| TLS\_ECDHE\_ECDSA\_WITH\_AES\_128\_GCM\_SHA256      |
| TLS\_ECDHE\_ECDSA\_WITH\_AES\_256\_GCM\_SHA384      |
| **RFC 5289**                                        |
| TLS\_RSA\_WITH\_AES\_128\_GCM\_SHA256               |
| TLS\_RSA\_WITH\_AES\_256\_GCM\_SHA384               |
| TLS\_ECDHE\_ECDSA\_WITH\_AES\_128\_CBC\_SHA256      |
| TLS\_ECDHE\_ECDSA\_WITH\_AES\_256\_CBC\_SHA384      |
| **RFC 7539**                                        |
| TLS\_ECDHE\_RSA\_WITH\_CHACHA20\_POLY1305\_SHA256   |
| TLS\_ECDHE\_ECDSA\_WITH\_CHACHA20\_POLY1305\_SHA256 |

#### **TLS 1.3 Cipher Suites for SIP**

<table><thead><tr><th width="498.38336181640625">Cipher Suite</th><th width="168.0167236328125">Key Exchange</th></tr></thead><tbody><tr><td><strong>RFC 8446</strong></td><td></td></tr><tr><td>TLS_AES_256_GCM_SHA384</td><td>ECDHE</td></tr><tr><td>TLS_AES_128_GCM_SHA256</td><td>ECDHE</td></tr><tr><td>TLS_CHACHA20_POLY1305_SHA256</td><td>ECDHE</td></tr></tbody></table>

***

#### **SRTP Cipher Suites**

<table><thead><tr><th width="340.2666015625">Cipher Suite Name</th><th>Encryption</th><th>Authentication</th></tr></thead><tbody><tr><td><sub><strong>RFC 3711</strong></sub></td><td></td><td></td></tr><tr><td>AES_CM_128_HMAC_SHA1_80</td><td>AES-128-CM</td><td>HMAC-SHA1</td></tr><tr><td>AES_CM_128_HMAC_SHA1_32</td><td>AES-128-CM</td><td>HMAC-SHA1</td></tr></tbody></table>

<table><thead><tr><th width="347.04998779296875">Cipher Suite Name</th><th>Encryption</th><th>Authentication</th></tr></thead><tbody><tr><td><sub><strong>RFC 6188</strong></sub></td><td></td><td></td></tr><tr><td>AES_CM_256_HMAC_SHA1_80<br>(Only SHA-256 is standardized for AES-256-CM)</td><td>AES-256-CM</td><td>HMAC-SHA1</td></tr><tr><td>AES_CM_256_HMAC_SHA256_80</td><td>AES-256-CM</td><td>HMAC-SHA-256</td></tr></tbody></table>

<table><thead><tr><th width="349.70001220703125">Cipher Suite Name</th><th>Encryption</th><th>Authentication</th></tr></thead><tbody><tr><td><sub><strong>RFC 7714</strong></sub></td><td></td><td></td></tr><tr><td>AEAD_AES_128_GCM</td><td>AES-128-GCM</td><td>Built-in (GCM)</td></tr><tr><td>AEAD_AES_256_GCM</td><td>AES-256-GCM</td><td>Built-in (GCM)</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://prosbcdocs.telcobridges.com/configuration-details/configuration-by-web-portal-category/sip/tls-srtp/list-of-cipher-suites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
