Skip to content

YubiKit 2.1.0

Compare
Choose a tag to compare
@AdamVe AdamVe released this 25 Jul 14:20
· 659 commits to main since this release
2.1.0
909bdc7
  • PIV:
    • Added a JCA Provider implementation.
    • Added Slot.getStringAlias() and Slot.fromStringAlias() methods.
  • OATH:
    • Fixed OathSession.calculateCodes() so that it never triggers touch.
  • Management:
    • DeviceInfo now provides isFips and isSky properties.
  • Core:
    • Added SmartCardConnection.isExtendedLengthApduSupported().
  • New modules:
    • :support module adds utility functions for getting device information/metadata.
    • :testing-android module enables testing on physical devices
  • Deprecations (will be removed in 3.0.0):
    • PivSession.sign() has been deprecated in favor of using the JCA Provider.
    • OathSession.hasAccessKey() has been deprecated and replaced with OathSession.isAccessKeySet().
    • UsbInterface in the :management module has been deprecated, replaced with UsbInterface in the :core module.