authelia/internal/configuration/validator
James Elliott 73bd2e4479
[FIX] Hash Password Cmd Not Encoding Provided Salt (#999)
* using authelia hash-password if you provide a salt it doesn't encode it as a base64 string
* this causes invalid salts to be stored if a user manually provided one instead of reliance on the automatic generation
* additionally bumped the minimum required salt length to 8 as per reference spec
* additionally removed the maximum salt length as per reference spec (actually 2^32-1 per int32)
* see docs:
  * https://tools.ietf.org/html/draft-irtf-cfrg-argon2-10
  * https://github.com/P-H-C/phc-winner-argon2
  * https://github.com/P-H-C/phc-string-format
* encode all salts
* fix edge case of false positive in CheckPassword
* bump crypt version and fix tests
2020-05-14 15:55:03 +10:00
..
authentication.go [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
authentication_test.go [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
configuration.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
configuration_test.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
const.go [FEATURE] Automatic Profile Refresh - LDAP (#912) 2020-05-04 21:39:25 +02:00
keys.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
keys_test.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
notifier.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
notifier_test.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
regulation.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
regulation_test.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
secrets.go [DEPRECATE] Environment Variable Secrets (#905) 2020-05-08 11:01:57 +10:00
server.go [FEATURE] Buffer size configuration and additional http error handling (#944) 2020-04-30 12:03:05 +10:00
server_test.go [FEATURE] Buffer size configuration and additional http error handling (#944) 2020-04-30 12:03:05 +10:00
session.go [Buildkite] Introduce CI linting with golangci-lint and reviewdog (#832) 2020-04-09 11:05:17 +10:00
session_test.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
storage.go [CI] Add gocritic linter (#977) 2020-05-06 10:52:06 +10:00
storage_test.go [FEATURE] File Secrets (#896) 2020-04-23 11:11:32 +10:00
totp.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
totp_test.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00