Skip to content

YubiKit 2.4.0

Compare
Choose a tag to compare
@AdamVe AdamVe released this 21 Nov 13:51
· 221 commits to main since this release
2.4.0
eaefb3e
  • new fido module:
    • implemented WebAuthn specification Level 2
    • implemented following CTAP2.1 features
      • supports FIDO_2_0, FIDO_2_1_PRE, FIDO_2_1
      • Credential management
      • Client pin with Pin UV Auth Protocols One and Two
      • Config
      • Enterprise Attestation
    • implemented basic version of WebAuthn client
  • new openpgp module:
    • implemented openpgp PIN operations
      • PIN verification, status querying and changing
    • core openpgp key operations
      • key import and generation
      • signature/signature verification
      • encryption/decryption
  • android module:
    • targetSdk is now 34 (Android 14)
  • core module:
    • added support for Le in APDU
    • added PublicKeyValues and PrivateKeyValues classes for unified handling of asymmetric keys
  • PIV module:
    • deprecated classes: InvalidPinException, Padding
    • deprecated methods: SlotMetadata.getPublicKey(), PivSession.generateKey(), PivSession.putKey()