|
From: creecode <icr...@us...> - 2006-03-12 20:39:38
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25440 Modified Files: kernelverbs.rc Log Message: changed hashWhirlpool to whirlpool changed hashMd5 to MD5 note: normally we wouldn't be changing names of tokens like this but there was a bit of a foul-up in communication about naming. we decided that hash is redundant in the context of the cyrpt verb category. added SHA1 and hmacSHA1 Index: kernelverbs.rc =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Win32/kernelverbs.rc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** kernelverbs.rc 10 Mar 2006 21:21:01 -0000 1.6 --- kernelverbs.rc 12 Mar 2006 20:39:34 -0000 1.7 *************** *** 1066,1073 **** "crypt\0", // Function Processor name false, // Window required ! 3, // Count of verbs ! "hashWhirlpool\0", "hmacMD5\0", ! "hashMD5\0" END --- 1066,1075 ---- "crypt\0", // Function Processor name false, // Window required ! 5, // Count of verbs ! "whirlpool\0", "hmacMD5\0", ! "MD5\0", ! "SHA1\0", ! "hmacSHA1\0" END |