Skip to content

age-plugin-yubikey v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 01:38
· 114 commits to main since this release

First non-beta release!

Changed

  • MSRV is now 1.56.0.
  • During decryption, when asked to insert a YubiKey, you can now choose to skip
    it, allowing the client to move on to the next identity instead of returning
    an error.
  • Certain kinds of PIN invalidity will now cause the plugin to re-request the
    PIN instead of aborting: if the PIN is too short or too long, or if the user
    touched the YubiKey early and "typed" an OTP.

Fixed

  • The "default" identity (provided by clients that invoke age-plugin-yubikey
    using -j yubikey) previously caused a panic. It is now correctly treated as
    an invalid identity (because this plugin does not support default identities).