Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
Set keyword expansion for Id on all files that already have $Id$ tags.
Updated copyright information.
Whitespace cleanup: for i in *.c; do cp -a $i $i.orig; sed -e 's/^ /<TAB>/' $i.orig > $i; rm $i.orig; done for i in *.c *.h; do cp -a $i $i.orig; sed -e 's/[ <TAB>]*$//' $i.orig > $i; rm $i.orig; done
Added closing comments for all #ifdef statements.
Misc Install script fixes for 2.9beta37a.
Formatting corrections. Now prints Mixmaster version in the OpenPGP Version header when displaying a normal PGP message or key. (Either outputs "Version: N/A" or "Version: 2.6.3i" when formatting remailer or nym messages. Should we make this a user-configurable option?)
Mixmaster now uses the OpenPGP MDC packets (as specified in RFC 2440-bis06). Mixmaster will use MDC packets if the MDC flag is found in the recipient's PGP key, or by default if it is encrypting with AES. New keys generated with Mixmaster will have the MDC flag placed in the key's preferences. Also, cipher preferences are now advertised as CAST5, AES128, 3DES.
Added support for Sym. Encrypted Integrity Protected Data Packet (Tag 18) and Modification Detection Code Packet (Tag 19) in the OpenPGP code. See RFC2440bis-05:5.13 for more info. Mixmaster's PGP functionality and mpgp both need extensive compatibility and regression testing now.
Add info to #endifs stating to which #if they belong
Added support for AES in Type I messages. This should prevent lost mail if a user attempts to send OpenPGP messages encrypted with AES. Support for AES requires OpenSSL 0.9.7 (soon to be released.) The Install script needs to be updated to enable AES if 0.9.7 or later is present. Also, pgp_keylen now returns 0 instead of -1 for unknown symalgo. Output of pgp_keylen is used in buf_appendrnd and in other functions without checking, so they might be unhappy with -1. (We should really check for this.) Thanks to Disastry and Peter for working on this.
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |