|
From: <pe...@us...> - 2003-12-10 23:58:54
|
Update of /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/auth In directory sc8-pr-cvs1:/tmp/cvs-serv1921/src/java/org/neuclear/auth Modified Files: AuthenticationServlet.java Log Message: Did some cleaning up in the builders Fixed some stuff in IdentityCreator New maven goal to create executable jarapp We are close to 0.8 final of ID, 0.11 final of XMLSIG and 0.5 of commons. Will release shortly. Index: AuthenticationServlet.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/auth/AuthenticationServlet.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** AuthenticationServlet.java 21 Nov 2003 04:45:10 -0000 1.6 --- AuthenticationServlet.java 10 Dec 2003 23:58:51 -0000 1.7 *************** *** 43,46 **** --- 43,53 ---- $Id$ $Log$ + Revision 1.7 2003/12/10 23:58:51 pelle + Did some cleaning up in the builders + Fixed some stuff in IdentityCreator + New maven goal to create executable jarapp + We are close to 0.8 final of ID, 0.11 final of XMLSIG and 0.5 of commons. + Will release shortly. + Revision 1.6 2003/11/21 04:45:10 pelle EncryptedFileStore now works. It uses the PBECipher with DES3 afair. *************** *** 67,71 **** Revision 1.1 2003/11/06 20:01:52 pelle Implemented AuthenticationTicket and friends to comply with the newer model. ! Created SignatureRequest and friends to send unsigned NamedObjectBuilders to interactive signing services. */ --- 74,78 ---- Revision 1.1 2003/11/06 20:01:52 pelle Implemented AuthenticationTicket and friends to comply with the newer model. ! Created SignatureRequest and friends to receive unsigned NamedObjectBuilders to interactive signing services. */ |