msirringhaus
msirringhaus
This depends on PR #185 and tries to solve #183: We deserialize from CTAP-format and serialize to webauthn-format. This also simplifies the C-API a lot, with the only downside of...
Instead of pulling in a new dependency to parse DER-format, we can do a lightweight parsing of only the first few bytes, to get the length of the certificate, in...
Looks bigger than it is. Mostly refactoring out some longer things to reuse them, and adding a new test-binary to check the excludeList-feature.
This is a forgotten leftover when switching to storing `File`s directly instead of file-handles. This is not needed at all.
Right now, the API only has a boolean for the option `user_verification`, which will produce a rather nondescript "Option not allowed"-error, if set to true, but the token has no...
For [this Firefox issue](https://bugzilla.mozilla.org/show_bug.cgi?id=1620993) I started implementing a MD writer for Linux. It can be found here: https://github.com/msirringhaus/minidump_writer_linux It's still very rough around far too many edges, but the main...
I would love to have a more sublime-text like terminal editor. This project seems to drift more towards vim. It might be possible to get both, if keybindings where completely...