Skip to content

Commit

Permalink
conformance: Remove bad attestationType
Browse files Browse the repository at this point in the history
The authenticator doesn't send self signed attestation.
  • Loading branch information
Xavier Chapron committed Sep 18, 2023
1 parent acb6320 commit f7f970e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions conformance/prod-nanos.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
],
"publicKeyAlgAndEncodings": ["cose"],
"attestationTypes": [
"basic_full",
"basic_surrogate"
"basic_full"
],
"userVerificationDetails": [
[{
Expand Down
3 changes: 1 addition & 2 deletions conformance/prod-nanosp.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
],
"publicKeyAlgAndEncodings": ["cose"],
"attestationTypes": [
"basic_full",
"basic_surrogate"
"basic_full"
],
"userVerificationDetails": [
[{
Expand Down
3 changes: 1 addition & 2 deletions conformance/prod-nanox.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
],
"publicKeyAlgAndEncodings": ["cose"],
"attestationTypes": [
"basic_full",
"basic_surrogate"
"basic_full"
],
"userVerificationDetails": [
[{
Expand Down
3 changes: 1 addition & 2 deletions conformance/test-nanos.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
],
"publicKeyAlgAndEncodings": ["cose"],
"attestationTypes": [
"basic_full",
"basic_surrogate"
"basic_full"
],
"userVerificationDetails": [
[{
Expand Down
3 changes: 1 addition & 2 deletions conformance/test-nanosp.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
],
"publicKeyAlgAndEncodings": ["cose"],
"attestationTypes": [
"basic_full",
"basic_surrogate"
"basic_full"
],
"userVerificationDetails": [
[{
Expand Down
3 changes: 1 addition & 2 deletions conformance/test-nanox.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
],
"publicKeyAlgAndEncodings": ["cose"],
"attestationTypes": [
"basic_full",
"basic_surrogate"
"basic_full"
],
"userVerificationDetails": [
[{
Expand Down

0 comments on commit f7f970e

Please sign in to comment.