From b426c588beeaeae33fd5301c0f4ecbf764fc2349 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 18 Apr 2017 13:10:09 +0200 Subject: [PATCH] NEWS for 1.4.3 --- NEWS | 14 +++++++++++++- configure.ac | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e9f1d60..786a4f2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,18 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- -* Version 1.4.3 (unreleased) +* Version 1.4.3 (released 2017-04-18) + +** Encode RSA x509 certificates correctly. + +** Documentation updates. + +** In ykcs11 return CKA_MODULUS correctly for private keys. + +** In ykcs11 fix for signature size approximation. + +** Fix PSS signatures in ykcs11. + +** Add a CLI flag --stdin-input to make batch execution easier. * Version 1.4.2 (released 2016-08-12) diff --git a/configure.ac b/configure.ac index 97c1cf1..3adc65e 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([yubico-piv-tool], [1.4.2]) +AC_INIT([yubico-piv-tool], [1.4.3]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])