diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
commit | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch) | |
tree | d4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/de/glossary/tls | |
parent | 33058f2b292b3a581333bdfb21b8f671898c5060 (diff) | |
download | translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2 translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip |
initial commit
Diffstat (limited to 'files/de/glossary/tls')
-rw-r--r-- | files/de/glossary/tls/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/de/glossary/tls/index.html b/files/de/glossary/tls/index.html new file mode 100644 index 0000000000..7d145fdac3 --- /dev/null +++ b/files/de/glossary/tls/index.html @@ -0,0 +1,27 @@ +--- +title: TLS +slug: Glossary/TLS +tags: + - Cryptography + - Glossary + - Infrastructure + - Security +translation_of: Glossary/TLS +--- +<p id="Summary">Transport Layer Security (TLS), Nachfolger von Secure Sockets Layer (SSL), ist ein in Applikationen verwendetes {{Glossary("protocol")}} um sicher über ein Netzwerk zu kommunizieren, sowie Manipulation und Abhören von E-Mail, Internetsurfen, Nachrichtenaustausch und weiterer Protokollkommunikationen zu verhindern.</p> + +<p>Alle modernen Webbrowser unterstützen das TLS Protokoll mit der Anforderung an den Server, ein valides {{Glossary("Digital certificate", "digital certificate")}} bereitzustellen, das dessen Identität bestätigt um eine sichere Verbindung aufzubauen. Es ist sowohl für den Client wie auch den Server möglich, sich gegenseitig zu authentifizieren, wenn beide Seiten ihr eigenes, individuelles, digitales Zertifikat bereitstellen.</p> + +<h3 id="Allgemeines">Allgemeines</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")}} auf Wikipedia</li> +</ul> + +<h3 id="Spezifikationen">Spezifikationen</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> |