Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / bluesky / crypto.c
2015-10-29 Michael VrableAdd proper per-file copyright notices/licenses and... master
2011-03-15 Michael VrableAdd an option to disable cryptographic operations
2010-12-07 Michael VrableIn-progress commit of online cleaner.
2010-10-25 Michael VrableMerge git+ssh://c09-44.sysnet.ucsd.edu/scratch/bluesky
2010-10-18 Michael VrableThe signature on log items should not extend to the...
2010-10-17 Michael VrableDelete dead code.
2010-10-17 Michael VrableWhen decrypting a log item also clear out the IV field.
2010-10-17 Michael VrableAdd per-item encryption/authentication to the cloud...
2010-10-08 Michael VrableStart adding in selective encryption of cloud log items.
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.