From d6014ce575140f841402323365c5b350092fab22 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 19 Feb 2016 12:30:13 +0100 Subject: [PATCH] NEWS for 1.3.0 --- NEWS | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fdf94b2..54972ba 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,23 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- -* Version 1.3.0 (unreleased) +* Version 1.3.0 (released 2016-02-19) + +** Fixed extraction of RSA modulus and exponent for pkcs11. + +** Implemented C_SetPIN for pkcs11. + +** Add generic write and read object actions for the tool. +Supports hex/binary/base64 formats + +** Add ykpiv_change_pin(), ykpiv_change_puk() and ykpiv_unblock_pin() + +** Print CCC with status action. + +** Address bugs with pkcs11 on windows. + +** Add --valid-days and --serial to tool for selfsign-certificate action. + +** Ask for password for pkcs12 if none is given. * Version 1.2.2 (released 2015-12-08)