changeset 4043:f2e127882750 draft

Add a README to describe what this does.
author Roy Marples <roy@marples.name>
date Fri, 14 Apr 2017 10:09:51 +0100
parents 1785839d37d0
children be26e92840a1
files tests/crypt/README.md
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/crypt/README.md	Fri Apr 14 10:09:51 2017 +0100
@@ -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.