Author: toad
Date: 2007-02-09 01:36:55 +0000 (Fri, 09 Feb 2007)
New Revision: 11699

Modified:
   trunk/freenet/src/freenet/keys/InsertableClientSSK.java
Log:
add a fixme

Modified: trunk/freenet/src/freenet/keys/InsertableClientSSK.java
===================================================================
--- trunk/freenet/src/freenet/keys/InsertableClientSSK.java     2007-02-09 
01:35:21 UTC (rev 11698)
+++ trunk/freenet/src/freenet/keys/InsertableClientSSK.java     2007-02-09 
01:36:55 UTC (rev 11699)
@@ -234,7 +234,7 @@
                return Global.DSAgroupBigA;
        }

-       /** If true, this SSK is using the old, back compatible, insecure 
crypto algorithm */
+       /** If true, this SSK is using the old, back compatible, insecure 
crypto algorithm. FIXME remove with support for old crypto. */
        public boolean isInsecure() {
                return cryptoAlgorithm == Key.ALGO_INSECURE_AES_PCFB_256_SHA256;
        }


Reply via email to