Firstyear

Results 245 issues of Firstyear

Hey there, This library looks really cool, thanks! I was wondering if you had some plans to add something like Actix's SyncArbiter. Xactor runs on tokio or other async run...

On fedora as of F20 the selinux policy works out of the box with pam yubico modules IF the following is set: semanage boolean -m --on authlogin_yubikey This works for...

I was talking about this previously with @nsatragno, that there should be a method for an RP to indicate to a device that it may need to update it's knowledge...

Suggestion: That in https://w3c.github.io/webauthn/#sctn-authenticator-data RFU2 or RFU1 is used to represent an authenticators internal knowledge of if it created a key internal only to the secure element. This flag would...

Hi there, I have noticed a potential issue in the construction of UserVerificationPolicy with regard to PublicKeyCredentialCreationOptions and PublicKeyCredentialRequestOptions. During the generation of a credential, this uses the UserVerificationPolicy (UVP)...

type:technical
stat:pr-open

during registration today, there are a number of parameters related to the credential that *could* be stored for future verification and policy assertion, but it has been up to RP...

type:editorial
stat:pr-open

This is probably going to be a hot-take, but I think it needs to be written and shared. Right now, there are a bunch of issues in this standard related...

Step 16 of registration ( https://w3c.github.io/webauthn/#sctn-registering-a-new-credential ) is: > Verify that the "alg" parameter in the credential public key in authData matches the alg attribute of one of the items...

type:editorial

- [ x ] cargo fmt has been run - [ x ] cargo test has been run and passes - [ ] documentation has been updated with relevant examples...

Fixes #169 - add support for TPM's with ECC algorithms including validation of their pub area data. In most cases this will fail anyway because of the use of SHA1...