File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ authenticate using a traditional approach (such as user name and
425425password) is clearly a bit of a weakness. At the same time, it
426426solves the thorny problem of how to scalably bind public
427427keys to users which has proven challenging to date. Additional steps
428- to secure the intial authentication might include the use of
428+ to secure the initial authentication might include the use of
429429multi-factor authentication.
430430
431431Passkeys offer two protections against phishing. First, the private
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ interesting. It avoids the need for another Diffie-Hellman exchange
339339but is still requires a round trip time to establish the session. But
340340because the new session keys are known to both sides before the first
341341handshake message is sent, session resumption opens up the possibility
342- of sending "0-RTT data" along with the handhsake . 0-RTT data can be
342+ of sending "0-RTT data" along with the handshake . 0-RTT data can be
343343included along with the handshake messages, without waiting one RTT
344344for keys to be established. This is beneficial from a performance
345345perspective, especially for short-lived connections, but it comes with
You can’t perform that action at this time.
0 commit comments