-
From https://github.com/freeipa/freeipa/pull/6978
For passkeys (FIDO2) support, SSSD uses libfido2 library which needs access to USB devices. Add SELinux booleans handling to ipa-client-install so …
-
I would like the ability to build libfido2 without having to build against udev. Put simply, I would like to be able to use the library to verify FIDO signatures and such, but I don't need to be able …
-
There are the projects still failing (residue from #305):
```
cyclonedds
dart
git
gnutls
keystone
libcoap
libfido2
libspectre
libvips
nss
opencv
opensc
wolfssl
```
They were being su…
-
Hi,
Do you have any examples or pointers on verifying assertion ?
If i understand correctly, AuthDataCBOR needs to be decoded from CBOR, but im unsure how to parse the data structure is inside.
Als…
i0x71 updated
2 years ago
-
**What version of libfido2 are you using?**
1.12.0, git main
**What operating system are you running?**
macOS
**What application are you using in conjunction with libfido2?**
https://github.c…
-
**Describe the bug**
```console
$ apt depends cw-tail
cw-tail
Depends: git
git:i386
Replaces: cw (
-
Hi,
just installed the latest fido tests. Now they don't work.
I tried a solo hacker and a solo hacker on nucleo board.
I tired `pytest tests/vendor -s` and `pytest -k "hmac_secret" -s`. At bot…
-
Fork currently does work with `ecdsa_sk` and similar OpenSSH key types (available since v8.2, when compiled with libfido2) which use FIDO tokens to authenticate keys instead of a passphrase. However, …
-
Expected behavior:
`$ tsh login` logs in with mfa and yubikey prompts.
Current behavior:
```
$ tsh login --user=martian
Enter password for Teleport user martian:
Tap any security key
Tap your…
-
We could do with some `Makefile` targets (or maybe Git hooks) to validate that:
- If we push a commit with a name `Release x.y.z` that the `Makefile` actually contains `VERSION=x.y.z` and not some ot…