Merge branch 'develop' into always-uv

This commit is contained in:
Fabian Kaczmarczyck
2021-02-08 21:36:32 +01:00
10 changed files with 330 additions and 56 deletions

View File

@@ -125,6 +125,9 @@ a few things you can personalize:
length.
1. Increase the `MAX_CRED_BLOB_LENGTH` in `ctap/mod.rs`, if you expect blobs
bigger than the default value.
1. Implement enterprise attestation. This can be as easy as setting
ENTERPRISE_ATTESTATION_MODE in `ctap/mod.rs`. If you want to use a different
attestation type than batch attestation, you have to implement it first.
1. If a certification (additional to FIDO's) requires that all requests are
protected with user verification, set `ENFORCE_ALWAYS_UV` in
`ctap/config_mod.rs` to `true`.