Log of /trunk/Mix/Src/pgp.c
Parent Directory
|
Revision Log
Revision
262 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 18 23:26:17 2002 UTC
(10 years, 8 months ago)
by
rabbi
File length: 11268 byte(s)
Diff to
previous 254
Added closing comments for all #ifdef statements. All #endif's, as well as
nested braces, should be commented to reference their start.
We need to provide comments before every function as well.
Revision
254 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 12 17:26:00 2002 UTC
(10 years, 8 months ago)
by
disastry
File length: 11100 byte(s)
Diff to
previous 182
check expiration and revocation of pgp keys, userids, subkeys
do not encrypt with expired or revoked keys, subkeys
do not sign with expired or revoked keys
do not decrypt with expired keys, subkeys after graceperiod
when encrypting use preferences from latest and/or primary userid
create new pgp keys if current are to expire in overlapperiod
Revision
182 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 25 13:27:40 2002 UTC
(10 years, 9 months ago)
by
weaselp
File length: 11079 byte(s)
Diff to
previous 139
Use names rather than numbers as arument to pgp_armor. Have PGP PRIVATE for armoring
Revision
139 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 20 06:50:38 2002 UTC
(10 years, 9 months ago)
by
rabbi
File length: 10720 byte(s)
Diff to
previous 135
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?)
Revision
135 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 16 19:03:37 2002 UTC
(10 years, 9 months ago)
by
rabbi
File length: 10647 byte(s)
Diff to
previous 134
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.
Revision
120 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 3 17:08:02 2002 UTC
(10 years, 9 months ago)
by
weaselp
File length: 10490 byte(s)
Diff to
previous 119
Submitted By: Sami Farin (safari):
Included correct header files.
Src/main.c had incorrect param to buf_appendf.
Added buf_write_sync() (used by Src/rem.c:mix_pool()).
Should a mixmaster machine crash, pool file can contain
any random data after reboot/journal recovery (at least
when using reiserfs).
Maybe not relevant, but strrchr should be used instead of
strchr when looking for domain part.
Src/pgpdata.c:pgp_elgdecrypt() passes uninitialized values
to BN_free if BN_CTX_new fails.
Src/pgpdata.c:pgp_elgencrypt() passes uninitialized value
to BN_free if the third mpi_get(key, i) fails.
Src/random.c does not check return value of read().
Src/rndseed.c does not check return value of read().
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.