summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/crypt01/crypt01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/crypt01/crypt01.doc')
-rw-r--r--testsuites/libtests/crypt01/crypt01.doc15
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuites/libtests/crypt01/crypt01.doc b/testsuites/libtests/crypt01/crypt01.doc
new file mode 100644
index 0000000000..8b63d3ca31
--- /dev/null
+++ b/testsuites/libtests/crypt01/crypt01.doc
@@ -0,0 +1,15 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: crypt01
+
+directives:
+
+ - crypt_set_format
+ - crypt_get_format
+ - crypt_md5_r
+ - crypt_sha256_r
+ - crypt_sha512_r
+
+concepts:
+
+ - Ensure that the crypt family functions work for some test cases.