open-vault/helper
Jeff Mitchell 1c7157e632 Reintroduce the ability to look up obfuscated values in the audit log
with a new endpoint '/sys/audit-hash', which returns the given input
string hashed with the given audit backend's hash function and salt
(currently, always HMAC-SHA256 and a backend-specific salt).

In the process of adding the HTTP handler, this also removes the custom
HTTP handlers for the other audit endpoints, which were simply
forwarding to the logical system backend. This means that the various
audit functions will now redirect correctly from a standby to master.
(Tests all pass.)

Fixes #784
2015-11-18 20:26:03 -05:00
..
certutil Add delete method, and ability to delete only one serial as well as an entire set. 2015-11-03 10:52:20 -05:00
flag-kv command/auth: framework for supporting more auth methods 2015-04-05 20:50:18 -07:00
flag-slice command/server: add config loading 2015-03-12 15:21:11 -07:00
gated-writer command/server: cleaner output 2015-04-04 12:06:41 -07:00
kdf helper/kdf: changing argument name for clarity 2015-07-05 14:01:56 -07:00
kv-builder helper/kv-builder: blank values should not panic 2015-06-16 10:00:02 -07:00
mfa Clean up naming and add documentation 2015-07-30 17:36:40 -07:00
mlock vault: add helper/mlock for doing mlock 2015-04-28 14:59:43 -07:00
password helper/password: interrupt should exit readline 2015-10-16 16:01:19 -07:00
pgpkeys Allow base64-encoded keys to be used on the CLI for init/rekey. 2015-10-06 12:47:01 -04:00
salt Reintroduce the ability to look up obfuscated values in the audit log 2015-11-18 20:26:03 -05:00