You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by ra...@apache.org on 2006/10/15 18:42:54 UTC

svn commit: r464225 - /xml/security/trunk/TODO

Author: raul
Date: Sun Oct 15 09:42:53 2006
New Revision: 464225

URL: http://svn.apache.org/viewvc?view=rev&rev=464225
Log: (empty)

Modified:
    xml/security/trunk/TODO

Modified: xml/security/trunk/TODO
URL: http://svn.apache.org/viewvc/xml/security/trunk/TODO?view=diff&rev=464225&r1=464224&r2=464225
==============================================================================
--- xml/security/trunk/TODO (original)
+++ xml/security/trunk/TODO Sun Oct 15 09:42:53 2006
@@ -34,4 +34,5 @@
 [ ] There are several places in the library where a Dom is created from a byte array
 see if this is really needed and unified this creation in one class.
 [ ] Get rid of Init.init()
-[ ] Get rid of all if (MODE_SIGN) create a class for signing and another for verifying.
\ No newline at end of file
+[ ] Get rid of all if (MODE_SIGN) create a class for signing and another for verifying.
+[ ] Work on examples there are out of sync with the code.Unitest the examples?