|
|
02/20/06 16:59:31 |
@371
|
[371]
|
ben |
Make sure dmalloc happens last. |
|
|
01/30/06 16:10:43 |
@343
|
[343]
|
ben |
Working secret key decryption! |
|
|
12/01/05 13:38:12 |
@319
|
[319]
|
ben |
Finish name refactoring. |
|
|
11/30/05 15:23:25 |
@317
|
[317]
|
ben |
Ignore trailing whitespace. Hide memory structures. |
|
|
11/29/05 16:06:23 |
@314
|
[314]
|
ben |
Inline signing. Not 100% RFC compliant yet, but seems to work. References … |
|
|
11/27/05 10:40:41 |
@310
|
[310]
|
ben |
Make signatures work. |
|
|
11/25/05 14:44:20 |
@307
|
[307]
|
ben |
Start hiding things. |
|
|
11/24/05 09:53:05 |
@304
|
[304]
|
ben |
Create secret keys from scratch, partially implemented plaintext signing. |
|
|
11/21/05 14:30:17 |
@301
|
[301]
|
rachel |
Renamed create_options to create_info to be consistent with parse_info. … |
|
|
10/31/05 14:24:11 |
@287
|
[287]
|
ben |
Back out -Wdeclaration-after-statement - a more viable answer is -ansi, … |
|
|
10/28/05 12:15:33 |
@273
|
[273]
|
ben |
Declarations must be at the start of functions. UTF-8 is NUL-terminated. … |
|
|
10/27/05 19:07:05 |
@271
|
[271]
|
rachel |
Renamed parse_options to parse_info which makes more sense … |
|
|
10/25/05 15:19:46 |
@250
|
[250]
|
ben |
Add more checking, fix fallout from that. |
|
|
10/15/05 14:48:19 |
@241
|
[241]
|
ben |
Move all the headers around. |
|
|
10/15/05 14:00:07 |
@240
|
[240]
|
ben |
Partway through moving headers into their own directory, plus some … |
|
|
10/14/05 14:00:33 |
@237
|
[237]
|
ben |
Improve our dmalloc act, deal with some memory leaks. |
|
|
10/14/05 12:50:08 |
@236
|
[236]
|
ben |
Gasp! Ben adds docco! |
|
|
10/13/05 15:32:07 |
@235
|
[235]
|
ben |
Check signed cleartext. Also rename a prefixless function. |
|
|
06/23/05 14:41:47 |
@177
|
[177]
|
rachel |
more documentation changes |
|
|
06/23/05 13:09:49 |
@176
|
[176]
|
rachel |
Even better documentation for ops_parse() and ops_parse_and_accumulate() … |
|
|
06/15/05 10:44:14 |
@166
|
[166]
|
rachel |
Doxygen markup added to all functions used by current example programs. … |
|
|
05/21/05 16:28:14 |
@142
|
[142]
|
ben |
Working signature, apart from the unresolved "leading zero" issue. |
|
|
05/20/05 22:20:24 |
@140
|
[140]
|
ben |
Don't die. |
|
|
05/20/05 17:45:32 |
@138
|
[138]
|
ben |
Closer to signing, and parse secret key. |
|
|
05/20/05 15:10:24 |
@137
|
[137]
|
ben |
Refactor public key packet construction. |
|
|
05/20/05 13:44:25 |
@136
|
[136]
|
ben |
Partial signature code, prior to refactor for verification. |
|
|
05/19/05 17:59:48 |
@135
|
[135]
|
rachel |
Basic doxygen header added
Unwanted $Id$ headers removed … |
|
|
04/19/05 11:55:03 |
@56
|
[56]
|
rachel |
#include <string.h> added to prevent warnings about … |
|
|
04/03/05 20:31:34 |
@47
|
[47]
|
ben |
Check subkey signatures. |
|
|
04/03/05 17:47:31 |
@46
|
[46]
|
ben |
Give header more appropriate name. |
|
|
04/03/05 14:21:19 |
@44
|
[44]
|
ben |
Signature validation. |