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
* Add CancellationToken to Task methods
* Drop (some) trailing spaces
* Add =default to all cancellationToken in public methods
* Re-add requestTokenBindingId = null
thrownewFido2VerificationException("Hash value mismatch extraData and attToBeSigned");
123
-
123
+
124
124
// 4d. Verify that attested contains a TPMS_CERTIFY_INFO structure, whose name field contains a valid Name for pubArea, as computed using the algorithm in the nameAlg field of pubArea
thrownewFido2VerificationException("Hash value mismatch attested and pubArea");
128
+
thrownewFido2VerificationException("Hash value mismatch attested and pubArea");
129
129
130
130
// 4e. Note that the remaining fields in the "Standard Attestation Structure" [TPMv2-Part1] section 31.2, i.e., qualifiedSigner, clockInfo and firmwareVersion are ignored. These fields MAY be used as an input to risk engines.
// 17. Check that the credentialId is not yet registered to any other user.
218
225
// If registration is requested for a credential that is already registered to a different user, the Relying Party SHOULD fail this registration ceremony, or it MAY decide to accept the registration, e.g. while deleting the older registration
0 commit comments