From 238a6959db7dd0657abd52fa354c74731fd8572c Mon Sep 17 00:00:00 2001 From: Benjamin Graillot Date: Tue, 27 Apr 2021 11:37:14 +0000 Subject: [PATCH] [tools] Ajout de tls.md --- tools/tls.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/tls.md diff --git a/tools/tls.md b/tools/tls.md new file mode 100644 index 0000000..228b1c3 --- /dev/null +++ b/tools/tls.md @@ -0,0 +1,7 @@ +# TLS + +TLS (Transport Layer Security) est un protocole cryptographique permettant une communication sécurisée sur un réseau. + +## TLS 1.3 + +La dernière version de TLS est TLS 1.3 spécifiée dans la [RFC 8446](https://tools.ietf.org/html/rfc8446).