libcryfs/test/cryfs/config
Mouse 7abed14d63 Make compatible with the current Crypto++ master (#163)
* Make compatible with the current Crypto++ master

* Add auto-config and build script. Not important, just a time-saver.

* Address compatibility with Crypto++ 6.0 release, while maintaining compatibility
with the older Crypto++ releases.

* Polish comments in cryptopp_byte.h. Forgot to include it to RandomGeneratorThread - fixed.

* Late at night - forgot to fix the .cpp files that used ::byte...

* Renamed auto-config-and-run script

* Added comments/description, and commented out "make check" that fails anyway

* Changed the include guard to match the rest of the .h files

* Delete build script

* Update ChangeLog.txt

* Update ChangeLog.txt
2017-08-16 03:00:46 +01:00
..
crypto Refactor interface for key derivation functions. This allows easily adding new (password based) key derivation functions. 2016-02-22 02:38:06 +01:00
CompatibilityTest.cpp Make compatible with the current Crypto++ master (#163) 2017-08-16 03:00:46 +01:00
CryCipherTest.cpp Disable Mars448 test cases when Mars448 is not available and fix Travis CI. (#92) 2016-09-24 19:09:30 +02:00
CryConfigConsoleTest.cpp Fix test cases 2016-09-25 02:50:28 +02:00
CryConfigCreatorTest.cpp Fix test cases 2016-09-25 02:50:28 +02:00
CryConfigFileTest.cpp - The version field in the config file is updated when the file system is opened with a newer CryFS version (i.e. it is migrated to the newer version). 2016-03-27 00:09:07 +08:00
CryConfigLoaderTest.cpp Fix test cases 2016-09-25 11:41:21 +02:00
CryConfigTest.cpp Each file system gets a unique ID. This ID will later be used to store local configuration of a client for that file system. 2016-06-20 16:14:07 -07:00