From 6fd01228840942ad122d1adabb3f7971a4e3b244 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 15 Jul 2009 15:12:20 +0000 Subject: 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 --- src/pubkey/info.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/pubkey/info.txt (limited to 'src/pubkey/info.txt') 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 + + +asn1 +bigint +numbertheory +oid_lookup +pbe +pk_codecs +pk_pad +rng + + + +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 + -- cgit v1.2.3