chiark / gitweb /
server/keyset.c, server/keymgmt.c: Variable data limits.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 20 Dec 2008 11:39:33 +0000 (11:39 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 20 Dec 2008 11:39:33 +0000 (11:39 +0000)
commit383a9d7197f7a2c86d1f4267789ea3599314baf8
tree201338b80387ef0c3bca68848c8be4260a7679e6
parenta50f9a0eaed03dfe85ff3d7a4c24da20ac705dae
server/keyset.c, server/keymgmt.c: Variable data limits.

The old static data volume limit isn't acceptable when trying to keep up
with LANs (e.g., wireless LANs) or other fast networks.  This change
configures a variable volume limit based on the width of the underlying
block cipher.  (That means it doesn't do anything sensible with stream
ciphers, but as currently implemented in Catacomb they're a bad idea
anyway.)
server/keymgmt.c
server/keyset.c
server/tripe.h