aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/tls/index.md
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-11-15 21:40:53 +0100
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-15 21:55:31 +0100
commit7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (patch)
tree1e5d89ff08a80c6a5311b703cd11c2e91b342622 /files/fr/glossary/tls/index.md
parent6f6e297fbfa7867b1f42c4245df20f4282b3b083 (diff)
downloadtranslated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.gz
translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.bz2
translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.zip
move *.html to *.md
Diffstat (limited to 'files/fr/glossary/tls/index.md')
-rw-r--r--files/fr/glossary/tls/index.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/files/fr/glossary/tls/index.md b/files/fr/glossary/tls/index.md
new file mode 100644
index 0000000000..1675d114eb
--- /dev/null
+++ b/files/fr/glossary/tls/index.md
@@ -0,0 +1,30 @@
+---
+title: TLS
+slug: Glossary/TLS
+tags:
+ - Cryptographie
+ - Glossaire
+ - Infrastructure
+ - Sécurité
+translation_of: Glossary/TLS
+original_slug: Glossaire/TLS
+---
+<p>Transport Layer Security (TLS), comme son prédécesseur Secure Sockets Layer (SSL), est un {{Glossary("Protocol", "protocole")}} utilisé par les applications pour communiquer de manière sécurisée à travers un réseau, tout en prévenant la falsification et l'interception des courriels, navigations web, messageries et autres protocoles.</p>
+
+<p>Tous les navigateurs modernes supportent le protocole TLS, nécessitant l'envoi par le serveur d'un {{Glossary("Digital certificate", "certificat numérique")}} valide pour confirmer son identité afin de pouvoir établir une connexion sécurisée. Il est possible pour le client et le serveur de s'authentifier mutuellement, si chacune des deux parties fournit son propre certificat numérique individuel.</p>
+
+<h2 id="Pour_approfondir">Pour approfondir</h2>
+
+<h3 id="Culture_générale">Culture générale</h3>
+
+<ul>
+ <li><a href="/fr/docs/Web/Security/Transport_Layer_Security">Transport Layer Security</a></li>
+ <li><a href="https://www.owasp.org/index.php/Transport_Layer_Protection_Cheat_Sheet">OWASP: Transport Layer Protection Cheat Sheet</a></li>
+ <li>{{Interwiki("wikipedia", "Transport_Layer_Security","Transport Layer Security")}} sur Wikipédia</li>
+</ul>
+
+<h3 id="Spécifications">Spécifications</h3>
+
+<ul>
+ <li><a href="https://www.ietf.org/rfc/rfc5246.txt">RFC 5246</a> (The Transport Layer Security Protocol, Version 1.2)</li>
+</ul>