mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
* 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.
This commit is contained in:
parent
f2148f03c5
commit
4c4f29d256
@ -1,3 +1,11 @@
|
|||||||
|
2004-02-25 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* 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 <dshaw@jabberwocky.com>
|
2004-02-20 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* configure.ac: Check for timegm(). Replacement functions for
|
* configure.ac: Check for timegm(). Replacement functions for
|
||||||
|
34
NEWS
34
NEWS
@ -1,15 +1,41 @@
|
|||||||
Noteworthy changes in version 1.3.5 (unreleased)
|
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
|
* The configure options --enable-rsa and --disable-rsa can now be
|
||||||
used to enable or disable RSA support. This can be useful for
|
used to enable or disable RSA support. This can be useful for
|
||||||
embedded use where space is tight. --enable-minimal includes
|
embedded use where space is tight. --enable-minimal includes
|
||||||
--disable-rsa.
|
--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.
|
* The last support for Elgamal sign+encrypt keys has been removed.
|
||||||
|
|
||||||
|
|
||||||
|
6
README
6
README
@ -3,8 +3,8 @@
|
|||||||
-------------------------------
|
-------------------------------
|
||||||
Version 1.3.5
|
Version 1.3.5
|
||||||
|
|
||||||
Copyright 1998, 1999, 2000, 2001, 2002, 2003
|
Copyright 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
Free Software Foundation, Inc.
|
2004 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is free software; as a special exception the author
|
This file is free software; as a special exception the author
|
||||||
gives unlimited permission to copy and/or distribute it, with or
|
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
|
more information on this subject, including what to do if you are
|
||||||
legally entitled to use IDEA.
|
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,
|
also supported. Symmetric algorithms available are AES (with 128,
|
||||||
192, and 256 bit keys), 3DES, Blowfish, CAST5 and Twofish. Digest
|
192, and 256 bit keys), 3DES, Blowfish, CAST5 and Twofish. Digest
|
||||||
algorithms available are MD5, RIPEMD/160, SHA-1, SHA-256, SHA-384,
|
algorithms available are MD5, RIPEMD/160, SHA-1, SHA-256, SHA-384,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user