]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add a README to describe what this does.
authorRoy Marples <roy@marples.name>
Fri, 14 Apr 2017 09:09:51 +0000 (10:09 +0100)
committerRoy Marples <roy@marples.name>
Fri, 14 Apr 2017 09:27:45 +0000 (10:27 +0100)
tests/crypt/README.md [new file with mode: 0644]

diff --git a/tests/crypt/README.md b/tests/crypt/README.md
new file mode 100644 (file)
index 0000000..8269e51
--- /dev/null
@@ -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.