From 9d6003d1e5830444cea767651ced4740acc35ad9 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Tue, 4 Apr 2023 09:52:42 +0200 Subject: [PATCH] Add more features to README Signed-off-by: Pol Henarejos --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1d643dc..39a5152 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ Pico FIDO has implemented the following features: - largeBlobs support (2048 bytes máx.) - OATH (based on YKOATH protocol specification) - TOTP / HOTP +- Yubikey OTP +- Challenge-response generation +- Emulated keyboard interface +- Button press generates an OTP that is written directly is it was typed +- Yubico YKMAN compatible All these features are compliant with the specification. Therefore, if you detect some behaviour that is not expected or it does not follow the rules of specs, please open an issue.