Skip to content

YubiKit 2.1 alpha 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dainnilsson dainnilsson released this 01 Jun 12:16
2.1.0-alpha.1
efac593
  • Added a new support module with utility functions for getting device
    information/metadata.
  • PIV:
    • Added a JCA Provider implementation.
    • Added Slot getStringAlias and fromStringAlias methods.
  • OATH:
    • Fixed OathSession.calculateCodes so that it never triggers touch.
  • Management:
    • DeviceInfo now provides isFips and isSky properties.
  • 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.