summaryrefslogtreecommitdiffstats
path: root/botan/src/pubkey/pk_codecs/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/pubkey/pk_codecs/info.txt')
-rw-r--r--botan/src/pubkey/pk_codecs/info.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/botan/src/pubkey/pk_codecs/info.txt b/botan/src/pubkey/pk_codecs/info.txt
new file mode 100644
index 0000000..96511a6
--- /dev/null
+++ b/botan/src/pubkey/pk_codecs/info.txt
@@ -0,0 +1,18 @@
+realname "PK codecs (PKCS8, X.509)"
+
+load_on auto
+
+<add>
+pkcs8.h
+pkcs8.cpp
+x509_key.h
+x509_key.cpp
+</add>
+
+<requires>
+asn1
+filters
+oid_lookup
+pbe
+pem
+</requires>