authelia/internal/commands
James Elliott fc5ea5b485
refactor(random): add random provider (#4712)
This adds a random provider which makes usage of random operations mockable, and may allow us in the future to swap out the Cryptographical CPU random generator with dedicated hardware random generators.
2023-01-07 11:19:41 +11:00
..
acl.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
build-info.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
const.go feat(commands): storage import/export commands (#4545) 2022-12-23 15:00:23 +11:00
context.go refactor(random): add random provider (#4712) 2023-01-07 11:19:41 +11:00
crypto.go refactor(random): add random provider (#4712) 2023-01-07 11:19:41 +11:00
crypto_hash.go feat(commands): storage import/export commands (#4545) 2022-12-23 15:00:23 +11:00
crypto_helper.go refactor(random): add random provider (#4712) 2023-01-07 11:19:41 +11:00
errors.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
helpers.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
helpers_test.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
root.go fix(server): errors not logged (#4682) 2023-01-03 17:08:49 +11:00
storage.go feat(commands): storage import/export commands (#4545) 2022-12-23 15:00:23 +11:00
storage_run.go refactor(random): add random provider (#4712) 2023-01-07 11:19:41 +11:00
util.go refactor(random): add random provider (#4712) 2023-01-07 11:19:41 +11:00
util_test.go test: use test machinery to set env vars in tests (#4640) 2022-12-26 07:16:05 +11:00
validate.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00