Yubico / yubikey-piv-manager

Tool for configuring your PIV-enabled YubiKey
https://developers.yubico.com/yubikey-piv-manager/
GNU General Public License v3.0
42 stars 7 forks source link

Remove dependency on QtNetwork #13

Closed dainnilsson closed 7 years ago

dainnilsson commented 7 years ago

QtNetwork is currently used for parsing certificates so that information about them can be displayed to the user (subject, issuer, validity, etc). This information is already available from the parsed output of yubico-piv-tool -a status, so QtNetwork isn't really needed. This requires re-writing the QtNetwork parts to use the status output instead.