David Beinder

Results 24 comments of David Beinder

If you don't use the `on_socket_register_write` callbacks, this is a simple performance-neutral workaround: ```python # NetLoop Thread: User code in another thread # loop(): receives message # loop_read() => _packet_read()...

The minimalist way of doing this, that doesn't require a config file, would be to use the fields that can be set in the windows certificate store. Here's a proof...

@FrankSzendzielarz To use the CTAP/HID protocol directly with hardware, your app will need to run with admin privileges and you need quite a bit of extra code to deal with...

@aseigler any chance this could be added? I believe hmac-secret is not meant for web directly, and PRF (https://github.com/passwordless-lib/fido2-net-lib/pull/390) should be used instead. But the `credProtect` extension has hardware support...

The branch doesn't work yet, because `stm32.detect_device()` is called only in the test but not in main and `self.device` never gets set. I fixed it in my PR but forgot...

This is a bug, or at least an inconsistency in the `--address` argument. In selective erase mode, the address starts at 0 for the start of the flash, otherwise the...

I'd prefer the intuitive way, to have `--address` always refer to a memory mapped location. Of course, that would require stm32loader to know the flash base addresses for all chips...

RX sollte fix auf 3.3V oder ganz offen, ansonsten wird der MBUS mit 15mA belastet, dass Kaifa kann laut Tinetz spec nur 6mA. Wenn UART richtig konfiguriert ist sollte dass...

Another setting that can affect this, is the CredProtect extension, though currently not supported by this library: https://github.com/passwordless-lib/fido2-net-lib/issues/190

Please put `trustPath` and `attestationType` back into `AttestationVerificationSuccess`, and maybe even the entry of the metadata service. Before the 4.0 refactoring, the attestation chain was available. @lol768 for now, I...