Skip to content

Commit b207d2c

Browse files
committed
Support full Yubico OATH AID
The full AID is used by eg. Yubico Authenticator on Android, which previously would not recognise the Trussed OATH implementation.
1 parent 4b680a3 commit b207d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub mod state;
1919
pub const YUBICO_RID: [u8; 5] = hex!("A000000 527");
2020
// pub const YUBICO_OTP_PIX: [u8; 3] = hex!("200101");
2121
// pub const YUBICO_OTP_AID: &[u8] = &hex!("A000000527 2001 01");
22-
pub const YUBICO_OATH_AID: &[u8] = &hex!("A000000527 2101");// 01");
22+
pub const YUBICO_OATH_AID: &[u8] = &hex!("A000000527 2101 01");
2323

2424
// class AID(bytes, Enum):
2525
// OTP = b'\xa0\x00\x00\x05\x27 \x20\x01'

0 commit comments

Comments
 (0)