Skip to content

Making credentials using fido_dev_make_cred: only one algorithm at a time supported #140

@yami36

Description

@yami36

Making credentials using fido_dev_make_cred.

The fido_cred_set_type funcion allows only one algorithm to be set.
The standard for pubKeyCredParams https://fidoalliance.org/specs/fido-v2.0-ps-20190130/fido-client-to-authenticator-protocol-v2.0-ps-20190130.html#authenticatorMakeCredential allows multiple ones.

As we don't have an API to check if an authenticator supports a given algorithm, we are forced to set the algorithm to COSE_ES256

Metadata

Metadata

Assignees

No one assigned

    Labels

    libfido2 2.0next iteration of the API

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions