open-vault/http
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
..
auth_token_test.go The big one (#5346) 2018-09-17 23:03:00 -04:00
cors.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
forwarded_for_test.go Allow max request size to be user-specified (#4824) 2018-07-06 15:44:56 -04:00
forwarding_bench_test.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
forwarding_test.go sys/config: config state endpoint (#7424) 2019-10-08 10:57:15 -07:00
handler.go Re-add removed paths from the recovery PR 2019-10-15 11:42:51 -04:00
handler_test.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
help.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
help_test.go
http_test.go audit: log invalid wrapping token request/response (#6541) 2019-07-05 14:15:14 -07:00
logical.go logical: remove unneeded error check in handleLogicalInternal (#7691) 2019-10-17 12:33:29 -07:00
logical_test.go audit: log invalid wrapping token request/response (#6541) 2019-07-05 14:15:14 -07:00
plugin_test.go Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
stub_assets.go
sys_audit_test.go Re-add injecting into top routes (#5244) 2018-09-05 11:45:17 -04:00
sys_auth_test.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
sys_config_cors_test.go Re-add injecting into top routes (#5244) 2018-09-05 11:45:17 -04:00
sys_config_state_test.go sys/config: config state endpoint (#7424) 2019-10-08 10:57:15 -07:00
sys_generate_root.go Recovery Mode (#7559) 2019-10-15 00:55:31 -04:00
sys_generate_root_test.go Seal migration (OSS) (#781) 2018-10-22 23:34:02 -07:00
sys_health.go Follow what documentation says we should do if we're a perf standby and perfstandbyok=true (#7241) 2019-08-05 16:44:41 -04:00
sys_health_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
sys_hostinfo_test.go sys: add host-info endpoint (#7330) 2019-10-03 09:43:52 -07:00
sys_init.go Shamir seals now come in two varieties: legacy and new-style. (#7694) 2019-10-18 14:46:00 -04:00
sys_init_test.go Tackle #4929 a different way (#4932) 2018-07-24 13:57:25 -07:00
sys_internal_test.go
sys_leader.go Add LastWAL in leader/health output (#5523) 2018-10-16 09:38:44 -04:00
sys_leader_test.go Add performance standby status to status output (#5192) 2018-08-27 10:01:07 -07:00
sys_lease_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
sys_metrics.go Unauth metrics: Fix missing parse form and error response (#7569) 2019-10-08 14:55:25 +02:00
sys_metrics_test.go Unauth metrics: Fix missing parse form and error response (#7569) 2019-10-08 14:55:25 +02:00
sys_mount_test.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
sys_mounts_test.go
sys_policy_test.go Re-add injecting into top routes (#5244) 2018-09-05 11:45:17 -04:00
sys_raft.go Recovery Mode (#7559) 2019-10-15 00:55:31 -04:00
sys_rekey.go Recovery Mode (#7559) 2019-10-15 00:55:31 -04:00
sys_rekey_test.go The big one (#5346) 2018-09-17 23:03:00 -04:00
sys_rotate_test.go Add allowed_response_headers (#6115) 2019-02-05 16:02:15 -05:00
sys_seal.go Recovery Mode (#7559) 2019-10-15 00:55:31 -04:00
sys_seal_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
sys_wrapping_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
testing.go Pass in an ErrorLog to http.Server (#5135) 2018-08-21 11:23:18 -04:00
unwrapping_raw_body_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
util.go OSS portions of raft non-voters (#7634) 2019-10-11 11:56:59 -07:00