open-vault/vault/external_tests
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
..
api Shamir seals now come in two varieties: legacy and new-style. (#7694) 2019-10-18 14:46:00 -04:00
identity Port over some SP v2 bits (#6516) 2019-05-01 13:47:41 -04:00
misc Recovery Mode (#7559) 2019-10-15 00:55:31 -04:00
policy Tokenhelper v2 (#6662) 2019-06-14 10:17:04 -04:00
pprof sys: add pprof endpoint (#7473) 2019-09-19 13:44:37 -07:00
raft Shamir seals now come in two varieties: legacy and new-style. (#7694) 2019-10-18 14:46:00 -04:00
response Fixed a bunch of typos (#7146) 2019-07-18 21:10:15 -04:00
router Fix a case where mounts could be duplicated (#6771) 2019-06-04 10:33:36 -07:00
token Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00