Hi,
I am working on a "weekend project" to implement a USB u2f token using STM32 discovery board.
I used mbedtls library for all the crypto stuff (EC signing, sha256, AES etc)... i already have the device enumerating, and register/authenticate/version messages working fine (as far as i can tell)
2 questions:
1) Is there interest in releasing the code to the public?
2) How should i test my token given that my attestation public key is not CA signed (does not verify)?
Right now register fails on the server with:
raise Exception('Attestation signature verification failed!')
Is there a test cert i can use for testing? Any suggestions are welcome.