X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/940be80e3e40dbbbd84161e1e5ae3abf0b2eadf6:/md5/md5test.c..01037b081eab5fb3f208489dc3e052ec3a2c8ba1:/libs/md5/static/static/git-favicon.png diff --git a/md5/md5test.c b/md5/md5test.c deleted file mode 100644 index 24bd4fe..0000000 --- a/md5/md5test.c +++ /dev/null @@ -1,46 +0,0 @@ -/* -** Copyright 1998 - 2000 Double Precision, Inc. -** See COPYING for distribution information. -*/ - -#include -#include -#include "md5.h" - -int main() -{ -static const char * const teststr[]={ -"", -"a", -"abc", -"message digest", -"abcdefghijklmnopqrstuvwxyz", -"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", -"12345678901234567890123456789012345678901234567890123456789012345678901234567890"}; - -char *salts[4]={"abcdef","01234567","76543210","QWERTY"}; -char *passwds[4]={ "rosebud", - "trust noone", - "trust, but verify", - "for the world is hollow, and I have touched the sky"}; - -int i,j; - - printf("MD5 test suite:\n"); - for (i=0; i<(int)sizeof(teststr)/sizeof(teststr[0]); i++) - { - MD5_DIGEST digest; - - md5_digest(teststr[i], strlen(teststr[i]), digest); - - printf("MD5 (\"%s\") = ", teststr[i]); - for (j=0; j