1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Change default gpgsm cipher back to 3DES.

Typo fixes.
This commit is contained in:
Werner Koch 2009-02-09 10:25:41 +00:00
parent b8ffa0d947
commit d1c2e66fbc
4 changed files with 13 additions and 3 deletions

8
NEWS
View file

@ -1,7 +1,13 @@
Noteworthy changes in version 2.0.11 (unreleased)
-------------------------------------------------
* [scdaemon] --allow-admin is now the default.
* The SCDAEMON option --allow-admin is now used by default.
* SCDAEMON is now aware of the Geldkarte.
* [gpgsm] The default cipher algorith is now again 3DES. This is due
to interoperability problems with Outlook 2003 which still can't
cope with AES.
Noteworthy changes in version 2.0.10 (2009-01-12)