From d31f022a00cce4f4efaf32e0b3a1786acf93ad00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Mon, 18 Feb 2019 20:15:45 +0100 Subject: [PATCH] NEWS update --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bfea8010..d0726dfc 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,13 @@ NEWS for Libp11 -- History of user visible changes New in 0.4.10; unreleased -* CKA_SUBJECT set for stored certificates (Michał Trojnara) +* Added EC signing through EVP API (Bryan Hunt) +* Added an empty EC private key required by OpenSSL 1.1.1 (Doug Engert) +* Stored additional certificate attributes (FdLSifu, Michał Trojnara) * Engine allowed to use private keys without a PIN (Michał Trojnara) +* Lazy binding used as a workaround for buggy modules (Michał Trojnara) +* MinGW build fixes and documentation (Michał Trojnara) +* Fixed a memory leak in error handling (Michał Trojnara) New in 0.4.9; 2018-09-03; Michał Trojnara * Fixed EVP_PKEY ENGINE reference count with the EC EVP_PKEY_METHOD