open-vault/vault
Aaron Bedra ea0c41aa81 Add test to verify unique encrypted values
It wasn't immediately clear that the proper random seeding was taking
place. This ensures that the same plaintext encrypted twice does not
result in the same ciphertext. It will also be a good test to keep
around incase of future regressions.
2015-04-30 12:15:41 -05:00
..
acl.go
acl_test.go
audit.go
audit_test.go Disable mlock in tests 2015-04-28 22:18:00 -04:00
auth.go
auth_test.go Disable mlock in tests 2015-04-28 22:18:00 -04:00
barrier.go
barrier_aes_gcm.go vault: Adding an epoch prefix to keys to support eventual online key rotation 2015-04-17 16:51:13 -07:00
barrier_aes_gcm_test.go Add test to verify unique encrypted values 2015-04-30 12:15:41 -05:00
barrier_test.go
barrier_view.go
barrier_view_test.go
core.go vault: way more verbose error if mlock fails [GH-59] 2015-04-28 18:56:16 -07:00
core_test.go Disable mlock in tests 2015-04-28 22:18:00 -04:00
expiration.go vault: stopExpiration should be idempotent 2015-04-14 13:32:56 -07:00
expiration_test.go Use UTC in tests 2015-04-28 22:18:00 -04:00
logical_passthrough.go
logical_passthrough_test.go vault: fix tests 2015-04-13 20:42:07 -07:00
logical_system.go
logical_system_test.go vault: fix tests 2015-04-13 20:42:07 -07:00
mount.go
mount_test.go Disable mlock in tests 2015-04-28 22:18:00 -04:00
policy.go
policy_store.go
policy_store_test.go
policy_test.go
rollback.go
rollback_test.go
router.go
router_test.go vault: fix more test race conditions 2015-04-28 19:17:45 -07:00
testing.go Disable mlock in tests 2015-04-28 22:18:00 -04:00
token_store.go vault: token create should return various metadata for logging 2015-04-25 20:21:35 -07:00
token_store_test.go vault: Adding method to consume a limited use token 2015-04-17 11:51:04 -07:00
util.go
util_test.go