Hendrik Tessendorf wrote: > the win32 installer "gnupg-w32cli-1.4.9.exe" works fine. > However, I think it prints inaccurate messages. > > Installer message: > | GnuPG is GNU's tool for secure communication and data storage. It can be > used to encrypt data and to create digital signatures. It includes an advanced > key management facility and is compliant with the proposed OpenPGP Internet > standard as described in RFC2440. > > Shouldn't this be RFC 4880 instead of 2440 in the text above?
Probably. Although strict RFC 2440 behavior is possible with the --rfc2440
option
Werner, (TRIVIAL) patch follows:
$ diff -uarN README~ README
--- README~ 2008-03-28 18:54:25 -0500
+++ README 2008-03-28 19:53:12 -0500
@@ -22,7 +22,7 @@
GnuPG is GNU's tool for secure communication and data storage.
It can be used to encrypt data and to create digital signatures.
It includes an advanced key management facility and is compliant
- with the proposed OpenPGP Internet standard as described in RFC2440.
+ with the proposed OpenPGP Internet standard as described in RFC4880.
GnuPG works best on GNU/Linux or *BSD systems. Most other Unices
are also supported but are not as well tested as the Free Unices.
--
John P. Clizbe Inet: JPClizbe (a) tx DAWT rr DAHT con
Ginger Bear Networks hkp://keyserver.gingerbear.net
"Be who you are and say what you feel because those who mind don't matter
and those who matter don't mind." - Dr Seuss, "Oh the Places You'll Go"
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
