/[pkg-mixmaster]/trunk/Mix/Src/pgpcreat.c
ViewVC logotype

Log of /trunk/Mix/Src/pgpcreat.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 285 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 26 22:28:25 2002 UTC (10 years, 7 months ago) by weaselp
File length: 19969 byte(s)
Diff to previous 264 , to selected 262
Make sure to always have the right one of begin private/public key

Revision 264 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 20 17:59:25 2002 UTC (10 years, 8 months ago) by disastry
File length: 19950 byte(s)
Diff to previous 262
close the comment

Revision 262 - (view) (download) (annotate) - [selected]
Modified Wed Sep 18 23:26:17 2002 UTC (10 years, 8 months ago) by rabbi
File length: 19944 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: 19679 byte(s)
Diff to previous 227 , to selected 262
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 227 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 7 11:27:22 2002 UTC (10 years, 8 months ago) by disastry
File length: 19631 byte(s)
Diff to previous 221 , to selected 262
It should be this way

Revision 221 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 6 22:45:06 2002 UTC (10 years, 8 months ago) by rabbi
File length: 19622 byte(s)
Diff to previous 205 , to selected 262
Standardized commenting conventions.

Revision 205 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 29 08:50:00 2002 UTC (10 years, 8 months ago) by weaselp
File length: 19594 byte(s)
Diff to previous 135 , to selected 262
When creating new OpenPGP keys, also set an expiry date. Key lifetime
defaults to 8 months but can be overriden by the KEYLIFETIME configuration
option.

We currently do not store the self signature and the keybinding (which hold
the expiry information in DSA keys) in the secret keyring. This is
unfortunate because we use the current KEYLIFETIME when recreating them
should the public keyring need to be rewritten. The solution is to store
them in the secret keyring (like GnuPG does) and not recreate them later
if we already have them.

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: 19244 byte(s)
Diff to previous 120 , to selected 262
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: 13845 byte(s)
Diff to previous 13 , to selected 262
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().

Revision 13 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 7 00:44:09 2001 UTC (11 years, 6 months ago) by rabbi
File length: 13841 byte(s)
Diff to previous 11 , to selected 262
Cleaned up assert to fix NDEBUG problems with MSVC.

Revision 11 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 6 23:41:58 2001 UTC (11 years, 6 months ago) by rabbi
File length: 13841 byte(s)
Diff to previous 1 , to selected 262
First round of changes adding support for Mixmaster as a service under
Windows NT.

Revision 1 - (view) (download) (annotate) - [select for diffs]
Added Wed Oct 31 08:19:51 2001 UTC (11 years, 6 months ago) by rabbi
File length: 13768 byte(s)
Diff to selected 262
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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5