summaryrefslogtreecommitdiffstats
path: root/botan/src/pbe/pbes1/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/pbe/pbes1/info.txt')
-rw-r--r--botan/src/pbe/pbes1/info.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/botan/src/pbe/pbes1/info.txt b/botan/src/pbe/pbes1/info.txt
new file mode 100644
index 0000000..70c6bae
--- /dev/null
+++ b/botan/src/pbe/pbes1/info.txt
@@ -0,0 +1,19 @@
+realname "PKCS5 v1.5 PBE"
+
+define PBE_PKCS_V15
+
+load_on auto
+
+<add>
+pbes1.cpp
+pbes1.h
+</add>
+
+<requires>
+asn1
+block
+cbc
+filters
+hash
+pbkdf1
+</requires>