Skip to content

Commit

Permalink
s/PRF/CSPRNG/ for clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Oct 31, 2019
1 parent d683da8 commit febd899
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -2770,12 +2770,12 @@ following steps:
modifier chosen at random.

* When issuing a NEW_TOKEN token, the server generates the alternative initial
salt by calling a pseudo-random function. Then it builds a token that
embeds the alternative seeds including the initial salt being generated. The
token will be encrypted using a key known only to the server, thereby
conforming to the requirements in {{validate-future}}. After that, the server
sends a NEW_TOKEN frame that contains the generated token and the seeds that
have been embedded into that token.
salt using a cryptographically secure pseudo-random number generator. Then it
builds a token that embeds the alternative seeds including the initial salt
being generated. The token will be encrypted using a key known only to the
server, thereby conforming to the requirements in {{validate-future}}. After
that, the server sends a NEW_TOKEN frame that contains the generated token and
the seeds that have been embedded into that token.

* When the client reconnects to the server by using the provided token and the
seeds, the server first checks if the version number field of the incoming
Expand Down

0 comments on commit febd899

Please sign in to comment.