summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-04-14 10:09:51 +0100
committerRoy Marples <roy@marples.name>2017-04-14 10:27:45 +0100
commitcce97a4663d8c401d26f9d8918c12973f102badd (patch)
treef46c0d7ccf8190265db852fa648d8ad3c27b2fbd /tests
parent5b3c46078bfc06d2a14f29dc5b5bf482adf2d52e (diff)
downloaddhcpcd-cce97a4663d8c401d26f9d8918c12973f102badd.tar.xz
Add a README to describe what this does.
Diffstat (limited to 'tests')
-rw-r--r--tests/crypt/README.md8
1 files changed, 8 insertions, 0 deletions
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.