u2f-token icon indicating copy to clipboard operation
u2f-token copied to clipboard

u2f token firmware for stm32f103 and efm32hg boards

Results 13 u2f-token issues
Sort by recently updated
recently updated
newest added

Raspberry PI pico is based on RP2040 (Cortex M0) Microcontroller. Thanks to Raspberry Pi Foundation, It is widely available and at a very good price. It would be great if...

I flashed the prebuilt to my blue pill and it seems reset button works as the auth button and it cycles usb disconnect/connect in kernel messages, and it works on...

Hi, thank you for this project. I tried to follow the instructions to flash a tomu with your firmware but had no look with that. I'm running - MacOS 10.14.6...

BLACK_PILL certtool: ``` Trying to initialize device HIDDevice: /dev/hidraw1 | 16d0:e90 | unknown | U2F-token (STM32) | 1.00 release_number: 256 usage_page: 14898 usage: 11825 interface_number: 0 APDU Error: 6986 ```...

I've tried to use u2f with injected key: ``` make TARGET=ST_DONGLE ./inject_key.py --key key.der openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg ``` on step "Initialize device" I've got: ``` python3 certtool init...

#25 I have changed the parameters slightly: The --key must be given explicitly or key in .bin is not modified The --ctr must be given (and non-zero) or counter are...

Hi, Working on the [Debian package](https://salsa.debian.org/debian/u2f-tomu/), I haven't found any mention of the `pyu2f` python library. Thanks for this project.

Hi! Would it be possible to sign future tags? I would make verifying the authenticity of tags much easier and isn't really much more work for you. Thanks :)

https://www.yubico.com/blog/new-security-key-fido2/ https://fidoalliance.org/fido2/ will FIDO2 support be planned? ![image](https://user-images.githubusercontent.com/458566/72704055-92be5f80-3b25-11ea-912f-6d73a6ff6b44.png)

`certtool` is using `easyhid` which in turn is using `hidapi-libusb` on Linux systems, which requires an access to `/sys/bus/usb/devices/...`. In order to make it work (on Arch in my case),...

enhancement
certtool