We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3990553 commit a6bfb7fCopy full SHA for a6bfb7f
src/content/docs/ssl/post-quantum-cryptography/index.mdx
@@ -20,7 +20,7 @@ Post-quantum key agreements are only supported in protocols based on TLS 1.3 (in
20
21
## Three building blocks of TLS
22
23
-For a TLS handshake to happen, three types of encryption have to be in place:
+Before TLS can protect your communications, three cryptographic algorithms have to be agreed on during the TLS handshake:
24
25
- **Symmetric ciphers:** used to encrypt and decrypt data, ensuring confidentiality and integrity (such as `CHACHA20-POLY1305`).
26
- **Key agreement:** a cryptographic protocol with which client and server can safely agree on a shared key (such as `ECDH`).
0 commit comments