aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
3 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a02aa28bb..6882c2830 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 07cb37666..6a21c737f 100644
--- a/NEWS
+++ b/NEWS
@@ -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 "/"