[svn] gcry - r1313 - in trunk: . doc
svn author wk
cvs at cvs.gnupg.org
Wed Sep 3 12:42:11 CEST 2008
Author: wk
Date: 2008-09-03 12:42:11 +0200 (Wed, 03 Sep 2008)
New Revision: 1313
Modified:
trunk/NEWS
trunk/configure.ac
trunk/doc/gcrypt.texi
Log:
Updated the NEWS file.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-09-01 08:40:39 UTC (rev 1312)
+++ trunk/NEWS 2008-09-03 10:42:11 UTC (rev 1313)
@@ -1,19 +1,22 @@
Noteworthy changes in version 1.4.2 (unreleased)
------------------------------------------------
- * The library may now be switched into a FIPS mode.
+ * The long missing gcry_mpi_lshift function has been added.
- * More runtime selftests.
+ * RSA key generation now supports a "transient-key" flag.
+ * The keygrip computation for ECDSA has been implemented thus ECDSA
+ is now fully supported.
+
* A few macros have been replaced by functions for better type
checking.
* The thread initialization structure now carries version
information.
- * The long missing gcry_mpi_lshift function has been added.
+ * The manual describes more clearly how to initialize Libgcrypt.
- * RSA key generation now supports a "transient-key" flag.
+ * The library may now be switched into a FIPS mode.
* Interface changes relative to the 1.3.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-09-01 08:40:39 UTC (rev 1312)
+++ trunk/configure.ac 2008-09-03 10:42:11 UTC (rev 1313)
@@ -26,8 +26,8 @@
# Remember to change the version number immediately *after* a release.
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
-m4_define([my_version], [1.4.2rc2])
-m4_define([my_issvn], [no])
+m4_define([my_version], [1.4.2])
+m4_define([my_issvn], [yes])
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
Modified: trunk/doc/gcrypt.texi
===================================================================
--- trunk/doc/gcrypt.texi 2008-09-01 08:40:39 UTC (rev 1312)
+++ trunk/doc/gcrypt.texi 2008-09-03 10:42:11 UTC (rev 1313)
@@ -2634,7 +2634,7 @@
This is only meaningful for RSA keys. This is a flag with no value. If
given the RSA key is created using a faster and a somewhat less secure
random number generator. This flag may be used for keys which are only
-used for a short time and do not require full cryptograohic strength.
+used for a short time and do not require full cryptographic strength.
@end table
@@ -4338,6 +4338,12 @@
result in @var{x}.
@end deftypefun
+ at deftypefun void gcry_mpi_lshift (@w{gcry_mpi_t @var{x}}, @w{gcry_mpi_t @var{a}}, @w{unsigned int @var{n}})
+
+Shift the value of @var{a} by @var{n} bits to the left and store the
+result in @var{x}.
+ at end deftypefun
+
@node Miscellaneous
@section Miscellaneous
More information about the Gnupg-commits
mailing list