root/openpgpsdk/trunk/src/packet.h


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 05/11/05 16:56:20 @99 [99] rachel SS Revocation Reason added
(edit) 05/11/05 14:42:46 @98 [98] rachel refactored ss_preferred_ska to use new data_t format …
(edit) 05/11/05 13:09:29 @97 [97] rachel SS userdefined packets supported. new data_t struct introduced
(edit) 05/10/05 14:57:45 @93 [93] rachel SS Key Server Preferences added
(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: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: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 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/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/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 10:23:24 @55 [55] ben Mostly working again.
(edit) 04/19/05 02:18:21 @53 [53] ben Not working step towards compression.
(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 14:21:19 @44 [44] ben Signature validation.
(edit) 03/30/05 17:05:53 @42 [42] ben Do some memory management.
(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/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 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: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) 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
(add) 01/15/05 17:29:46 @13 [13] ben First attempt at packet parsing.