summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2007-11-28 17:09:24 +0000
committerStefan Walter <stefw@src.gnome.org>2007-11-28 17:09:24 +0000
commite6879dca0328a6f8b3cfacdb541f9a52584853f2 (patch)
tree7888fc78229188c5d36c4915f989e60c99592d98 /HACKING
parentf84cb1471eb09fbe05e51c2bcd340e0615e9216d (diff)
downloadgnome-keyring-e6879dca0328a6f8b3cfacdb541f9a52584853f2.tar.gz
Move cryptoki stuff into pkcs11/ directory and rename the namespace
* cryptoki/*: (moved to pkcs11/, renamed to *pkcs11*) * doc/file-format.txt: (moved to keyrings/) * doc/keyring-intro.txt: (moved to /) * HACKING: * Makefile.am: Move cryptoki stuff into pkcs11/ directory and rename the namespace prefixes. Move the doc/ files into other locations. svn path=/trunk/; revision=890
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING14
1 files changed, 10 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 1575bf8b..8076c5ad 100644
--- a/HACKING
+++ b/HACKING
@@ -7,9 +7,6 @@ http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring
Gnome Keyring is made up of several distinct parts working on concert with
each other. These parts generally live in different directories:
-cryptoki
- The PKCS#11 provider code
-
daemon
The main daemon startup code and gnome-keyring password protocol operations.
@@ -18,7 +15,16 @@ keyrings
library
The gnome-keyring library for accessing passwords and secrets.
-
+
+pk
+ General public key / certificate code, management of objects.
+
+pkcs11
+ The PKCS#11 module, provider and headers.
+
+pkix
+ Nitty gritty handling of various PKCS#?? standards, parsing, ASN.1 stuff.
+
tests
Test tools and unit tests.