Commit 5f14409
committed
Update
We recently switched to `ReceiveAuthKey`-based blinded path
authentication, removing various fields used to authenticate
blinded paths from contexts. In doing so we removed
no-longer-needed `HMAC_INPUT`s in offer metadata validation, and
left a comment noting that previously used values should not be
reused.
That comment was slightly incorrect as it indicated some kind of
"backward compatibility" concern, but of course we broke backwards
compatibility when we stopped accepting the previous authentication
scheme.
Instead, here, we update the comment to note that what we're
protecting against is a type confusion attack.HMAC_INPUT docs to accurately describe legacy reservations1 parent c9c2867 commit 5f14409
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments