aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossaire/tls/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/fr/glossaire/tls/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/fr/glossaire/tls/index.html')
-rw-r--r--files/fr/glossaire/tls/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/files/fr/glossaire/tls/index.html b/files/fr/glossaire/tls/index.html
new file mode 100644
index 0000000000..5d7ceb078c
--- /dev/null
+++ b/files/fr/glossaire/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>