aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-15 15:12:20 +0000
committerlloyd <[email protected]>2009-07-15 15:12:20 +0000
commit6fd01228840942ad122d1adabb3f7971a4e3b244 (patch)
tree57df224bd849d325e9747a374c85784abdd0e76c /src/pubkey/info.txt
parent11470400cd77cbd20f60247f0a07fcac45772646 (diff)
Move the contents of pubkey/pubkey (which was kind of a catch-all to
just toplevel pubkey). This was a convention I realized made sense sometime on when I was first doing the modularization changes. Move pkcs8.* and x509_key.* to pk_codecs
Diffstat (limited to 'src/pubkey/info.txt')
-rw-r--r--src/pubkey/info.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/pubkey/info.txt b/src/pubkey/info.txt
new file mode 100644
index 000000000..74698503a
--- /dev/null
+++ b/src/pubkey/info.txt
@@ -0,0 +1,31 @@
+realname "Public Key Base"
+
+define PUBLIC_KEY_CRYPTO
+
+load_on auto
+
+<requires>
+asn1
+bigint
+numbertheory
+oid_lookup
+pbe
+pk_codecs
+pk_pad
+rng
+</requires>
+
+<add>
+pk_algs.cpp
+pk_algs.h
+pk_filts.cpp
+pk_filts.h
+pk_keys.cpp
+pk_keys.h
+pubkey.cpp
+pubkey.h
+pubkey_enums.cpp
+pubkey_enums.h
+x509_key.cpp
+x509_key.h
+</add>