|
From: <pe...@us...> - 2003-12-06 00:17:07
|
Update of /cvsroot/neuclear/neuclear-id/src/test/org/neuclear/id/verifier In directory sc8-pr-cvs1:/tmp/cvs-serv4604/src/test/org/neuclear/id/verifier Modified Files: VerificationTest.java Log Message: Updated various areas in NSTools. Updated URI Validation in particular to support new expanded format Updated createUniqueID and friends to be a lot more unique and more efficient. In CryptoTools updated getRandom() to finally use a SecureRandom. Changed CryptoTools.getFormatURLSafe to getBase36 because that is what it really is. Index: VerificationTest.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-id/src/test/org/neuclear/id/verifier/VerificationTest.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** VerificationTest.java 21 Nov 2003 04:45:17 -0000 1.8 --- VerificationTest.java 6 Dec 2003 00:17:04 -0000 1.9 *************** *** 31,34 **** --- 31,41 ---- $Id$ $Log$ + Revision 1.9 2003/12/06 00:17:04 pelle + Updated various areas in NSTools. + Updated URI Validation in particular to support new expanded format + Updated createUniqueID and friends to be a lot more unique and more efficient. + In CryptoTools updated getRandom() to finally use a SecureRandom. + Changed CryptoTools.getFormatURLSafe to getBase36 because that is what it really is. + Revision 1.8 2003/11/21 04:45:17 pelle EncryptedFileStore now works. It uses the PBECipher with DES3 afair. *************** *** 48,52 **** Revision 1.5 2003/10/23 22:02:36 pelle Moved some certificates to live status at http://repository.neuclear.org ! Updated NSTools.url2path to support neuids with @ signs. Revision 1.4 2003/10/21 22:31:14 pelle --- 55,59 ---- Revision 1.5 2003/10/23 22:02:36 pelle Moved some certificates to live status at http://repository.neuclear.org ! Updated NSTools.name2path to support neuids with @ signs. Revision 1.4 2003/10/21 22:31:14 pelle |