From 555c37b39c9026da55fb0d3984f222732d59d44e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 19 Aug 2008 16:59:15 +0000 Subject: Adding gcry_mpi_lshift. Preparing a release candidate. --- NEWS | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 60118e7b..518b5b1f 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,19 @@ -Noteworthy changes in version 1.4.2 +Noteworthy changes in version 1.4.2 (unreleased) ------------------------------------------------ - * The library may now be switched into a FIPS mode. + * The library may now be switched into a FIPS mode. Note that this + mode is not yet fully working in 1.4.2rc1. * More runtime selftests. * A few macros have been replaced by functions for better type checking. - * The thread initialiation structure now carries version information. + * The thread initialization structure now carries version + information. + + * The long missing gcry_mpi_lshift function has been added. Note + that it is not yet working in 1.4.2rc1. * Interface changes relative to the 1.3.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -18,6 +23,7 @@ Noteworthy changes in version 1.4.2 gcry_cipher_setkey NEW: Replaces macro. gcry_cipher_setiv NEW: Replaces macro. gcry_cipher_setctr NEW: Replaces macro. + gcry_mpi_lshift NEW. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.1