root/openpgpsdk/trunk/src


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 08/15/08 12:16:58 @579 [579] rachel Allow user to specify location of dmalloc. Stop make on error. …
(edit) 08/13/08 14:52:56 @578 [578] rachel Fix for "Casting to wrong size" error (suggested by Daniel Kahn Gillmor)
(edit) 08/13/08 14:30:27 @574 [574] rachel Implemented final part of command line application (list-packets). …
(edit) 08/07/08 13:49:21 @573 [573] rachel Added some extra error detection. All tests pass.
(edit) 08/04/08 18:09:53 @572 [572] rachel Added large file test. …
(edit) 07/29/08 16:03:40 @571 [571] rachel Added version number. Make armoured keys have line breaks. …
(edit) 07/21/08 11:46:59 @570 [570] rachel Added Apache license.
(edit) 07/21/08 11:24:55 @568 [568] rachel Implemented high-level function ops_sign_mem and corresponding test.
(edit) 07/18/08 16:25:42 @567 [567] rachel Command line app implemented.
(edit) 06/30/08 14:00:12 @566 [566] rachel More concise listing for secret keyring.
(edit) 06/30/08 12:53:05 @565 [565] rachel Added file append function. …
(edit) 06/09/08 17:01:13 @564 [564] rachel Fixed bug shown up by "bool always true" warning.
(edit) 05/22/08 16:13:30 @563 [563] rachel Use Salted S2K
(edit) 05/22/08 14:14:42 @560 [560] rachel Implemented writing of armoured transferable public and private keys. …
(edit) 05/21/08 12:22:51 @559 [559] rachel New function to read keyring from armoured key in mem struct.
(edit) 05/02/08 11:25:27 @558 [558] rachel Implemented basic transferable public & secret keys (binary format). …
(edit) 03/07/08 12:15:14 @557 [557] rachel Namechange of struct for better readability.
(edit) 03/05/08 13:54:36 @553 [553] rachel Added support for BZIP2 decompression
(edit) 03/03/08 14:40:12 @552 [552] rachel Compress contents of SE IP packets before encryption
(edit) 03/03/08 14:06:26 @549 [549] rachel Write compressed packets.
(edit) 02/29/08 17:08:34 @546 [546] rachel Combine advanced/standard directories to one.
(edit) 02/29/08 17:07:28 @545 [545] rachel Now refers to lib directory for all library source code.
(edit) 02/29/08 16:58:07 @542 [542] rachel First of a few commits needed to reorganise src tree. …
(edit) 02/09/08 11:05:47 @540 [540] rachel Added decompression tests. …
(edit) 02/04/08 17:24:59 @538 [538] rachel Refactored test code to produce high-level function ops_encrypt_file. …
(edit) 02/01/08 11:36:28 @537 [537] rachel Removed unnecessary deconstifications
(edit) 02/01/08 09:41:27 @535 [535] rachel new file
(edit) 02/01/08 09:40:41 @534 [534] rachel Added new high-level function: ops_encrypt_file. Other minor changes
(edit) 01/31/08 11:08:28 @533 [533] rachel Armoured signatures now working
(edit) 01/30/08 14:43:16 @531 [531] rachel new file
(edit) 01/30/08 14:18:05 @530 [530] rachel Implemented some signature tests. …
(edit) 12/12/07 11:24:01 @527 [527] rachel Changes needed to get V4 cleartext sigs working
(edit) 12/03/07 15:03:44 @522 [522] rachel Pop the reader properly
(edit) 11/28/07 17:37:27 @521 [521] rachel Initial implementation of Validation of Document Signatures. …
(edit) 10/18/07 18:55:58 @520 [520] rachel Partial Body Lengths aren't yet supported in parsing. …
(edit) 10/18/07 16:55:25 @519 [519] rachel New files from Alexey
(edit) 10/18/07 13:36:34 @518 [518] rachel Added some placeholder tests for ones to be added
(edit) 10/18/07 13:01:04 @517 [517] rachel Added OPS_E_UNIMPLEMENTED error …
(edit) 10/17/07 17:11:48 @516 [516] rachel WIN32 changes provided by Alexey Simak
(edit) 10/17/07 17:00:57 @515 [515] rachel Visual Studio build files
(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/20/07 09:13:24 @469 [469] ben libops.a doesn't exist anymore. Makefile needs to depend on templates.
(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) 01/09/07 10:40:20 @435 [435] ben Use crypto libs specified.
(edit) 12/19/06 14:43:21 @433 [433] rachel remove old library, if it exists
(edit) 12/19/06 14:40:37 @432 [432] rachel sort out makefile problems
(edit) 12/19/06 14:22:18 @431 [431] rachel new cmdline app to flex Standard API functions …
(edit) 12/12/06 16:43:58 @430 [430] rachel fixed problems with initial doc config
(edit) 12/04/06 12:59:47 @429 [429] rachel Remove references to redundant Public/Private API
(edit) 12/04/06 12:45:27 @428 [428] rachel Fixed typo in CFLAGS
(edit) 12/04/06 12:43:20 @427 [427] rachel new Makefile.template
(edit) 12/04/06 12:42:06 @426 [426] rachel Split src into Standard and Advanced APIs. …
(edit) 10/27/06 12:32:50 @425 [425] rachel Don't need to print out signature details all the time
(edit) 07/26/06 16:51:12 @424 [424] ben Don't die on malformed armour.
(edit) 07/26/06 13:27:19 @423 [423] ben Failure to consume the packet is an error.
(edit) 07/26/06 04:18:10 @422 [422] ben Propagate armour errors.
(edit) 07/26/06 04:15:24 @421 [421] ben Oops, initialise offset field.
(edit) 07/25/06 11:30:44 @420 [420] rachel needed to make work on Ubuntu AMD-64
(edit) 05/21/06 23:12:53 @419 [419] rachel new function