File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
webauthn-server-attestation/src/main/resources Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ == Version 1.10.0 ==
2
+
3
+ webauthn-server-attestatiton:
4
+
5
+ * Added attestation metadata for YubiKey Bio.
6
+
7
+
1
8
== Version 1.9.1 ==
2
9
3
10
* Added missing `<dependencyManagement>` declaration to
Original file line number Diff line number Diff line change 1
1
{
2
2
"identifier" : " 2fb54029-7613-4f1d-94f1-fb876c14a6fe" ,
3
- "version" : 15 ,
3
+ "version" : 16 ,
4
4
"vendorInfo" : {
5
5
"url" : " https://yubico.com" ,
6
6
"imageUrl" : " https://developers.yubico.com/U2F/Images/yubico.png" ,
302
302
}
303
303
}
304
304
]
305
+ },
306
+
307
+ {
308
+ "deviceId" : " 1.3.6.1.4.1.41482.1.9" ,
309
+ "displayName" : " YubiKey Bio" ,
310
+ "transports" : 4 ,
311
+ "selectors" : [
312
+ {
313
+ "type" : " x509Extension" ,
314
+ "parameters" : {
315
+ "key" : " 1.3.6.1.4.1.45724.1.1.4" ,
316
+ "value" : {
317
+ "type" : " hex" ,
318
+ "value" : " d8522d9f575b486688a9ba99fa02f35b"
319
+ }
320
+ }
321
+ }
322
+ ]
305
323
}
306
324
]
307
325
}
You can’t perform that action at this time.
0 commit comments