1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-21 15:01:41 +02:00

doc fixes

This commit is contained in:
Werner Koch 2002-04-17 15:59:30 +00:00
parent 9ef1a80f8d
commit e906ef5f5b
3 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-04-12 Werner Koch <wk@gnupg.org>
* configure.ac: Add a warning note to the definition of the
EXTSEP macros.
2002-04-09 Werner Koch <wk@gnupg.org>
* configure.ac (ALL_LINGUAS): Added Czech, Galician and Greek

6
NEWS
View File

@ -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.

View File

@ -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 "/"