Score:0

Does TLS1.3 support DHE_EXPORT cipher suite?

pg flag

I just wanted to know for sure that TLS 1.3 does not support DHE_EXPORT cipher suits.

kelalaka avatar
in flag
Does this answer your question? [Which block cipher mode of operation does TLS 1.3 use?](https://crypto.stackexchange.com/questions/95604/which-block-cipher-mode-of-operation-does-tls-1-3-use)
Score:1
si flag

RFC 8446 page 133 contains the complete list of cipher suites TLS 1.3 allows.

The complete list is

          +------------------------------+-------------+
          | Description                  | Value       |
          +------------------------------+-------------+
          | TLS_AES_128_GCM_SHA256       | {0x13,0x01} |
          |                              |             |
          | TLS_AES_256_GCM_SHA384       | {0x13,0x02} |
          |                              |             |
          | TLS_CHACHA20_POLY1305_SHA256 | {0x13,0x03} |
          |                              |             |
          | TLS_AES_128_CCM_SHA256       | {0x13,0x04} |
          |                              |             |
          | TLS_AES_128_CCM_8_SHA256     | {0x13,0x05} |
          +------------------------------+-------------+

none of which are ≤56-bit security (i.e. the DHE_EXPORT list ciphers are all deprecated and have been removed). TLS 1.3 does not specify the asymmetric algorithms (for key exchange or signatures) in the cipher suite, those are specified by the supported_groups in section 4.2.7 and key_share in section 4.2.8. None of those are ≤56-bit either. The signature algorithms in section 4.2.3 are also all >56-bit security.

warren avatar
pg flag
Thank you SAI. Appreciate your help.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.