NEWS for 1.4.3

This commit is contained in:
Klas Lindfors
2017-04-18 13:10:09 +02:00
parent 6495a8fedc
commit b426c588be
2 changed files with 14 additions and 2 deletions
+13 -1
View File
@@ -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)
+1 -1
View File
@@ -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])