diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 34 | ||||
-rw-r--r-- | README | 6 |
3 files changed, 41 insertions, 7 deletions
@@ -1,3 +1,11 @@ +2004-02-25 David Shaw <[email protected]> + + * README: Update copyright. + + * NEWS: Note --max-output, --list-config, --min-cert-level, AIX + fix, new http-proxy keyserver-option, new LDAP server code, TLS, + LDAPS, and --show-session-key with --symmetric. + 2004-02-20 David Shaw <[email protected]> * configure.ac: Check for timegm(). Replacement functions for @@ -1,15 +1,41 @@ Noteworthy changes in version 1.3.5 (unreleased) ------------------------------------------------ + * New --min-cert-level option to disregard key signatures that are + under a specified level. + + * New --max-output option to limit the amount of plaintext output + generated by GnuPG. This option can be used by programs which + call GnuPG to process messages that may result in plaintext + larger than the calling program is prepared to handle. This is + sometimes called a "Decompression Bomb". + + * New --list-config command for frontends and other programs that + call GnuPG. See doc/DETAILS for the specifics of this. + + * Some performance improvements with large keyrings. See + --enable-key-cache=SIZE in the README file for details. + + * Some portability fixes for the OpenBSD/i386, HPPA, and AIX + platforms. + + * New keyserver-option "http-proxy" to specify which proxy to use + in the config file without using environment variables. + + * Added support for storing, retrieving, and searching for keys in + LDAP servers. Note that this is different than the "LDAP + keyserver" which was already (and remains) supported. + + * Added support for TLS and LDAPS session encryption for LDAP. + + * --show-session-key/--override-session-key now works with + --symmetric messages. + * The configure options --enable-rsa and --disable-rsa can now be used to enable or disable RSA support. This can be useful for embedded use where space is tight. --enable-minimal includes --disable-rsa. - * Some performance improvements with large keyrings. - - * Some portability fixes for the OpenBSD/i386 and HPPA platforms. - * The last support for Elgamal sign+encrypt keys has been removed. @@ -3,8 +3,8 @@ ------------------------------- Version 1.3.5 - Copyright 1998, 1999, 2000, 2001, 2002, 2003 - Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2001, 2002, 2003, + 2004 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or @@ -37,7 +37,7 @@ more information on this subject, including what to do if you are legally entitled to use IDEA. - The default public key algorithms are DSA and ElGamal, but RSA is + The default public key algorithms are DSA and Elgamal, but RSA is also supported. Symmetric algorithms available are AES (with 128, 192, and 256 bit keys), 3DES, Blowfish, CAST5 and Twofish. Digest algorithms available are MD5, RIPEMD/160, SHA-1, SHA-256, SHA-384, |