aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossary/tls/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/glossary/tls/index.html')
-rw-r--r--files/pt-br/glossary/tls/index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/files/pt-br/glossary/tls/index.html b/files/pt-br/glossary/tls/index.html
new file mode 100644
index 0000000000..4cfbc209ee
--- /dev/null
+++ b/files/pt-br/glossary/tls/index.html
@@ -0,0 +1,27 @@
+---
+title: TLS
+slug: Glossario/TLS
+tags:
+ - Criptografía
+ - Glossário
+ - Infraestrutura
+ - Segurança
+translation_of: Glossary/TLS
+---
+<p id="Summary">Transport Layer Security (TLS), previamente conhecido como Secure Sockets Layer (SSL), é um {{Glossary("protocolo")}} usado por aplicativos para se comunicar de forma segura em toda a rede, evitando adulteração e espionagem no email, navegador, mensagens e outros protocolos.</p>
+
+<p>Todos os navegadores atuais suportam o protocolo TLS, exigindo que o servidor forneça um {{Glossary("Digital certificate", "certificado digital")}} válido que confirme sua identidade para estabelecer uma conexão segura. É possível para ambos, o cliente e o servidor, se autentiquem mutuamente, se ambas partes providenciar seus próprios certificados digitais individuais.</p>
+
+<h3 id="Conhecimento_geral">Conhecimento geral</h3>
+
+<ul>
+ <li><a href="/en-US/docs/Web/Security/Transport_Layer_Security">Transport Layer Security</a></li>
+ <li><a href="https://owasp.org/index.php?title=Transport_Layer_Protection_Cheat_Sheet" rel="external">OWASP: Transport Layer Protection Cheat Sheet</a></li>
+ <li>{{Interwiki("wikipedia", "Transport Layer Security")}} na Wikipedia</li>
+</ul>
+
+<h3 id="Especificações">Especificações</h3>
+
+<ul>
+ <li><a href="https://tools.ietf.org/html/rfc5246" rel="external">RFC 5246</a> (The Transport Layer Security Protocol, Version 1.2)</li>
+</ul>