1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-03 12:11:33 +01:00

* README: Update version number. Add BZIP2. Remove Elgamal sign+encrypt.

This commit is contained in:
David Shaw 2003-12-01 00:02:06 +00:00
parent 03b04db3cf
commit 1f1da8c8c3
2 changed files with 18 additions and 14 deletions

View File

@ -1,3 +1,8 @@
2003-11-30 David Shaw <dshaw@jabberwocky.com>
* README: Update version number. Add BZIP2. Remove Elgamal
sign+encrypt.
2003-11-27 Werner Koch <wk@gnupg.org> 2003-11-27 Werner Koch <wk@gnupg.org>
Released 1.3.4. Released 1.3.4.

27
README
View File

@ -1,18 +1,19 @@
GnuPG - The GNU Privacy Guard GnuPG - The GNU Privacy Guard
------------------------------- -------------------------------
Version 1.3.4 Version 1.3.5
Copyright 1998, 1999, 2000, 2001, 2002, 2003 Copyright 1998, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is free software; as a special exception the author gives This file is free software; as a special exception the author
unlimited permission to copy and/or distribute it, with or without gives unlimited permission to copy and/or distribute it, with or
modifications, as long as this notice is preserved. without modifications, as long as this notice is preserved.
This file is distributed in the hope that it will be useful, but This file is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the WITHOUT ANY WARRANTY, to the extent permitted by law; without even
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Intro Intro
@ -36,14 +37,12 @@
more information on this subject, including what to do if you are more information on this subject, including what to do if you are
legally entitled to use IDEA. legally entitled to use IDEA.
The default algorithms are DSA and ElGamal, but RSA is also The default public key algorithms are DSA and ElGamal, but RSA is
supported. ElGamal for signing is available, but because of the also supported. Symmetric algorithms available are AES (with 128,
larger size of such signatures it is strongly deprecated (Please 192, and 256 bit keys), 3DES, Blowfish, CAST5 and Twofish. Digest
note that the GnuPG implementation of ElGamal signatures is *not* algorithms available are MD5, RIPEMD/160, SHA-1, SHA-256, SHA-384,
insecure). Symmetric algorithms are: AES, 3DES, Blowfish, CAST5 and SHA-512. Compression algorithms available are ZIP, ZLIB, and
and Twofish. Digest algorithms available are MD5, RIPEMD/160, BZIP2 (with libbz2 installed).
SHA-1, SHA-256, SHA-384, and SHA-512. Compression algorithms
available are ZIP and ZLIB.
Installation Installation