open-vault/helper/testhelpers
ncabatoff 1c98152fa0
Shamir seals now come in two varieties: legacy and new-style. (#7694)
Shamir seals now come in two varieties: legacy and new-style. Legacy
Shamir is automatically converted to new-style when a rekey operation
is performed. All new Vault initializations using Shamir are new-style.

New-style Shamir writes an encrypted master key to storage, just like
AutoUnseal. The stored master key is encrypted using the shared key that
is split via Shamir's algorithm. Thus when unsealing, we take the key
fragments given, combine them into a Key-Encryption-Key, and use that
to decrypt the master key on disk. Then the master key is used to read
the keyring that decrypts the barrier.
2019-10-18 14:46:00 -04:00
..
consul Merge multiple functions for creating consul containers into one. (#6612) 2019-04-22 12:26:10 -04:00
docker Merge multiple functions for creating consul containers into one. (#6612) 2019-04-22 12:26:10 -04:00
logical Add connection to test request 2019-07-02 21:04:54 -04:00
mongodb Combined Database backend: Add Static Account support to MongoDB (#7003) 2019-07-05 14:57:01 -04:00
teststorage Generalization of the PhysicalFactory notion introduced by Raft (#7217) 2019-08-23 15:51:25 -04:00
testhelpers.go Shamir seals now come in two varieties: legacy and new-style. (#7694) 2019-10-18 14:46:00 -04:00