Giter Club home page Giter Club logo

Comments (7)

Firstyear avatar Firstyear commented on September 15, 2024

I think the major tasks outstanding here are:

  • TPM attestation
  • Android Attestation
  • RS384, RS512, PS*, ECDSA_384, ECDSA_512, and ED25519 crypto
  • Extensions

I think once those are implemented, we'd be most of the way there, then it will be a case of running the conformance suite to catch anything we missed. We should consider that any test we fail can become a test vector within the codebase to ensure continued conformance.

from webauthn-rs.

Firstyear avatar Firstyear commented on September 15, 2024

Okay, interestingly due to the recent security discoveries with regard to userVerification me may not be able to pass the FIDO conformance suite. I would prefer to be "correct" that "conformant" in this case, but we'll see how it goes during the test.

from webauthn-rs.

madwizard-thomas avatar madwizard-thomas commented on September 15, 2024

The FIDO conformance tests do not always align with the WebAuthn spec. One issue I came across is that the conformance tests do not require user presence (UP) to be always set (they call it 'silent authentication' which WebAuthn does not allow), while WebAuthn is clear about this. To solve these kind of issues I used a policy/config object that allows to toggle such behavior (eg setUserPresenceRequired, while sticking to the WebAuthn spec rather than FIDO by default). Also I have come across a fair amount of bugs in the conformance tests as well.

from webauthn-rs.

Firstyear avatar Firstyear commented on September 15, 2024

Hmmm that's an interesting thought. We could have a 'fidoConformance' flag that we toggle if it's required to change some behaviour (but off by default) especially if we deviate from the conformance tests.

from webauthn-rs.

madwizard-thomas avatar madwizard-thomas commented on September 15, 2024

Is there an executable to test webauthn-rs with the conformance tests already?

from webauthn-rs.

Firstyear avatar Firstyear commented on September 15, 2024

No, we don't currently have that. It would be interesting for certain to port the conformance tests into our test suite to execute them there automatically, but so far it's not been a critical issue as most people care more the library working :)

from webauthn-rs.

Firstyear avatar Firstyear commented on September 15, 2024

It's unclear if we'll ever be able to do or bother to do this, and no one seems to care much if it's compliant anyway

from webauthn-rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.