Releases: arekinath/pivy
Releases · arekinath/pivy
v0.5.0
v0.4.0
- Update to latest LibreSSL
- Fixes for running on OpenBSD
- PAM plugin for Linux
- Support for admin-key-in-PrintedInfo-object (the method that ykman and the PIV minidriver use to store the admin key)
- Support for adding Windows UPNs to self-signed certs for AD login
v0.3.1
v0.3.0
- Security fix: eboxes with multiple recovery configs could have the key shares from one config used to attack another. Any affected eboxes should be regenerated with v0.3.0 or later.
pivy-zfs rekey
now generates a new wrapping key and callslzc_change_key
so that old versions of the ebox can't be used to unlock the dataset- Using
pivy-zfs unlock
on a zpool root now tries to auto-mount datasets after unlocking - Compiler warning fixes
v0.2.1
v0.2.0
- New
pivy-zfs
andpivy-luks
tools for directly managing keys for ZFS filesystems and LUKS encrypted devices - Improvements to TLV parser to reduce risk of malicious cards causing crashes
- Fixes for some T=0 mode smartcards in TPDU level card readers
- Bug fixes after fuzzing file formats and APDU parsers with
afl