mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Thu May 18 11:38:54 CEST 2000 Werner Koch
This commit is contained in:
parent
64009cd745
commit
c8def6ecfa
15 changed files with 250 additions and 4 deletions
66
doc/HACKING
66
doc/HACKING
|
@ -112,6 +112,72 @@ Directory Layout
|
|||
./gcrypt Stuff needed to build libgcrypt (under construction)
|
||||
|
||||
|
||||
Detailed Roadmap
|
||||
----------------
|
||||
g10/g10.c Main module with option parsing and all the stuff you have
|
||||
to do on startup. Also has the exout handler and some
|
||||
helper functions.
|
||||
g10/sign.c
|
||||
|
||||
g10/parse-packet.c
|
||||
g10/build-packet.c
|
||||
g10/free-packet.c
|
||||
Parsing and creating of OpenPGP message packets.
|
||||
|
||||
g10/getkey.c
|
||||
g10/pkclist.c
|
||||
g10/skclist.c
|
||||
g10/ringedit.c
|
||||
g10/keydb.h
|
||||
|
||||
g10/keyid.c Helper functions to get the keyid, fingerprint etc.
|
||||
|
||||
|
||||
g10/trustdb.c
|
||||
g10/trustdb.h
|
||||
g10/tdbdump.c
|
||||
|
||||
g10/compress.c
|
||||
g10/filter.h
|
||||
g10/delkey.c
|
||||
g10/kbnode.c
|
||||
g10/main.h
|
||||
g10/mainproc.c
|
||||
g10/armor.c
|
||||
g10/mdfilter.c
|
||||
g10/textfilter.c
|
||||
g10/cipher.c
|
||||
g10/misc.c
|
||||
g10/options.h
|
||||
g10/openfile.c
|
||||
g10/tdbio.c
|
||||
g10/tdbio.h
|
||||
g10/hkp.h
|
||||
g10/hkp.c
|
||||
g10/packet.h
|
||||
g10/passphrase.c
|
||||
g10/pubkey-enc.c
|
||||
g10/seckey-cert.c
|
||||
g10/seskey.c
|
||||
g10/import.c
|
||||
g10/export.c
|
||||
g10/comment.c
|
||||
g10/status.c
|
||||
g10/status.h
|
||||
g10/sign.c
|
||||
g10/plaintext.c
|
||||
g10/encr-data.c
|
||||
g10/encode.c
|
||||
g10/revoke.c
|
||||
g10/keylist.c
|
||||
g10/sig-check.c
|
||||
g10/signal.c
|
||||
g10/helptext.c
|
||||
g10/verify.c
|
||||
g10/decrypt.c
|
||||
g10/keyedit.c
|
||||
g10/dearmor.c
|
||||
g10/keygen.c
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue