Skip to content

Commit 2f6387b

Browse files
committed
Add joint AAGUID for YubiKey 5/5C NFC
1 parent d5c809f commit 2f6387b

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
== Version 1.7.0 (unreleased) ==
22

3+
webauthn-server-attestation:
4+
5+
* Updated name of AAGUID `2fc0579f811347eab116bb5a8db9202a` to "YubiKey 5/5C NFC"
6+
7+
webauthn-server-core:
8+
39
Changes:
410

511
* Fixed crash on unknown attestation statement formats

webauthn-server-attestation/src/main/resources/metadata.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"identifier": "2fb54029-7613-4f1d-94f1-fb876c14a6fe",
3-
"version": 12,
3+
"version": 13,
44
"vendorInfo": {
55
"url": "https://yubico.com",
66
"imageUrl": "https://developers.yubico.com/U2F/Images/yubico.png",
@@ -72,6 +72,7 @@
7272
}
7373
]
7474
},
75+
7576
{
7677
"deviceId": "1.3.6.1.4.1.41482.1.2",
7778
"displayName": "YubiKey NEO/NEO-n",
@@ -94,6 +95,7 @@
9495
}
9596
]
9697
},
98+
9799
{
98100
"deviceId": "1.3.6.1.4.1.41482.1.3",
99101
"displayName": "YubiKey Plus",
@@ -116,6 +118,7 @@
116118
}
117119
]
118120
},
121+
119122
{
120123
"deviceId": "1.3.6.1.4.1.41482.1.4",
121124
"displayName": "YubiKey Edge",
@@ -132,6 +135,7 @@
132135
}
133136
]
134137
},
138+
135139
{
136140
"deviceId": "1.3.6.1.4.1.41482.1.5",
137141
"displayName": "YubiKey 4/YubiKey 4 Nano",
@@ -148,6 +152,7 @@
148152
}
149153
]
150154
},
155+
151156
{
152157
"deviceId": "1.3.6.1.4.1.41482.1.7",
153158
"displayName": "YubiKey 5 NFC",
@@ -164,7 +169,17 @@
164169
"value": "fa2b99dc9e3942578f924a30d23c4118"
165170
}
166171
}
167-
},
172+
}
173+
]
174+
},
175+
176+
{
177+
"deviceId": "1.3.6.1.4.1.41482.1.7",
178+
"displayName": "YubiKey 5/5C NFC",
179+
"transports": 12,
180+
"deviceUrl": "https://support.yubico.com/support/solutions/articles/15000014174--yubikey-5-nfc",
181+
"imageUrl": "https://developers.yubico.com/U2F/Images/YK5.png",
182+
"selectors": [
168183
{
169184
"type": "x509Extension",
170185
"parameters": {
@@ -177,6 +192,7 @@
177192
}
178193
]
179194
},
195+
180196
{
181197
"deviceId": "1.3.6.1.4.1.41482.1.7",
182198
"displayName": "YubiKey 5 Series security key",
@@ -206,6 +222,7 @@
206222
}
207223
]
208224
},
225+
209226
{
210227
"deviceId": "1.3.6.1.4.1.41482.1.7",
211228
"displayName": "YubiKey 5Ci",

0 commit comments

Comments
 (0)