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

GUI tool needs to set "Card Capability Container" for OSX support. #9

Closed Davidllo closed 7 years ago

Davidllo commented 8 years ago

It looks as though the GUI tool is setting the CHUID, but not the CCC. This means that Yubikeys will not work using Apple's "Smart card Services for Macintosh" PIV driver.

See the set-ccc and set-chuid actions in the command line tool. Using the new set-ccc action fixes this problem.

Both CCC and CHUID are required for correctly functioning PIV cards.

Thanks!

dainnilsson commented 8 years ago

This will probably be in the next non-bugfix version (likely to be 1.3.0), as part of the initialization process (which is when the CHUID is set). No current ETA for the release.

dagheyman commented 7 years ago

Fixed and will be included in next release.