root/openpgpsdk/trunk/src/signature.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/30/06 16:10:43 @343 [343] ben Working secret key decryption!
(edit) 12/01/05 13:38:12 @319 [319] ben Finish name refactoring.
(edit) 11/30/05 15:23:25 @317 [317] ben Ignore trailing whitespace. Hide memory structures.
(edit) 11/29/05 16:06:23 @314 [314] ben Inline signing. Not 100% RFC compliant yet, but seems to work. References …
(edit) 11/27/05 10:40:41 @310 [310] ben Make signatures work.
(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/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/28/05 12:15:33 @273 [273] ben Declarations must be at the start of functions. UTF-8 is NUL-terminated. …
(edit) 10/27/05 19:07:05 @271 [271] rachel Renamed parse_options to parse_info which makes more sense …
(edit) 10/25/05 15:19:46 @250 [250] ben Add more checking, fix fallout from that.
(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) 10/14/05 14:00:33 @237 [237] ben Improve our dmalloc act, deal with some memory leaks.
(edit) 10/14/05 12:50:08 @236 [236] ben Gasp! Ben adds docco!
(edit) 10/13/05 15:32:07 @235 [235] ben Check signed cleartext. Also rename a prefixless function.
(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/21/05 16:28:14 @142 [142] ben Working signature, apart from the unresolved "leading zero" issue.
(edit) 05/20/05 22:20:24 @140 [140] ben Don't die.
(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) 04/19/05 11:55:03 @56 [56] rachel #include <string.h> added to prevent warnings about …
(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.
(add) 04/03/05 14:21:19 @44 [44] ben Signature validation.