Skip to content

Feature: add YubiOtp device tests#286

Open
AdamVe wants to merge 1 commit intomainfrom
adamve/yubiotp-device-tests
Open

Feature: add YubiOtp device tests#286
AdamVe wants to merge 1 commit intomainfrom
adamve/yubiotp-device-tests

Conversation

@AdamVe
Copy link
Member

@AdamVe AdamVe commented Feb 18, 2026

This pull request introduces comprehensive support for Yubico OTP testing across both Android and Desktop test suites. It adds new test classes for YubiOtp functionality and enhances the test framework to support OTP connections.

YubiOtpSession.FEATURE_CHALLENGE_RESPONSE.isSupportedBy(session.getVersion()));

byte[] key = Codec.fromHex("0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b");
byte[] challenge = "Hi There".getBytes();

Check notice

Code scanning / SpotBugs

Reliance on default encoding. Note test

Reliance on default encoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments