diff options
author | Stefan Walter <stefw@src.gnome.org> | 2007-11-28 17:09:24 +0000 |
---|---|---|
committer | Stefan Walter <stefw@src.gnome.org> | 2007-11-28 17:09:24 +0000 |
commit | e6879dca0328a6f8b3cfacdb541f9a52584853f2 (patch) | |
tree | 7888fc78229188c5d36c4915f989e60c99592d98 /HACKING | |
parent | f84cb1471eb09fbe05e51c2bcd340e0615e9216d (diff) |
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-- | HACKING | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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. |