root/openpgpsdk


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 03/03/06 11:43:57 @396 [396] ben Handle accumulation correctly.
(edit) 03/03/06 10:59:58 @395 [395] ben Only save packets for keys!
(edit) 03/03/06 05:59:36 @394 [394] ben Consistency.
(edit) 03/01/06 14:18:32 @393 [393] ben Print literal data as ASCII.
(edit) 03/01/06 13:03:42 @392 [392] ben Add triple-DES, and handle yet more resync weirdness.
(edit) 02/27/06 17:14:52 @391 [391] ben Return the secret key!
(edit) 02/27/06 16:59:22 @390 [390] ben Handle encrypted session keys.
(edit) 02/27/06 16:47:56 @389 [389] ben Don't try to swallow what we can't chew.
(edit) 02/27/06 14:31:30 @388 [388] ben Refactor readers. Reading encrypted compressed data now works.
(edit) 02/27/06 11:11:06 @387 [387] ben Missing file.
(edit) 02/23/06 16:00:46 @386 [386] ben Stricter error handling.
(edit) 02/22/06 17:15:37 @385 [385] ben Get rid of the old-fashioned parse_info and use the new-fangled pinfo …
(edit) 02/22/06 16:03:34 @384 [384] ben Decryption seems to be correct.
(edit) 02/22/06 11:35:13 @383 [383] ben Decrypt session keys. Generalise CFB mode.
(edit) 02/21/06 12:38:15 @382 [382] rachel refs #34
(edit) 02/21/06 12:34:20 @381 [381] rachel Refs #34
(edit) 02/21/06 12:23:46 @380 [380] rachel Refs #34
(edit) 02/21/06 12:18:35 @379 [379] rachel Refs #34 (again)
(edit) 02/21/06 12:08:54 @378 [378] rachel Refs #34
(edit) 02/21/06 12:06:49 @377 [377] rachel Refs #34
(edit) 02/21/06 11:58:19 @376 [376] rachel Refs #34
(edit) 02/21/06 11:57:13 @375 [375] rachel Fixes #34
(edit) 02/21/06 11:55:31 @374 [374] rachel Fixes #34
(edit) 02/21/06 10:33:23 @373 [373] ben Start handling symmetric encryption.
(edit) 02/20/06 17:27:18 @372 [372] ben Clear the reader info structure when we push a reader.
(edit) 02/20/06 16:59:31 @371 [371] ben Make sure dmalloc happens last.
(edit) 02/19/06 16:34:51 @370 [370] ben Add encrypter.
(edit) 02/19/06 16:27:18 @369 [369] ben Handle unencrypted secret keys.
(edit) 02/19/06 15:35:42 @368 [368] ben Constification, plus bugfix where strings were freed that might not have …
(edit) 02/19/06 14:57:51 @367 [367] ben Show algorithms.
(edit) 02/18/06 11:51:12 @366 [366] ben Add a v3 test key (passphrase is "fred").
(edit) 02/17/06 13:16:36 @365 [365] ben Fix decryption.
(edit) 02/14/06 17:03:19 @364 [364] rachel Fixes #34
(edit) 02/14/06 17:01:28 @363 [363] rachel Refs #34 again
(edit) 02/14/06 16:59:19 @362 [362] rachel Refs #34
(edit) 02/14/06 16:48:14 @361 [361] rachel refs #34
(edit) 02/08/06 18:20:39 @360 [360] ben Missing file.
(edit) 02/07/06 13:02:57 @359 [359] ben Count regions correctly.
(edit) 02/06/06 17:55:59 @358 [358] ben Don't clear the IV!
(edit) 02/06/06 17:37:13 @357 [357] ben Hoorah! V3 keys work. What a mess.
(edit) 02/03/06 15:07:44 @356 [356] rachel Closes #33
(edit) 02/03/06 15:06:40 @355 [355] rachel refs #33
(edit) 02/02/06 14:21:04 @354 [354] ben Partial support for V3 secret keys. Doesn't work yet.
(edit) 02/02/06 14:20:16 @353 [353] ben Allow stdin to be redirected.
(edit) 02/01/06 15:31:19 @352 [352] ben Turn off buffering.
(edit) 02/01/06 15:18:20 @351 [351] ben Suppress passphrase echo.
(edit) 02/01/06 10:58:24 @350 [350] ben Add IDEA.
(edit) 01/31/06 12:17:07 @349 [349] ben Handle incorrect passphrase properly.
(edit) 01/31/06 12:11:22 @348 [348] ben Clean up.
(edit) 01/31/06 12:08:54 @347 [347] ben Free the passphrase.
(edit) 01/31/06 12:01:12 @346 [346] ben Check checksum/hash.
(edit) 01/30/06 16:33:42 @345 [345] ben Actually, the checksum is encrypted, too.
(edit) 01/30/06 16:25:04 @344 [344] ben Point at the secret key in the passphrase callback instead. This is both …
(edit) 01/30/06 16:10:43 @343 [343] ben Working secret key decryption!
(edit) 01/30/06 13:36:42 @342 [342] ben Give callbacks a preview of secret keys.
(edit) 01/30/06 13:08:26 @341 [341] ben More decryption, missing file.
(edit) 01/26/06 17:41:18 @340 [340] ben Correctly calculate iterations.
(edit) 01/26/06 16:37:18 @339 [339] ben More hash support, print the right thing.
(edit) 01/26/06 15:49:13 @338 [338] ben Better dumping.
(edit) 01/26/06 14:57:33 @337 [337] ben No longer need S2KU_NOT_SET.
(edit) 01/25/06 18:40:09 @336 [336] ben Another step closer to decryption.
(edit) 01/22/06 12:23:40 @335 [335] ben Rearrange error codes, add codes for specific events, read a GPG …
(edit) 01/20/06 17:52:06 @334 [334] ben Add passphrase callbacks.
(edit) 01/20/06 09:02:19 @333 [333] ben Beginnings of decryption.
(edit) 01/10/06 18:28:47 @332 [332] ben Add memory reader. Closes #31.
(edit) 01/10/06 17:24:13 @331 [331] ben Actually read the file.
(edit) 01/10/06 16:09:38 @330 [330] ben Mark up absolute path.
(edit) 01/10/06 16:08:39 @329 [329] ben More careful cleaning.
(edit) 01/05/06 14:21:07 @328 [328] ben More whitespace leniency.
(edit) 01/05/06 13:57:53 @327 [327] ben Optionally allow trailing whitespace where we don't strictly expect it.
(edit) 01/03/06 14:18:52 @326 [326] ben Parse encrypted session key.
(edit) 01/03/06 13:42:52 @325 [325] ben Die on errors.
(edit) 01/03/06 13:26:35 @324 [324] ben Consume error packets, too.
(edit) 01/03/06 12:39:09 @323 [323] ben Preliminary setup to allow the use of oink.
(edit) 12/09/05 15:23:43 @322 [322] rachel Stacked callbacks now return OPS_FINISHED when no more callbacks to call …
(edit) 12/08/05 13:49:50 @321 [321] ben Missing header.
(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) 12/01/05 13:35:33 @318 [318] ben Control verbosity.
(edit) 11/30/05 15:23:25 @317 [317] ben Ignore trailing whitespace. Hide memory structures.
(edit) 11/30/05 11:53:38 @316 [316] ben Plaintext signing now appears to be complete. Fixes #26.
(edit) 11/30/05 09:44:32 @315 [315] ben Add a version string.
(edit) 11/29/05 16:06:23 @314 [314] ben Inline signing. Not 100% RFC compliant yet, but seems to work. References …
(edit) 11/28/05 15:41:06 @313 [313] ben Handle RSA sign-only signatures.
(edit) 11/28/05 13:15:38 @312 [312] ben Documentation tweaks.
(edit) 11/28/05 12:58:29 @311 [311] ben Accept more key types (patch by Matthias Bauer).
(edit) 11/27/05 10:40:41 @310 [310] ben Make signatures work.
(edit) 11/26/05 14:06:58 @309 [309] ben New version of I-D.
(edit) 11/26/05 12:43:33 @308 [308] ben Behave like a grownup and take a filename as an argument.
(edit) 11/25/05 14:44:20 @307 [307] ben Start hiding things.
(edit) 11/24/05 13:52:36 @306 [306] ben Dump secret keys, too.
(edit) 11/24/05 13:37:16 @305 [305] ben Detached signatures still not working right.
(edit) 11/24/05 09:53:05 @304 [304] ben Create secret keys from scratch, partially implemented plaintext signing.
(edit) 11/22/05 13:40:14 @303 [303] ben Refix openssl path.
(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) 11/21/05 12:37:55 @300 [300] rachel Removed redundant ops_errors.c, all error code now in errors.c …
(edit) 11/18/05 13:40:57 @299 [299] rachel print error functions removed redundant code …
(edit) 11/18/05 11:06:17 @298 [298] rachel fixed path problem with ssl library
(edit) 11/18/05 06:34:32 @297 [297] ben Refactor.