We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d970fd commit 645a059Copy full SHA for 645a059
libraries/opensk/src/ctap/ctap1.rs
@@ -233,8 +233,7 @@ impl Ctap1Command {
233
// U2F raw message format specification (version 20170411) section 6.3
234
U2fCommand::Version => Ok(Vec::<u8>::from(super::U2F_VERSION_STRING)),
235
236
- // TODO: should we return an error instead such as SW_INS_NOT_SUPPORTED?
237
- U2fCommand::VendorSpecific { .. } => Err(Ctap1StatusCode::SW_SUCCESS),
+ U2fCommand::VendorSpecific { .. } => Err(Ctap1StatusCode::SW_INS_INVALID),
238
}
239
240
0 commit comments