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
Previously-authentication fields in contexts can be reused
We recently switched to `ReceiveAuthKey`-based blinded path
authentication, removing various fields used to authenticate
blinded paths from contexts. In doing so, we left a comment arguing
that such fields should not have their TLV IDs reused, however
there's no reason for that restriction. If we reuse old blinded
paths with those fields set they'll fail the new authentication
checks anyway, so the fields should never end up being seen in
blinded paths we'd accept.
This simply updates the comments.
0 commit comments