mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 03:35:35 +00:00
docs: TLS 1.3: Update TLS 1.3 documentation file name
Update TLS 1.3 documentation file name and its overview section. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
0abf07ca2c
commit
43ffc9d659
@ -1,22 +1,18 @@
|
|||||||
TLS 1.3 Experimental Developments
|
TLS 1.3 support
|
||||||
=================================
|
===============
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
|
|
||||||
Mbed TLS doesn't support the TLS 1.3 protocol yet, but a prototype is in development.
|
Mbed TLS provides a minimum viable implementation of the TLS 1.3 protocol
|
||||||
Stable parts of this prototype that can be independently tested are being successively
|
defined in the "MVP definition" section below. The TLS 1.3 support enablement
|
||||||
upstreamed under the guard of the following macro:
|
is controlled by the MBEDTLS_SSL_PROTO_TLS1_3 configuration option.
|
||||||
|
|
||||||
```
|
The development of the TLS 1.3 protocol is based on the TLS 1.3 prototype
|
||||||
MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL
|
located at https://github.com/hannestschofenig/mbedtls. The prototype is
|
||||||
```
|
itself based on a version of the development branch that we aim to keep as
|
||||||
|
recent as possible (ideally the head) by merging regularly commits of the
|
||||||
This macro will likely be renamed to `MBEDTLS_SSL_PROTO_TLS1_3` once a minimal viable
|
development branch into the prototype.
|
||||||
implementation of the TLS 1.3 protocol is available.
|
|
||||||
|
|
||||||
See the [documentation of `MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL`](../../include/mbedtls/mbedtls_config.h)
|
|
||||||
for more information.
|
|
||||||
|
|
||||||
Status
|
Status
|
||||||
------
|
------
|
Loading…
x
Reference in New Issue
Block a user