Releases: symfony/password-hasher
Releases · symfony/password-hasher
v5.3.3
Changelog (v5.3.2...v5.3.3)
- bug #41755 UserPasswordHasher only calls getSalt when method exists (dbrumann)
v5.3.2
Changelog (v5.3.1...v5.3.2)
- bug #41678 Fix missing PasswordHasherAwareInterface allowed type (chalasr)
- bug #41572 Prevent PHP fatal error when using auto algorithm (matason)
v5.3.0
Changelog (v5.3.0-RC1...v5.3.0)
- no significant changes
v5.3.0-RC1
Changelog (v5.3.0-BETA4...v5.3.0-RC1)
- no significant changes
v5.3.0-BETA3
Changelog (v5.3.0-BETA2...v5.3.0-BETA3)
- bug #41022 Improved BC layer (derrabus)
v5.3.0-BETA2
Changelog (v5.3.0-BETA1...v5.3.0-BETA2)
- bug #40920 accept hashing passwords with nul bytes or longer than 72 bytes when using bcrypt (nicolas-grekas)