You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update HMAC_INPUT docs to accurately describe legacy reservations
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.
0 commit comments