Drop encryption from the cloud storage backend.
[bluesky.git] / bluesky / crypto.c
2010-01-28 Michael VrableSwitch to CTR instead of CBC mode for encryption.
2010-01-22 Michael VrableFix a nasty bug in the decryption code.
2010-01-06 Michael VrableSilence some compiler warnings.
2009-11-03 Michael VrableMove encryption into S3 backend.
2009-10-31 Michael VrableSplit BlueSky include files into public and private...
2009-09-23 Michael VrableMiscellaneous fixes.
2009-09-04 Michael VrableAllow crypto to be disabled (for local testing).
2009-09-03 Michael VrableWork to add inode serialization/deserialization routines.
2009-09-02 Michael VrableImplement data decryption as well.
2009-09-02 Michael VrableEncrypt data blocks being stored to S3.