Skip to content

Commit

Permalink
Add bold typeface to emphasize server name in TLS 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Matti Bispham committed Nov 24, 2023
1 parent 46d48cb commit 4ec4f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logs/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,10 @@ of the server name.
"id.orig_p": 34347,
"id.resp_h": "64.233.166.94",
"id.resp_p": 443,
"version": "TLSv13",
**"version": "TLSv13"**,
"cipher": "TLS_AES_128_GCM_SHA256",
"curve": "x25519",
"server_name": "www.google.de",
**"server_name": "www.google.de"**,
"resumed": false,
"established": false,
"ssl_history": "Cs"
Expand Down

0 comments on commit 4ec4f23

Please sign in to comment.