Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-12 | tests: move integration tests to separate directory | Jakob Unterwurzacher | |
Also, use new "-defaultonly" flag for benchmarks (only tests with openssl=true plaintextnames=false) | |||
2015-11-03 | tests: reduce noise but make test.bash accept "-v" | Jakob Unterwurzacher | |
2015-11-01 | Update test.bash to call build.bashv0.3.1 | Jakob Unterwurzacher | |
This makes sure the version number is baked into the binary that is built | |||
2015-11-01 | Refactor ciphertext <-> plaintext offset translation functions | Jakob Unterwurzacher | |
Move all the intelligence into the new file address_translation.go. That the calculations were spread out too much became apparent when adding the file header. This should make the code much easier to modify in the future. | |||
2015-11-01 | tests: run unit tests before integration tests | Jakob Unterwurzacher | |
2015-10-11 | Fix helper scripts for new top-level path | Jakob Unterwurzacher | |
2015-10-07 | Add test.bashv0.1 | Jakob Unterwurzacher | |
...also adapt the cryptfs tests for 256 bit long keys |