Skip to content

CTAP-HID abort and cancellation #7

@nmdanny

Description

@nmdanny
  • Both CTAPHID_CANCEL and CTAPHID_INIT(when busy) messages are treated the same

    if [Ok(CommandType::Init), Ok(CommandType::Cancel)]
    .contains(&init.get_command_type())
    {
    // TODO: difference between abort and init
    self.abort_transaction();
    Ok(PacketProcessingResult::Aborted)

    Need to figure out what's the difference(if any)

  • Propagate cancellation to CTAP2 message processing

    • Propagate to UI once it is implemented

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcore featureImplementation of an essential feature for the authenticator

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions