aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-01-09 16:31:31 -0800
committerDaniel Mueller <deso@posteo.net>2019-01-09 16:31:31 -0800
commiteea4f7357d7a3e3b365d887671ba78fd386a6d2d (patch)
treed1d230385c6985f4b112d4028ef9203a934c83ba /nitrocli/CHANGELOG.md
parentae939694c598ae23690f6a56f977c66ae7c0f020 (diff)
downloadnitrocli-eea4f7357d7a3e3b365d887671ba78fd386a6d2d.tar.gz
nitrocli-eea4f7357d7a3e3b365d887671ba78fd386a6d2d.tar.bz2
Honor context provided Admin & User PIN in pin commands
The second source of interactivity comes from the pin set and pin unblock commands, which also inquire with the pinentry module to ask the user for a PIN. This change adjusts the two commands to honor the PINs as available in the command execution context. It also updates the documentation to reflect the availability of the newly introduced and honored environment variables NITROCLI_ADMIN_PIN & NITROCLI_USER_PIN as well as NITROCLI_NEW_ADMIN_PIN & NITROCLI_NEW_USER_PIN.
Diffstat (limited to 'nitrocli/CHANGELOG.md')
-rw-r--r--nitrocli/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index da44c4a..fe9b69c 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -6,6 +6,9 @@ Unreleased
- Added the `-f`/`--format` option for the `otp set` subcommand to
choose the secret format
- Deprecated the `--ascii` option
+- Honor `NITROCLI_ADMIN_PIN` and `NITROCLI_USER_PIN` as well as
+ `NITROCLI_NEW_ADMIN_PIN` and `NITROCLI_NEW_USER_PIN` environment
+ variables for non-interactive PIN supply
- Format `nitrokey` reported errors in more user-friendly format
- Bumped `nitrokey` dependency to `0.3.1`