Skip to content

Commit 6831211

Browse files
committed
Add YubiKey 5.4 FIPS to attestation metadata
1 parent ce274bf commit 6831211

File tree

2 files changed

+66
-1
lines changed

2 files changed

+66
-1
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
* Added missing `<dependencyManagement>` declaration to
44
`webauthn-server-attestation` and `webauthn-server-core` POMs.
55

6+
webauthn-server-attestation:
7+
8+
* Added attestation metadata for YubiKey 5 FIPS series.
9+
610

711
== Version 1.9.0 ==
812

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

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"identifier": "2fb54029-7613-4f1d-94f1-fb876c14a6fe",
3-
"version": 14,
3+
"version": 15,
44
"vendorInfo": {
55
"url": "https://yubico.com",
66
"imageUrl": "https://developers.yubico.com/U2F/Images/yubico.png",
@@ -241,6 +241,67 @@
241241
}
242242
}
243243
]
244+
},
245+
246+
247+
{
248+
"deviceId": "1.3.6.1.4.1.41482.1.7",
249+
"displayName": "YubiKey 5/5C NFC FIPS",
250+
"transports": 12,
251+
"deviceUrl": "https://support.yubico.com/hc/en-us/articles/360021443340-YubiKey-5-NFC-FIPS",
252+
"imageUrl": "https://developers.yubico.com/U2F/Images/YK5.png",
253+
"selectors": [
254+
{
255+
"type": "x509Extension",
256+
"parameters": {
257+
"key": "1.3.6.1.4.1.45724.1.1.4",
258+
"value": {
259+
"type": "hex",
260+
"value": "c1f9a0bc1dd2404ab27f8e29047a43fd"
261+
}
262+
}
263+
}
264+
]
265+
},
266+
267+
{
268+
"deviceId": "1.3.6.1.4.1.41482.1.7",
269+
"displayName": "YubiKey 5 FIPS series",
270+
"transports": 4,
271+
"deviceUrl": "https://support.yubico.com/hc/en-us/articles/360021467359-YubiKey-5C-FIPS",
272+
"imageUrl": "https://developers.yubico.com/U2F/Images/YK5-series.png",
273+
"selectors": [
274+
{
275+
"type": "x509Extension",
276+
"parameters": {
277+
"key": "1.3.6.1.4.1.45724.1.1.4",
278+
"value": {
279+
"type": "hex",
280+
"value": "73bb0cd4e50249b89c6fb59445bf720b"
281+
}
282+
}
283+
}
284+
]
285+
},
286+
287+
{
288+
"deviceId": "1.3.6.1.4.1.41482.1.7",
289+
"displayName": "YubiKey 5Ci FIPS",
290+
"transports": 20,
291+
"deviceUrl": "https://support.yubico.com/hc/en-us/articles/360021443360-YubiKey-5Ci-FIPS",
292+
"imageUrl": "https://developers.yubico.com/U2F/Images/YK5Ci.png",
293+
"selectors": [
294+
{
295+
"type": "x509Extension",
296+
"parameters": {
297+
"key": "1.3.6.1.4.1.45724.1.1.4",
298+
"value": {
299+
"type": "hex",
300+
"value": "8520342148f943559bc88a53846e5083"
301+
}
302+
}
303+
}
304+
]
244305
}
245306
]
246307
}

0 commit comments

Comments
 (0)