1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
commit cedf588b121c00e566180e606b7191cd11f19923
Author: Luna <advaith.madhukar@gmail.com>
Date: Mon Oct 11 09:50:36 2021 +0530
added metainfo file
diff --git a/resources/com.yubico.yubikey_manager.metainfo.xml b/resources/com.yubico.yubikey_manager.metainfo.xml
new file mode 100644
index 0000000..f1340f6
--- /dev/null
+++ b/resources/com.yubico.yubikey_manager.metainfo.xml
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+ <id>com.yubico.yubikey_manager</id>
+
+ <name>Yubikey manager</name>
+ <summary> Cross-platform application for configuring any YubiKey over all USB interfaces. </summary>
+
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>BSD-2-Clause</project_license>
+ <content_rating type="oars-1.1" />
+ <url type="homepage">https://developers.yubico.com/yubikey-manager-qt/</url>
+ <recommends>
+ <control>pointing</control>
+ <control>keyboard</control>
+ <control>touch</control>
+ </recommends>
+
+ <description>
+ <p>
+ Yubikey manager provides an easy way to perform the most common configuration tasks on a YubiKey.
+ </p>
+ <p>
+ The current version can:
+ </p>
+ <p>
+ - Display the serial number and firmware version of a YubiKey
+ </p>
+ <p>
+ - Configure a FIDO2 PIN
+ </p>
+ <p>
+ - Reset the FIDO Applications
+ </p>
+ <p>
+ - Configure the OTP Application. A YubiKey have two slots (Short Touch and Long Touch), which may both be configured for different functionality. This tool can configure a Yubico OTP credential, a static password, a challenge-response credential or an OATH HOTP credential in both of these slots.
+ </p>
+ <p>
+ - Manage certificates and PINs for the PIV Application
+ </p>
+ <p>
+ - Swap the credentials between two configured slots
+ </p>
+ <p>
+ - Enable and disable USB and NFC interfaces
+ </p>
+ </description>
+
+ <launchable type="desktop-id">com.yubico.yubikey_manager.desktop</launchable>
+ <screenshots>
+ <screenshot type="default">
+ <caption>yubikey manager qt</caption>
+ <image>https://developers.yubico.com/yubikey-manager-qt/screenshot.png</image>
+ </screenshot>
+ </screenshots>
+ <releases>
+ <release version="yubikey-manager-qt-1.2.3" date="2021-04-14">
+ <description>
+ <p>Version 1.2.3 (released 2021-04-13) </p>
+ <ul>
+ <li>Improved error handling when using Security Key Series devices.</li>
+ <li>PIV: Fix generation of certificate in slot 9c.</li>
+ <li>MacOS: Use correct path when importing files.</li>
+ </ul>
+ </description>
+ </release>
+ </releases>
+</component>
\ No newline at end of file
|