root/openpgpsdk/trunk/src


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 05/10/05 10:06:59 @90 [90] ben Remove redundant line.
(edit) 05/10/05 10:06:54 @89 [89] rachel packet-decode.o added, comments around Rachel's code removed
(edit) 05/10/05 10:02:16 @88 [88] ben Add makefile maker.
(edit) 05/09/05 18:08:58 @87 [87] ben Add literal data, remove (temporarily) code that relies on code Rachel …
(edit) 04/28/05 18:41:52 @86 [86] rachel Now I've fixed the bug in parse_one_signature_subpacket() which had meant …
(edit) 04/28/05 18:21:19 @85 [85] rachel New generalised method for generating text strings for decoding packet …
(edit) 04/26/05 18:16:01 @84 [84] ben One pass signatures.
(edit) 04/26/05 17:57:24 @83 [83] rachel Added comment about need for .depend to be explicitly included
(edit) 04/26/05 17:55:03 @82 [82] rachel cosmetic tidying up
(edit) 04/26/05 17:51:44 @81 [81] rachel Signature sub-packet Preferred Compression Algorithms
(edit) 04/26/05 17:20:09 @80 [80] rachel Signature sub-packets must also free memory if requested. …
(edit) 04/26/05 11:41:09 @79 [79] rachel Signature sub-packet type Preferred Hash Algorithms
(edit) 04/26/05 11:08:12 @78 [78] rachel Signature sub-packet Key Flags added. …
(edit) 04/26/05 10:02:13 @77 [77] rachel formatting change
(edit) 04/25/05 18:34:02 @76 [76] rachel removed some not-needed code
(edit) 04/25/05 17:39:29 @75 [75] rachel trust packet tag modified to use malloc rather than fixed-size array
(edit) 04/25/05 17:29:58 @74 [74] rachel Preferred SKA signature sub-packet now uses malloc instead of fixed-size …
(edit) 04/25/05 17:14:20 @73 [73] rachel RW's previous changes reformatted to play nicely with emacs. …
(edit) 04/25/05 17:05:55 @72 [72] rachel changed unsigned char bool to bool[1] and removed debugging msg
(edit) 04/25/05 16:01:41 @71 [71] rachel Expiration time is a duration, not an absolute time. Dump it as such.
(edit) 04/25/05 15:57:26 @70 [70] rachel Only dump creation time from signature structure if …
(edit) 04/25/05 15:57:04 @69 [69] ben Compression appears to work. Mostly.
(edit) 04/25/05 15:40:19 @68 [68] rachel reformatted using Ben's emacs settings, no other changes
(edit) 04/25/05 14:52:52 @67 [67] ben Indeterminate regions always have enough data.
(edit) 04/25/05 13:13:41 @66 [66] rachel File reformatted with Ben's .emacs settings
(edit) 04/25/05 13:12:21 @65 [65] rachel Changes in revision 61 repplied. …
(edit) 04/25/05 13:01:56 @64 [64] rachel Changes in revision r60 repplied without reformatting …
(edit) 04/25/05 12:45:18 @63 [63] rachel Change in revision 59 reapplied. …
(edit) 04/25/05 12:13:06 @62 [62] rachel Exact copy of r55 so that changes 59-61 can be repplied without …
(edit) 04/21/05 16:33:48 @61 [61] rachel New signature sub-types: SS_REVOCABLE, SS_REVOCATION_KEY …
(edit) 04/21/05 12:57:39 @60 [60] rachel Signature sub-packet types: primary user id and revocation key added …
(edit) 04/20/05 17:47:26 @59 [59] rachel "Preferred Symmetric Algorithm" signature sub-packet now displayed …
(edit) 04/19/05 13:07:47 @58 [58] ben Missed a subpacket type.
(edit) 04/19/05 11:57:46 @57 [57] rachel removed "$>" to be compatible with gmake
(edit) 04/19/05 11:55:03 @56 [56] rachel #include <string.h> added to prevent warnings about …
(edit) 04/19/05 10:23:24 @55 [55] ben Mostly working again.
(edit) 04/19/05 08:06:53 @54 [54] ben More fixes and point out my fundamental error.
(edit) 04/19/05 02:18:21 @53 [53] ben Not working step towards compression.
(edit) 04/09/05 17:58:07 @51 [51] ben Missing files.
(edit) 04/09/05 17:55:36 @50 [50] ben Work in progress.
(edit) 04/05/05 15:16:46 @49 [49] ben Split reader and callback arguments.
(edit) 04/05/05 12:46:02 @48 [48] ben Memory leak detection. Some bignums appear to leak, still, but OpenSSL …
(edit) 04/03/05 20:31:34 @47 [47] ben Check subkey signatures.
(edit) 04/03/05 17:47:31 @46 [46] ben Give header more appropriate name.
(edit) 04/03/05 17:45:53 @45 [45] ben Mistake, will undo in moment.
(edit) 04/03/05 14:21:19 @44 [44] ben Signature validation.
(edit) 03/31/05 15:30:54 @43 [43] ben The keyring belongs to the caller.
(edit) 03/30/05 17:05:53 @42 [42] ben Do some memory management.
(edit) 03/30/05 12:51:33 @41 [41] ben More macro-ing.
(edit) 03/05/05 17:23:37 @40 [40] ben Add fingerprint/key IDs.
(edit) 03/03/05 15:59:30 @39 [39] ben v3 fingerprints and IDs.
(edit) 03/03/05 13:13:58 @38 [38] ben Accumulate, first pass.
(edit) 02/23/05 13:18:36 @37 [37] ben More preparation for verification.
(edit) 02/22/05 19:04:44 @36 [36] ben Missing file.
(edit) 02/22/05 18:10:15 @35 [35] ben Pave the way for validation.
(edit) 02/22/05 15:55:54 @34 [34] ben Detach region management from packet tags.
(edit) 02/22/05 14:10:34 @33 [33] weasel more docs and minor stuff
(edit) 02/22/05 14:05:25 @32 [32] weasel doxygen is in ../doc
(edit) 02/22/05 13:14:47 @31 [31] ben Add times and doxygen target/conf.
(edit) 02/17/05 18:22:58 @30 [30] weasel More docs and a minor fix or two
(edit) 02/15/05 21:14:24 @29 [29] weasel Ignore packet-dump and .depend for svn purposes
(edit) 02/15/05 21:13:10 @28 [28] weasel svn propset svn:keywords Id * - almost
(edit) 02/15/05 21:09:54 @27 [27] weasel Start to document packet.h
(edit) 02/15/05 19:30:25 @26 [26] weasel memset() is in string.h
(edit) 02/15/05 19:29:25 @25 [25] weasel Create clean target
(edit) 01/18/05 18:33:52 @23 [23] ben Handle raw subpackets.
(edit) 01/16/05 21:14:46 @22 [22] ben signature subpacket sketch.
(edit) 01/16/05 13:03:57 @21 [21] ben V3 signatures.
(edit) 01/16/05 07:34:59 @20 [20] ben Lots of macro nastiness, partial signature parsing (not working).
(edit) 01/16/05 07:12:49 @19 [19] ben Change all type names, stop claiming most things belong to the parser.
(edit) 01/16/05 07:04:25 @18 [18] ben Add user ID.
(edit) 01/16/05 06:39:27 @17 [17] ben Use the same base as the RFC.
(edit) 01/16/05 06:37:24 @16 [16] ben Handle V2 keys(!), continue to the next packet, format errors.
(edit) 01/15/05 18:08:16 @15 [15] weasel Parse RSA keys, cut down mpi buffer to 8k, from 64k
(edit) 01/15/05 17:31:48 @14 [14] weasel exit(3) is in stdlib.h
(add) 01/15/05 17:29:46 @13 [13] ben First attempt at packet parsing.