mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-06 06:49:22 +08:00
tls13-support.md: Early data supported now
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
124ed8a775
commit
1b606d8835
@ -33,7 +33,7 @@ Support description
|
|||||||
|
|
||||||
- Mbed TLS supports session resumption via the ticket mechanism.
|
- Mbed TLS supports session resumption via the ticket mechanism.
|
||||||
|
|
||||||
- Mbed TLS does not support sending or receiving early data (0-RTT data).
|
- Mbed TLS supports sending and receiving early data (0-RTT data).
|
||||||
|
|
||||||
- Supported cipher suites: depends on the library configuration. Potentially
|
- Supported cipher suites: depends on the library configuration. Potentially
|
||||||
all of them:
|
all of them:
|
||||||
@ -59,7 +59,7 @@ Support description
|
|||||||
| key_share | YES |
|
| key_share | YES |
|
||||||
| pre_shared_key | YES |
|
| pre_shared_key | YES |
|
||||||
| psk_key_exchange_modes | YES |
|
| psk_key_exchange_modes | YES |
|
||||||
| early_data | no |
|
| early_data | YES |
|
||||||
| cookie | no |
|
| cookie | no |
|
||||||
| supported_versions | YES |
|
| supported_versions | YES |
|
||||||
| certificate_authorities | no |
|
| certificate_authorities | no |
|
||||||
@ -173,8 +173,6 @@ Prototype upstreaming status
|
|||||||
|
|
||||||
The following parts of the TLS 1.3 prototype remain to be upstreamed:
|
The following parts of the TLS 1.3 prototype remain to be upstreamed:
|
||||||
|
|
||||||
- Sending (client) and receiving (server) early data (0-RTT data).
|
|
||||||
|
|
||||||
- New TLS Message Processing Stack (MPS)
|
- New TLS Message Processing Stack (MPS)
|
||||||
|
|
||||||
The TLS 1.3 prototype is developed alongside a rewrite of the TLS messaging layer,
|
The TLS 1.3 prototype is developed alongside a rewrite of the TLS messaging layer,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user