Re-design of the original CryFS code to work as a library.
Go to file
Sebastian Messmer 0042ae1cef - Run test cases for EncryptedBlockStore with different ciphers
- Implement FakeAuthenticatedCipher for use with specific EncryptedBlockStoreTest
- Write skeleton for specific EncryptedBlockStoreTest
- Fix behavior of AES256_CFB when called with too small input
- Add testcase that all ciphers (also non-authenticating ones) have to handle too small input correctly
2015-05-06 00:12:14 +02:00
implementations - Run test cases for EncryptedBlockStore with different ciphers 2015-05-06 00:12:14 +02:00
interface Moved Data, FixedSizeData and DataBlockFixture to cpp-utils 2015-04-25 02:48:41 +02:00
test - Run test cases for EncryptedBlockStore with different ciphers 2015-05-06 00:12:14 +02:00
utils Make constructors explicit where adequate 2015-04-27 18:20:51 +02:00
.gitignore Added README/LICENCE 2015-02-17 00:27:24 +01:00
.travis.yml Fix travis 2015-04-18 17:11:49 +02:00
appveyor.yml Fix appveyor? 2015-05-04 22:13:50 +02:00
biicode.conf Remove dependency to tempfile 2015-04-25 03:47:03 +02:00
CMakeLists.txt Fix dependencies for travis 2015-04-18 17:28:01 +02:00
LICENSE Update LICENCE to LGPL 2015-03-12 16:22:16 +01:00
README.md Added Travis CI 2015-02-18 16:58:48 +01:00

blockstore Build Status

Store blocks of data