/[pkg-mixmaster]/trunk/Mix/mixmaster.1
ViewVC logotype

Diff of /trunk/Mix/mixmaster.1

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 681 by weasel, Sat Oct 25 23:34:13 2003 UTC revision 682 by rabbi, Sun Nov 9 20:54:22 2003 UTC
# Line 625  limits the number of allowed recipients Line 625  limits the number of allowed recipients
625  number is dropped silently.  Default:  number is dropped silently.  Default:
626  .BR 5 .  .BR 5 .
627  .PP  .PP
628  The following are time variables. They can be given as days, hours, or  The following are time variables. They can be given as years (
629  minutes.  .BR y
630    ), months (
631    .BR b
632    ), days (
633    .BR d
634    ), hours (
635    .BR h
636    ), minutes (
637    .BR m
638    ), or seconds (
639    .BR s
640    ).
641  .TP  .TP
642  .B SENDPOOLTIME  .B SENDPOOLTIME
643  How often Mixmaster should check the pool for messages  How often Mixmaster should check the pool for messages
# Line 674  minimum: Line 685  minimum:
685  If set to  If set to
686  .BR 0 ,  .BR 0 ,
687  no log is kept.  no log is kept.
688    .TP
689    .B KEYLIFETIME
690    Mixmaster sets an expiration date on its remailer keys
691    .B KEYLIFETIME
692    after the key creation date. Default:
693    .BR 13b .
694    .TP
695    .B KEYGRACEPERIOD
696    Mixmaster will continue to decrypt messages encrypted to an expired key
697    for
698    .B KEYGRACEPERIOD
699    period of time after the expiration. This is done to ensure that messages
700    already injected into the network are allowed to exit. Do not change this
701    value unless you know what you are doing, or you will risk partitioning
702    attacks. Default:
703    .BR 7d .
704    .TP
705    .B KEYOVERLAPPERIOD
706    Mixmaster will generate and advertise a new key
707    .BR KEYOVERLAPPERIOD
708    period of time before the expiration of the key. Clients should always use
709    the most recently created valid key. Clients that deviate from this
710    recommended behavior risk partitioning attacks. Default:
711    .BR 1b .
712  .PP  .PP
713  The following strings must be specified at compile-time in  The following strings must be specified at compile-time in
714  .BR config.h .  .BR config.h .

Legend:
Removed from v.681  
changed lines
  Added in v.682

  ViewVC Help
Powered by ViewVC 1.1.5