Skip to content

Commit

Permalink
Add mermaid digram for connections and reword #2
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaTamachiro committed Nov 15, 2024
1 parent 7740221 commit 7e0b9a1
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions src/content/docs/ssl/post-quantum-cryptography/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,26 @@ A hybrid key agreement lays the groundwork as more and more [clients](#visitor-t

## Three connections in the life of a request

### Visitor to Cloudflare
```mermaid
flowchart LR
accTitle: Three connections - from visitor to Cloudflare to origin server
accDescr: Diagram showing connections for an uncached request.
A[Visitor]
subgraph Cloudflare
X[(Cloudflare <br />service A)]
B[(Cloudflare <br />service B)]
end
C[(Origin server)]
A --1--> X
X --2--> B
B --3--> C
```

### 1. Visitor to Cloudflare

As of [october 2023](https://blog.cloudflare.com/post-quantum-for-all/), all websites and APIs served through Cloudflare over TLS 1.3 support post-quantum hybrid key agreement. However, the connection is only post-quantum secured if the client also supports post-quantum cryptography.

### Internal services
### 2. Internal connections

### Cloudflare to your origin
### 3. Cloudflare to your origin

0 comments on commit 7e0b9a1

Please sign in to comment.