summaryrefslogtreecommitdiffstats
path: root/Tests/Core/Encoder
Commit message (Expand)AuthorAgeFilesLines
* [Security] Split the component into 3 sub-components Core, ACL, HTTPBernhard Schussek2013-09-186-381/+0
* [Security] Disabled the BCryptPasswordEncoder tests for PHP versions lower th...Jakub Zalas2013-05-101-0/+11
* Outsource all the BCrypt heavy lifting to a libraryElnur Abdurrakhimov2013-04-251-55/+5
* [CS Fix] Consistent coding-style of concatenation operator usageDariusz Górecki2013-04-021-1/+1
* [Security] fixed interface implementation (closes #6974)Fabien Potencier2013-02-051-6/+6
* Added BCrypt password encoder.Elnur Abdurrakhimov2013-02-051-0/+112
* [Security] Added Pbkdf2PasswordEncoderSebastiaan Stok2012-10-081-0/+45
* [Security] removed test that fail on PHP 5.3.3Fabien Potencier2012-06-181-4/+0
* [Security] fixed some unit tests for PHP 5.3.3 (see https://bugs.php.net/bug....Fabien Potencier2012-06-181-4/+17
* [Security] Add failing testcases for EncoderFactoryAlexander2012-06-181-0/+23
* [Security] allowed class names to be passed as an argument to EncoderFactoryI...Fabien Potencier2012-06-181-0/+19
* moved component and bridge unit tests to the src/ directoryFabien Potencier2012-03-294-0/+212