summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-04 20:21:45 +0100
committerWerner Koch <wk@gnupg.org>2011-02-04 20:21:45 +0100
commit4f048514ecae879fa4bb7b8522baf801229be522 (patch)
treed798c8527b68e83e4419c14d7c6dd47f2abdfd9e /NEWS
parent9d00b28e0d04361fe9ccf02983bea781b5701c1d (diff)
downloadlibgcrypt-4f048514ecae879fa4bb7b8522baf801229be522.tar.gz
Nuked almost all trailing whitespace.
Check and install the standard git pre-commit hook.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 12 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 374c31e9..7dbb54ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
Noteworthy changes in version 1.5.x (unreleased)
------------------------------------------------
- * New variants of the TIGER algorithm.
+ * New variants of the TIGER algorithm.
* New cipher algorithm mode for AES-WRAP.
@@ -16,7 +16,7 @@ Noteworthy changes in version 1.5.x (unreleased)
* Boosted SHA-512 performance by 30% on ia32 boxes and gcc 4.3;
SHA-256 went up by 25%.
- * Support for WindowsCE.
+ * Support for WindowsCE.
* Support ECDH.
@@ -41,7 +41,7 @@ Noteworthy changes in version 1.4.4 (2009-01-22)
------------------------------------------------
* Publish GCRY_MODULE_ID_USER and GCRY_MODULE_ID_USER_LAST constants.
- This functionality has been in Libgcrypt since 1.3.0.
+ This functionality has been in Libgcrypt since 1.3.0.
* MD5 may now be used in non-enforced fips mode.
@@ -223,7 +223,7 @@ Noteworthy changes in version 1.3.0 (2007-05-04)
GCRY_CIPHER_CAMELLIA128 NEW
GCRY_CIPHER_CAMELLIA192 NEW
GCRY_CIPHER_CAMELLIA256 NEW
- GCRYCTL_FAKED_RANDOM_P NEW
+ GCRYCTL_FAKED_RANDOM_P NEW
GCRYCTL_PRINT_CONFIG NEW
GCRYCTL_SET_RNDEGD_SOCKET NEW.
gcry_mpi_scan CHANGED: Argument BUFFER is now void*.
@@ -317,7 +317,7 @@ Noteworthy changes in version 1.1.90 (2003-11-14)
* gcry_sexp_build now supports a "%b" format to include a memory buffer.
* Minor configuration fixes.
-
+
* Interface changes relative to the 1.1.44 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcry_create_nonce NEW
@@ -360,7 +360,7 @@ Noteworthy changes in version 1.1.42 (2003-07-31)
However, this is only for ease of transition. NO DEPRECATED
FUNCTION OR DATA TYPE IS CONSIDERED A PART OF THE API OR ABI AND
WILL BE DROPPED IN THE FUTURE WITHOUT CHANGING THE SONAME OF THE
- LIBRARY.
+ LIBRARY.
* If gcrypt.h is included in sources compiled by GCC 3.1 or later,
deprecated attributes will warn about use of obsolete functions and
@@ -384,7 +384,7 @@ Noteworthy changes in version 1.1.42 (2003-07-31)
gcry_err_make_from_errno, gcry_err_code_from_errno,
gcry_err_code_to_errno, gcry_strsource.
- * New function gcry_mpi_dump to help in debugging.
+ * New function gcry_mpi_dump to help in debugging.
* Added alternative interface for asymmetric cryptography.
@@ -403,7 +403,7 @@ Noteworthy changes in version 1.1.42 (2003-07-31)
* CTR mode for block ciphers is now supported.
- * The public RSA exponent can now be specified in key generation.
+ * The public RSA exponent can now be specified in key generation.
* RSA blinding is now supported and is used automatically for RSA
decryption. It can be explicitely disabled by using the
@@ -569,8 +569,8 @@ Noteworthy changes in version 1.1.7 (2002-05-21)
------------------------------------------------
* Libgcrypt is now distributed under the terms of the GNU Lesser
- General Public License; see the README file for details.
-
+ General Public License; see the README file for details.
+
* It is possible to use libgcrypt w/o intialized secure memory.
* Libgcrypt should now be thread safe after the initialization.
@@ -594,7 +594,7 @@ Noteworthy changes in version 1.1.6 (2002-02-07)
------------------------------------------------
* Enhanced the S-expression conversion functions.
-
+
Noteworthy changes in version 1.1.5 (2001-12-18)
------------------------------------------------
@@ -608,7 +608,7 @@ Noteworthy changes in version 1.1.5 (2001-12-18)
Noteworthy changes in version 1.1.4 (2001-08-03)
------------------------------------------------
- * Arcfour does now work.
+ * Arcfour does now work.
* Some minor fixes.