Skip to content

Commit a6bfb7f

Browse files
Apply suggestion: Reword intro to TLS building blocks
Co-authored-by: Peter Wu <[email protected]>
1 parent 3990553 commit a6bfb7f

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/ssl/post-quantum-cryptography

1 file changed

+1
-1
lines changed

src/content/docs/ssl/post-quantum-cryptography/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Post-quantum key agreements are only supported in protocols based on TLS 1.3 (in
2020

2121
## Three building blocks of TLS
2222

23-
For a TLS handshake to happen, three types of encryption have to be in place:
23+
Before TLS can protect your communications, three cryptographic algorithms have to be agreed on during the TLS handshake:
2424

2525
- **Symmetric ciphers:** used to encrypt and decrypt data, ensuring confidentiality and integrity (such as `CHACHA20-POLY1305`).
2626
- **Key agreement:** a cryptographic protocol with which client and server can safely agree on a shared key (such as `ECDH`).

0 commit comments

Comments
 (0)