aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/tls/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
commit39f2114f9797eb51994966c6bb8ff1814c9a4da8 (patch)
tree66dbd9c921f56e440f8816ed29ac23682a1ac4ef /files/fr/glossary/tls/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.gz
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.bz2
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.zip
unslug fr: move
Diffstat (limited to 'files/fr/glossary/tls/index.html')
-rw-r--r--files/fr/glossary/tls/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/files/fr/glossary/tls/index.html b/files/fr/glossary/tls/index.html
new file mode 100644
index 0000000000..5d7ceb078c
--- /dev/null
+++ b/files/fr/glossary/tls/index.html
@@ -0,0 +1,29 @@
+---
+title: TLS
+slug: Glossaire/TLS
+tags:
+ - Cryptographie
+ - Glossaire
+ - Infrastructure
+ - Sécurité
+translation_of: Glossary/TLS
+---
+<p id="Summary">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="https://developer.mozilla.org/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" rel="external">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" rel="external">RFC 5246</a> (The Transport Layer Security Protocol, Version 1.2)</li>
+</ul>