Switch to CTR instead of CBC mode for encryption.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 28 Jan 2010 01:06:04 +0000 (17:06 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 28 Jan 2010 01:06:04 +0000 (17:06 -0800)
commit3748f299f9bf2607e9da047024d12c2c739ac38c
tree77c5af707ef02c8ce5b47c9a34c3b621e7a752c7
parent3175b881ccd14a39c4a206147cc99ecc80de3412
Switch to CTR instead of CBC mode for encryption.

This should handle arbitrarily messages better.  Later we ought to switch
to something like EAX, so consider this change temporary.
bluesky/crypto.c