Skip to content

Commit e75c208

Browse files
committed
Fix PRF registration inputs referencing eval instead of salt1 and salt2
1 parent 6ba2237 commit e75c208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7518,8 +7518,8 @@ but also cannot be deleted by the client since the [=authenticator data=] is sig
75187518
1. If the authenticator does not support the CTAP2 `hmac-secret` extension [[FIDO-CTAP]],
75197519
but does support some other implementation compatible with the abstract authenticator processing defined below:
75207520
1. Set {{AuthenticationExtensionsPRFOutputs/enabled}} to [TRUE].
7521-
1. If {{AuthenticationExtensionsPRFInputs/eval}} is present,
7522-
use some unspecified mechanism to convey {{AuthenticationExtensionsPRFInputs/eval}} to the authenticator as the inputs to evaluate the PRF on.
7521+
1. If |salt1| is defined, use some unspecified mechanism to convey |salt1| and,
7522+
if defined, |salt2| to the authenticator as PRF inputs, in that order.
75237523
1. Use some unspecified mechanism to receive the PRF outputs from the authenticator.
75247524
Set <code>{{AuthenticationExtensionsPRFOutputs/results}}</code> to the evaluation results, if any.
75257525

0 commit comments

Comments
 (0)