[svn] GnuPG - r4926 - in trunk: . scd sm
svn author wk
cvs at cvs.gnupg.org
Mon Feb 9 11:25:41 CET 2009
Author: wk
Date: 2009-02-09 11:25:41 +0100 (Mon, 09 Feb 2009)
New Revision: 4926
Modified:
trunk/NEWS
trunk/scd/atr.c
trunk/scd/command.c
trunk/sm/ChangeLog
Log:
Change default gpgsm cipher back to 3DES.
Typo fixes.
Modified: trunk/sm/ChangeLog
===================================================================
--- trunk/sm/ChangeLog 2009-02-03 19:49:17 UTC (rev 4925)
+++ trunk/sm/ChangeLog 2009-02-09 10:25:41 UTC (rev 4926)
@@ -1,3 +1,7 @@
+2009-02-09 Werner Koch <wk at g10code.com>
+
+ * gpgsm.c (main): Change default cipher back to 3DES.
+
2009-01-12 Werner Koch <wk at g10code.com>
* keylist.c (print_utf8_extn_raw): Cast printf precision argument.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2009-02-03 19:49:17 UTC (rev 4925)
+++ trunk/NEWS 2009-02-09 10:25:41 UTC (rev 4926)
@@ -1,9 +1,15 @@
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)
-------------------------------------------------
Modified: trunk/scd/atr.c
===================================================================
--- trunk/scd/atr.c 2009-02-03 19:49:17 UTC (rev 4925)
+++ trunk/scd/atr.c 2009-02-09 10:25:41 UTC (rev 4926)
@@ -278,7 +278,7 @@
/* Note: This code has not yet been tested! It shall return -1 on
- error or the nu,ber of hiostroical bytes and store them at
+ error or the number of historical bytes and store them at
HISTORICAL. */
int
atr_get_historical (int slot, unsigned char historical[])
Modified: trunk/scd/command.c
===================================================================
--- trunk/scd/command.c 2009-02-03 19:49:17 UTC (rev 4925)
+++ trunk/scd/command.c 2009-02-09 10:25:41 UTC (rev 4926)
@@ -469,7 +469,7 @@
/* SERIALNO [APPTYPE]
Return the serial number of the card using a status reponse. This
- functon should be used to check for the presence of a card.
+ function should be used to check for the presence of a card.
If APPTYPE is given, an application of that type is selected and an
error is returned if the application is not supported or available.
More information about the Gnupg-commits
mailing list