root/openpgpsdk/trunk/src/create.c


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 02/20/06 16:59:31 @371 [371] ben Make sure dmalloc happens last.
(edit) 01/20/06 09:02:19 @333 [333] ben Beginnings of decryption.
(edit) 12/07/05 09:39:44 @320 [320] ben Out of time - hopefully a working refactoring of readers and callbacks. …
(edit) 12/01/05 13:38:12 @319 [319] ben Finish name refactoring.
(edit) 11/30/05 11:53:38 @316 [316] ben Plaintext signing now appears to be complete. Fixes #26.
(edit) 11/29/05 16:06:23 @314 [314] ben Inline signing. Not 100% RFC compliant yet, but seems to work. References …
(edit) 11/25/05 14:44:20 @307 [307] ben Start hiding things.
(edit) 11/24/05 09:53:05 @304 [304] ben Create secret keys from scratch, partially implemented plaintext signing.
(edit) 11/22/05 12:42:47 @302 [302] rachel documentation changes
(edit) 11/21/05 14:30:17 @301 [301] rachel Renamed create_options to create_info to be consistent with parse_info. …
(edit) 10/31/05 14:24:11 @287 [287] ben Back out -Wdeclaration-after-statement - a more viable answer is -ansi, …
(edit) 10/27/05 19:07:05 @271 [271] rachel Renamed parse_options to parse_info which makes more sense …
(edit) 10/26/05 12:22:21 @253 [253] rachel Testing trac-post-commit-hook re #12
(edit) 10/15/05 14:48:19 @241 [241] ben Move all the headers around.
(edit) 10/15/05 14:00:07 @240 [240] ben Partway through moving headers into their own directory, plus some …
(edit) 06/23/05 14:41:47 @177 [177] rachel more documentation changes
(edit) 06/23/05 13:09:49 @176 [176] rachel Even better documentation for ops_parse() and ops_parse_and_accumulate() …
(edit) 06/15/05 10:44:14 @166 [166] rachel Doxygen markup added to all functions used by current example programs. …
(edit) 05/20/05 17:45:32 @138 [138] ben Closer to signing, and parse secret key.
(edit) 05/20/05 15:10:24 @137 [137] ben Refactor public key packet construction.
(edit) 05/20/05 13:44:25 @136 [136] ben Partial signature code, prior to refactor for verification.
(edit) 05/19/05 17:59:48 @135 [135] rachel Basic doxygen header added Unwanted $Id$ headers removed …
(edit) 05/16/05 14:17:55 @118 [118] rachel We need to include string.h on Linux (at least we do on Ubuntu Linux)
(edit) 05/13/05 15:19:11 @114 [114] ben Create public key.
(add) 05/12/05 18:40:06 @113 [113] ben First cut of creation.