root/openpgpsdk/trunk/src/advanced


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 09/21/07 18:35:41 @511 [511] rachel Fixed problem with large file encryption …
(edit) 09/20/07 15:51:38 @509 [509] rachel Can now push the encrypted writer onto the writer stack. …
(edit) 09/18/07 10:48:14 @505 [505] rachel RSA signature test works with key requiring passphrase
(edit) 09/10/07 17:18:49 @503 [503] rachel Start of tests for RSA signatures/verification
(edit) 09/05/07 11:40:53 @501 [501] rachel Minor changes and removal of some redundant code.
(edit) 09/04/07 17:20:22 @500 [500] rachel Implemented generalised cfb_encrypt/decrypt functions in crypt structure. …
(edit) 09/04/07 15:49:37 @498 [498] rachel typo fixed
(edit) 09/03/07 10:43:03 @497 [497] rachel Recombine std and adv dirs into one library
(edit) 08/27/07 16:18:35 @496 [496] rachel Removed use of old macro ERR1P and replaced with new stacked errors …
(edit) 08/27/07 15:43:34 @495 [495] rachel Improve error-handling for unsupported symmetric algorithms
(edit) 08/27/07 11:02:20 @494 [494] rachel Fixed low-level crypto issues by implementing support …
(edit) 08/25/07 11:28:26 @493 [493] rachel Added standard 128 AES support (Test fails)
(edit) 08/20/07 17:24:30 @490 [490] rachel Comment out debugging code
(edit) 08/20/07 17:19:16 @489 [489] rachel MDC hash now working.
(edit) 08/20/07 11:24:17 @487 [487] rachel Remove some debugging output
(edit) 08/13/07 18:48:48 @485 [485] rachel RSA encryption produces packets which can be decrypted by GPG. …
(edit) 08/10/07 13:07:33 @484 [484] rachel Added explicit test for Encrypted PK Session Key Some refactoring
(edit) 08/09/07 17:05:16 @483 [483] rachel Move code to correct dir
(edit) 08/09/07 17:03:54 @482 [482] rachel ops_setup_memory_write etc are used by libops_adv.a …
(edit) 08/09/07 16:30:18 @480 [480] rachel Large set of changes for base implementation of …
(edit) 07/23/07 09:28:03 @479 [479] rachel Let's not use magic numbers. #defines make it clearer.
(edit) 06/11/07 13:24:23 @478 [478] rachel New function
(edit) 05/13/07 20:08:54 @474 [474] rachel use memcmp rather than strncmp for binary data. doh! …
(edit) 05/13/07 18:44:13 @473 [473] rachel Implemented write of Symmetric-Key Encrypted Session Key Packet …
(edit) 04/22/07 17:05:42 @470 [470] ben Untested, non-functional, partial encryption implementation.
(edit) 04/11/07 17:30:49 @466 [466] rachel More RSA decryption tests. …
(edit) 04/11/07 11:10:02 @465 [465] rachel Free the right thing
(edit) 04/10/07 15:39:51 @462 [462] rachel comment out debugging output
(edit) 04/10/07 15:12:43 @461 [461] rachel Cast required in printf in OSX
(edit) 04/08/07 18:09:53 @459 [459] ben Check attribute signatures.
(edit) 04/08/07 17:00:14 @458 [458] ben Memory leak.
(edit) 04/08/07 16:35:37 @457 [457] ben Memory leak.
(edit) 04/08/07 15:39:15 @455 [455] ben Working direct signatures.
(edit) 04/08/07 14:59:42 @454 [454] ben Count validation warnings.
(edit) 04/08/07 14:43:23 @453 [453] ben Direct signature validation (not yet correct).
(edit) 04/08/07 13:04:18 @452 [452] ben Improve workingness of tests.
(edit) 03/21/07 18:52:43 @447 [447] rachel Moved standard packet-print code from packet-dump example into standard …
(edit) 03/20/07 15:50:39 @446 [446] rachel Only one character missing, but an important one to miss…
(edit) 03/20/07 13:40:35 @445 [445] rachel Better error-handling on unknown packet types. …
(edit) 03/16/07 15:50:12 @443 [443] rachel Don't free passphrase if it hasn't been alloced
(edit) 02/15/07 18:30:31 @438 [438] rachel Ben's stub encryption code. …
(edit) 02/11/07 11:09:40 @437 [437] ben Correct target names.
(edit) 02/11/07 10:55:25 @436 [436] ben Constification, fix makefile, return key instead of keyid.
(edit) 12/19/06 14:40:37 @432 [432] rachel sort out makefile problems
(edit) 12/04/06 12:45:27 @428 [428] rachel Fixed typo in CFLAGS
(add) 12/04/06 12:42:06 @426 [426] rachel Split src into Standard and Advanced APIs. …