diff options
author | Werner Koch <[email protected]> | 2002-04-17 15:59:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-04-17 15:59:30 +0000 |
commit | e906ef5f5b4a0984b053b81c057146844eb471cc (patch) | |
tree | 1fc621b5084c05a56eb0a688f0dbcfe30c3977aa | |
parent | * parse-packet.c (parse_signature): Minor fix - signatures should expire (diff) | |
download | gnupg-e906ef5f5b4a0984b053b81c057146844eb471cc.tar.gz gnupg-e906ef5f5b4a0984b053b81c057146844eb471cc.zip |
doc fixes
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-04-12 Werner Koch <[email protected]> + + * configure.ac: Add a warning note to the definition of the + EXTSEP macros. + 2002-04-09 Werner Koch <[email protected]> * configure.ac (ALL_LINGUAS): Added Czech, Galician and Greek @@ -1,3 +1,9 @@ + * Secret keys are now stored and exported in a new format which + uses SHA-1 for integrity checks. This format renders the + Rosa/Klima attack useless. Other OpenPGP implementations might + not yet support this, so the option --simple-sk-checksum creates + the old vulnearbel format. + * The default cipher algorithm for encryption is now CAST5, default default hash algorithm is SHA-1. This will give us better interoperability with other OpenPGP implementations. diff --git a/configure.ac b/configure.ac index 1e9934c23..4fc69bbe7 100644 --- a/configure.ac +++ b/configure.ac @@ -854,7 +854,9 @@ cat >g10defs.tmp <<G10EOF #define GNUPG_HOMEDIR "~/.gnupg" #endif #endif -/* those are here to be redefined by handcrafted g10defs.h */ +/* those are here to be redefined by handcrafted g10defs.h. + Please note that the string version must not contain more + than one character because the using code assumes strlen()==1 */ #define DIRSEP_C '/' #define EXTSEP_C '.' #define DIRSEP_S "/" |