Skip to content

Commit

Permalink
Lint checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpaulo committed Nov 20, 2018
1 parent 14c807f commit 3d808de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ The labels generated by the HKDF-Expand-Label function are:
The client initial secret is 32 bytes long:

~~~
9f 53 64 57 f3 2a 1e 0a e8 64 bc b3 ca f1 23 51
9f 53 64 57 f3 2a 1e 0a e8 64 bc b3 ca f1 23 51
10 63 0e 1d 1f b3 38 35 bd 05 41 70 f9 9b f7 dc
~~~

Expand All @@ -1293,9 +1293,9 @@ initialization vector (12 bytes):
~~~
key: f2 92 8f 26 14 ad 6c 20 b9 bd 00 8e 9c 89 63 1c

pn key: 68 c3 f6 4e 2d 66 34 41 2b 8e 32 94 62 8d 76 f1
pn key: 68 c3 f6 4e 2d 66 34 41 2b 8e 32 94 62 8d 76 f1

IV: ab 95 0b 01 98 63 79 78 cf 44 aa b9
IV: ab 95 0b 01 98 63 79 78 cf 44 aa b9
~~~

The server initial secret is 32 bytes long:
Expand All @@ -1309,9 +1309,9 @@ Using this secret, we get the following keys (16 bytes) and
initialization vector (12 bytes):

~~~
key: f5 68 17 d0 fc 59 5c fc 0a 2b 0b cf b1 87 35 ec
key: f5 68 17 d0 fc 59 5c fc 0a 2b 0b cf b1 87 35 ec

pn key: a3 13 c8 6d 13 73 ec bc cb 32 94 b1 49 74 22 6c
pn key: a3 13 c8 6d 13 73 ec bc cb 32 94 b1 49 74 22 6c

IV: 32 05 03 5a 3c 93 7c 90 2e e4 f4 d6
~~~
Expand Down

0 comments on commit 3d808de

Please sign in to comment.