From: Roy Marples Date: Fri, 14 Apr 2017 09:09:51 +0000 (+0100) Subject: Add a README to describe what this does. X-Git-Tag: v7.0.0-beta3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a62296ad92fe8068b00c8a766284f896325bb33e;p=thirdparty%2Fdhcpcd.git Add a README to describe what this does. --- diff --git a/tests/crypt/README.md b/tests/crypt/README.md new file mode 100644 index 00000000..8269e51f --- /dev/null +++ b/tests/crypt/README.md @@ -0,0 +1,8 @@ +# dhcpcd Test Suite + +Currently this just tests the RFC2202 MD5 implementation in dhcpcd. +This is important, because dhcpcd will either use the system MD5 +implementation if found, otherwise some compat code. + +This test suit ensures that it works in accordance with known standards +on your platform.