Skip to content

YubiKit 2.2.0

Compare
Choose a tag to compare
@AdamVe AdamVe released this 18 Jan 10:01
· 497 commits to main since this release
2.2.0
2301b92
  • core module:
    • Added a public class containing YubiKey smartcard application ids (core.smartcard.AppId)
  • android module:
    • Added SmartCardConnection.getAtr() and USB and NFC implementations for getting ATR
      and ATS
    • Updated dependency versions, compile and build with latest SDKs
    • Bug fixes related to Android 13
    • Bug fixes related to communication over NFC
    • All library resources are now prefixed with yubikit_ prefix (thanks to @ajarl for contribution)
    • Library resources which are available to override by clients are explicitly marked as public
  • support module:
    • Added a helper method NfcYubiKeyDevice.isYubiKey() for probing NFC devices
    • Updated DeviceUtil.getName() to supports additional hardware security keys by Yubico
  • AndroidDemo module:
    • bug fixes and improvements