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
{{ message }}
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
and latest working draft, to authenticatorClientPIN:
"newPin" be the UTF-8 representation of "newPinUnicode".
"curPin" be the UTF-8 representation of "curPinUnicode"
So authenticator should check newPin and curPin against UTF-8 encoding, then test tool should test this with wrong/correct UTF-8 encoding input parameters.
The text was updated successfully, but these errors were encountered:
According to CTAP 2.0 Proposed Standard: https://fidoalliance.org/specs/fido-v2.0-ps-20190130/fido-client-to-authenticator-protocol-v2.0-ps-20190130.html
and
CTAP 2.1 Review Draft: https://fidoalliance.org/specs/fido2/fido-client-to-authenticator-protocol-v2.1-rd-20191217.html
and latest working draft, to authenticatorClientPIN:
"newPin" be the UTF-8 representation of "newPinUnicode".
"curPin" be the UTF-8 representation of "curPinUnicode"
So authenticator should check newPin and curPin against UTF-8 encoding, then test tool should test this with wrong/correct UTF-8 encoding input parameters.
The text was updated successfully, but these errors were encountered: