2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-04-07 23:38:36 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-yubikey-manager,ykman: update to 5.4.0
* Version 5.4.0 (released)
* Support for YubiKey Bio Multi-protocol Edition.
* CLI: Improve error messages for several failures.
* Attempt to send SIGHUP to yubikey-agent if it is blocking the connection.
* Bugfix: Allow "fido config" to work when no PIN is set on the YubiKey.
* Bugfix: MacOS - Fix race condition resulting in unneeded delay in fido \
commands over
USB.
* Bugfix: Linux - Fix error when listing OTP devices when no YubiKeys are attached.
* Bugfix: OpenPGP - Fix RSA key generation on YubiKey NEO.
|
2024-02-13 18:55:20 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-yubikey, ykman: update to 5.3.0
Version 5.3.0 (released 2024-01-31)
FIDO: Add new CLI commands for PIN management and authenticator config \
(force-change, set-min-length, toggle-always-uv, enable-ep-attestation).
PIV: Improve handling of legacy "PUK blocked" flag.
PIV: Improve handling of malformed certificates.
PIV: Display key information in "piv info" output on supported devices.
OTP: Fix some commands incorrectly showing errors when used over NFC/CCID.
Add tab-completion for YubiKey serial numbers and NFC readers.
|
2023-11-06 00:55:59 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-yubikey-manager, ykman: update to 5.2.1
* Version 5.2.1 (released 2023-10-10)
** Add support for Python 3.12.
** OATH: detect and remove corrupted credentials.
** Bugfix: HSMAUTH: Fix order of CLI arguments.
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-09-09 23:37:49 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
py-yubikey-manager, ykman: update to 5.2.0
* Version 5.2.0 (released 2023-08-21)
* PIV: Support for compressed certificates.
* OpenPGP: Use InvalidPinError for wrong PIN.
* Add YubiHSM Auth application support.
* Improved API documentation.
* Scripting: Add name attribute to device.
* Bugfix: PIV: don't throw InvalidPasswordError on malformed PEM private key.
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|
2023-05-17 00:51:02 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
ykman, py-yubikey-manager: update to 5.1.1
* Version 5.1.1 (released 2023-04-27)
** Bugfix: PIV: string representation of SLOT caused infinite loop on Python \
<3.11.
** Bugfix: Fix errors in 'ykman config nfc' on YubiKeys without NFC capability.
** Bugfix: Fix error message shown when invalid modhex input length given for \
YubiOTP.
|
2023-05-02 09:37:10 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-yubikey-manager: fix PLIST
|