Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Security] Disabled the BCryptPasswordEncoder tests for PHP versions lower ↵ | Jakub Zalas | 2013-05-10 | 1 | -0/+11 |
| | | | | | | than 5.3.7. See https://github.com/ircmaxell/password_compat/issues/10#issuecomment-11203833. | ||||
* | Outsource all the BCrypt heavy lifting to a library | Elnur Abdurrakhimov | 2013-04-25 | 1 | -55/+5 |
| | |||||
* | [CS Fix] Consistent coding-style of concatenation operator usage | Dariusz Górecki | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | [Security] fixed interface implementation (closes #6974) | Fabien Potencier | 2013-02-05 | 1 | -6/+6 |
| | |||||
* | Added BCrypt password encoder. | Elnur Abdurrakhimov | 2013-02-05 | 1 | -0/+112 |
| | |||||
* | [Security] Added Pbkdf2PasswordEncoder | Sebastiaan Stok | 2012-10-08 | 1 | -0/+45 |
| | | | | | | | | | | | | | | | | [Security] changed default iterations of Pbkdf2PasswordEncoder to 1000 instead of 5000 [Security] Improved description of PBKDF2 encoder [SecurityBundle] added PBKDF2 PasswordEncoder updated CHANGELOG.md [Security] Use the build-in hash_pbkdf2() when available [SecurityBundle] added information about hash_algorithm for configuration [Security] always check algorithm and fixed CS | ||||
* | [Security] removed test that fail on PHP 5.3.3 | Fabien Potencier | 2012-06-18 | 1 | -4/+0 |
| | |||||
* | [Security] fixed some unit tests for PHP 5.3.3 (see ↵ | Fabien Potencier | 2012-06-18 | 1 | -4/+17 |
| | | | | https://bugs.php.net/bug.php?id=53727) | ||||
* | [Security] Add failing testcases for EncoderFactory | Alexander | 2012-06-18 | 1 | -0/+23 |
| | |||||
* | [Security] allowed class names to be passed as an argument to ↵ | Fabien Potencier | 2012-06-18 | 1 | -0/+19 |
| | | | | EncoderFactoryInterface::getEncoder() | ||||
* | moved component and bridge unit tests to the src/ directory | Fabien Potencier | 2012-03-29 | 4 | -0/+212 |
This is the first step to make each Symfony Component and Bridge self-contained. |