root/openpgpsdk/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 08/28/09 16:35:54 @699 [699] ben Use streaming SE/IP writer.
(edit) 08/28/09 16:35:36 @698 [698] ben Layout.
(edit) 08/28/09 16:34:32 @697 [697] ben Spello.
(edit) 08/28/09 15:27:49 @696 [696] ben Layout.
(edit) 08/28/09 15:08:11 @695 [695] ben Layout.
(edit) 08/28/09 14:53:48 @694 [694] ben Layout.
(edit) 08/28/09 14:02:34 @693 [693] ben Remove fixed FIXME.
(edit) 08/28/09 13:39:00 @692 [692] ben Write the whole string.
(edit) 08/28/09 13:37:28 @691 [691] ben 106 is 10 xor 6, not 1,000,000. 1e6 is correct.
(edit) 08/02/09 15:24:40 @690 [690] ben Avoid cast.
(edit) 08/02/09 15:02:37 @689 [689] ben Layout. Avoid casts.
(edit) 08/02/09 14:13:26 @688 [688] ben Fix use of wrong variable.
(edit) 08/02/09 14:06:25 @687 [687] ben Build with gcc 4.2.
(edit) 08/02/09 13:58:12 @686 [686] ben Layout. Unnecessary cast.
(edit) 08/02/09 13:45:20 @685 [685] ben Remove unnecessary cast.
(edit) 08/02/09 13:43:39 @684 [684] ben Layout.
(edit) 08/01/09 18:55:42 @683 [683] ben More refactoring. Note that the tests now get lots of …
(edit) 08/01/09 18:34:12 @682 [682] ben Strings, layout.
(edit) 08/01/09 18:20:10 @681 [681] ben Layout.
(edit) 08/01/09 18:18:07 @680 [680] ben Layout.
(edit) 08/01/09 17:34:01 @679 [679] ben Refactor away a lot of repeated code.
(edit) 08/01/09 17:33:37 @678 [678] ben More anti-#ifery.
(edit) 08/01/09 16:26:14 @677 [677] ben More layout.
(edit) 08/01/09 16:22:41 @676 [676] ben Layout, strings, unnecessary casts.
(edit) 08/01/09 16:07:26 @675 [675] ben Clean up globals, strings.
(edit) 08/01/09 15:46:13 @674 [674] ben Unnecessary cast.
(edit) 08/01/09 15:44:30 @673 [673] ben More layout.
(edit) 08/01/09 15:19:52 @672 [672] ben Remove unnecessary cast.
(edit) 08/01/09 15:19:03 @671 [671] ben Avoid a bunch of #ifery.
(edit) 08/01/09 14:44:30 @670 [670] ben Get rid of unused variable.
(edit) 08/01/09 14:38:26 @669 [669] ben Make encrypt use a fixed-size buffer instead of weirdly reading the …
(edit) 08/01/09 14:28:38 @668 [668] ben More layout.
(edit) 08/01/09 14:26:33 @667 [667] ben Fix indentation. More consistent layout.
(edit) 06/17/09 10:10:45 @666 [666] ben Ignore trust packets.
(edit) 06/11/09 10:56:45 @665 [665] rachel Fixed one minor typo
(edit) 06/11/09 10:54:06 @664 [664] rachel App man page, contributed by Daniel Kahn Gilmour
(edit) 06/09/09 13:09:35 @663 [663] ben Don't do Camellia tests when there's no Camellia.
(edit) 06/08/09 13:17:14 @662 [662] ben Credit Camellia change.
(edit) 06/08/09 13:02:36 @661 [661] ben Add Camellia support (might not work correctly if OPENSSL_NO_CAMELLIA …
(edit) 06/08/09 12:14:45 @660 [660] ben Don't use deprecated function.
(edit) 06/08/09 10:46:15 @659 [659] ben Clean logfiles.
(edit) 01/17/09 20:02:24 @658 [658] rachel This project should have a README.
(edit) 01/14/09 12:15:04 @657 [657] ben Add distclean target.
(edit) 01/14/09 09:49:13 @656 [656] ben Stop gpg from using blocking randomness.
(edit) 01/08/09 14:36:56 @653 [653] ben Remove dead code.
(edit) 01/08/09 14:36:40 @652 [652] rachel Use correct function to check for errors before removing testdir.
(edit) 01/08/09 13:59:20 @651 [651] rachel Remove unwanted debug
(edit) 01/08/09 12:07:21 @650 [650] rachel Check for existence of gpg
(edit) 01/07/09 16:43:41 @649 [649] ben Check for modernness of OpenSSL. Drop unneeded diagnostics.
(edit) 01/07/09 15:57:55 @648 [648] ben No need to ignore the error - make it go away.
(edit) 01/07/09 15:56:54 @647 [647] ben Reinstate CUnit header check. Switch unshift to push.
(edit) 01/07/09 14:47:25 @646 [646] ben Hide error messages.
(edit) 01/07/09 14:31:53 @645 [645] rachel Remove test directory if tests pass.
(edit) 01/07/09 13:56:33 @644 [644] rachel Allows user to specify no IDEA support (Patch from Sean C. Farley)
(edit) 01/07/09 13:30:07 @643 [643] rachel Send gpg output to logfile.
(edit) 01/06/09 19:01:07 @642 [642] ben Avoid unneeded rebuilds.
(edit) 01/06/09 17:04:57 @641 [641] ben Test for CUnit presence.
(edit) 01/06/09 16:50:03 @640 [640] rachel Provide default value for cunit library
(edit) 01/06/09 16:43:36 @639 [639] ben Split libz and libbz2, otherwise a custom libz blows away libbz2.
(edit) 01/06/09 16:28:48 @638 [638] ben Check for required (but optional in OpenSSL) header openssl/idea.h.
(edit) 01/06/09 16:26:50 @637 [637] ben Remove -w and -S options, -S is unnecessary, -w is not portable.
(edit) 01/06/09 16:01:17 @636 [636] rachel Better hierarchy in documentation. Removed some unwanted todos.
(edit) 01/06/09 13:21:44 @633 [633] rachel New version number for release
(edit) 01/06/09 13:20:35 @632 [632] rachel Use right keyring on import
(edit) 01/06/09 13:12:05 @631 [631] rachel Use OPS_ARMOURED/UNARMOURED where possible
(edit) 12/23/08 14:39:20 @630 [630] rachel Fix some memory problems.
(edit) 12/23/08 13:17:58 @629 [629] rachel First stab at DSA signature
(edit) 12/17/08 16:21:54 @628 [628] rachel Update test to use correct cmdline syntax
(edit) 12/17/08 12:00:38 @627 [627] rachel Implemented SHA256 and other SHA* hashes. Implemented DSA verification. …
(edit) 10/23/08 13:08:20 @626 [626] rachel Use #define for better readability when choosing whether to overwrite, …
(edit) 09/10/08 16:25:40 @625 [625] rachel Doxygen changes.
(edit) 09/10/08 12:43:06 @624 [624] rachel Give return value from ops_validate_all_signatures and …
(edit) 09/10/08 11:26:37 @623 [623] rachel Add test of ops_validate_file() Rename ops_sign_mem to ops_sign_buf …
(edit) 09/09/08 17:14:40 @622 [622] rachel Doxygen changes
(edit) 09/09/08 15:46:37 @621 [621] rachel One additional armoured-malformed test. Doxygen comments.
(edit) 09/09/08 11:12:43 @620 [620] rachel Added test to verify armoured message with no headers is OK. …
(edit) 09/08/08 17:53:43 @619 [619] rachel Doxygen changes
(edit) 09/08/08 15:47:42 @618 [618] rachel More tests and code changes to cope with malformed armoured text.
(edit) 09/05/08 16:40:36 @617 [617] rachel More changes for Coverity
(edit) 09/05/08 15:19:15 @616 [616] rachel Changes to fix errors and warnings shown by Coverity.
(edit) 09/05/08 10:27:10 @615 [615] rachel New file.
(edit) 09/05/08 10:25:42 @614 [614] rachel Added header to new files. Moved struct definition to new file.
(edit) 09/05/08 10:15:53 @613 [613] rachel More documentation changes. Other minor code changes.
(edit) 09/03/08 09:43:53 @612 [612] rachel This (and previous commit) adds extra doxygen documentation.
(edit) 09/03/08 09:37:32 @611 [611] rachel --
(edit) 09/01/08 13:31:54 @610 [610] rachel Add more tests for malformed PGP armoured messages. …
(edit) 08/29/08 13:18:24 @609 [609] rachel Fail gracefully if unsupported hash algorithm is found in armoured …
(edit) 08/29/08 12:40:55 @608 [608] rachel Finish V3 signature verification. …
(edit) 08/28/08 17:07:03 @607 [607] rachel Add tests to check that malformed armoured packets are detected. …
(edit) 08/27/08 16:35:22 @606 [606] rachel Use 64-bit flag on linking when requested
(edit) 08/27/08 16:32:33 @605 [605] rachel Top-level "make test" now runs the tests.
(edit) 08/27/08 16:20:32 @604 [604] rachel Copy openpgp app to new bin directory
(edit) 08/27/08 15:39:06 @603 [603] rachel Latest version of the OpenPGP Message Format RFC.
(edit) 08/27/08 15:33:54 @602 [602] rachel Split ops_signature_t struct into 2 parts: the actual signature …
(edit) 08/27/08 11:22:41 @601 [601] rachel Code updated to refer to latest version of OpenPGP RFC. …
(edit) 08/26/08 15:41:00 @600 [600] rachel Take CUnit build out of the openpgpsdk make process. …
(edit) 08/26/08 15:20:05 @599 [599] rachel 3rd time lucky - this is of course the right way to alloc an ops_memory_t
(edit) 08/26/08 15:16:29 @598 [598] rachel Fixed bug properly.
(edit) 08/26/08 15:14:51 @597 [597] rachel Fixed daft malloc error.
(edit) 08/26/08 11:24:34 @596 [596] rachel limited_read_time cannot assume that time_t is 4 octets long. …