Skip to content

Commit

Permalink
update architecture in tls
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephley committed Jun 16, 2024
1 parent d21acfe commit a3a96a7
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions docs/tls/glossar/architektur.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@

<https://www.cloudflare.com/learning/ssl/transport-layer-security-tls/>

There are three main components to what the TLS protocol accomplishes: Encryption, Authentication, and Integrity.

- Encryption: hides the data being transferred from third parties.
- Authentication: ensures that the parties exchanging information are who they claim to be.
- Integrity: verifies that the data has not been forged or tampered with.
TLS (Transport Layer Security) besteht aus mehreren Schichten und Protokollen.

## Record Layer

## Handshake Layer

Sorgt für die Vertraulichkeit und Integrität der übertragenen Daten.
## Handshake Layer & Change Cipher Spec
Ermöglicht die Authentifizierung der Kommunikationspartner und die Aushandlung kryptographischer Parameter. Das Change Cipher Spec Protocol signalisiert den Übergang von unverschlüsselter zu verschlüsselter Kommunikation.
<https://www.cloudflare.com/learning/ssl/what-happens-in-a-tls-handshake/>

![handshake](../images/tls-ssl-handshake.png)
[*Bild von Cloudflare*](https://cf-assets.www.cloudflare.com/slt3lc6tev37/5aYOr5erfyNBq20X5djTco/3c859532c91f25d961b2884bf521c1eb/tls-ssl-handshake.png)

## Alert Layer
## Alert Layer
Übermittelt Fehlermeldungen und Warnungen.

0 comments on commit a3a96a7

Please sign in to comment.