Add per-item encryption/authentication to the cloud log storage.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 17 Oct 2010 20:40:20 +0000 (13:40 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 17 Oct 2010 20:40:20 +0000 (13:40 -0700)
commit818d00b4cceab93949aec208c8555aa8c409a0f2
tree09169d3cdeb0ef53770e52d2c9ff95c7b197dce2
parentf32dd89994b4f01a78d024bd1aa2ed41f526b8c8
Add per-item encryption/authentication to the cloud log storage.

We should generate encrypted data and decrypt it again on read, but we
don't yet enforce only reading data which passes the integrity check.
bluesky/bluesky-private.h
bluesky/cloudlog.c
bluesky/crypto.c
bluesky/imap.c
bluesky/log.c