summaryrefslogtreecommitdiffstats
path: root/Core/Encoder
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.1'v3.2.0-RC1Fabien Potencier2016-11-161-1/+1
|\
| * Merge branch '2.8' into 3.1v3.1.7Fabien Potencier2016-11-161-1/+1
| |\
| | * Merge branch '2.7' into 2.8v2.8.14Fabien Potencier2016-11-151-1/+1
| | |\
| | | * DX: replace @link with @see annotationv2.7.21Dariusz Ruminski2016-11-131-1/+1
* | | | [Security] Allow run-time configuration of hash algoNicolas Grekas2016-09-041-0/+40
|/ / /
* | | Merge branch '2.8' into 3.0Nicolas Grekas2015-12-222-1/+3
|\ \ \ | |/ /
| * | Merge branch '2.7' into 2.8Nicolas Grekas2015-12-222-1/+3
| |\ \ | | |/
| | * Merge branch '2.3' into 2.7Fabien Potencier2015-12-182-1/+3
| | |\
| | | * [Security] Verify if a password encoded with bcrypt is no longer than 72 char...Jakub Zalas2015-12-172-1/+3
* | | | Merge branch '2.8'Nicolas Grekas2015-11-051-1/+1
|\ \ \ \ | |/ / /
| * | | [Security\Core] Deprecate passing $salt to BCryptPasswordEncoder::encodePassw...Nicolas Grekas2015-11-041-0/+2
|/ / /
* | | Rely on iconv and symfony/polyfill-*Nicolas Grekas2015-10-283-32/+2
|/ /
* | fixes CSFabien Potencier2015-08-242-2/+1
* | Merge branch '2.3' into 2.6Fabien Potencier2015-05-152-3/+3
|\ \ | |/
| * CS: Pre incrementation/decrementation should be used if possibleGregor Harlan2015-04-072-3/+3
* | Merge branch '2.5' into 2.6Fabien Potencier2014-12-222-2/+3
|\ \
| * \ Merge branch '2.3' into 2.5Fabien Potencier2014-12-222-2/+3
| |\ \ | | |/
| | * [2.3] CS And DocBlock FixesGraham Campbell2014-12-222-2/+3
* | | Merge branch '2.5' into 2.6v2.6.1Fabien Potencier2014-12-026-12/+12
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.5v2.5.8Fabien Potencier2014-12-026-12/+12
| |\ \ | | |/
| | * Docblock fixesGraham Campbell2014-11-306-13/+13
* | | Merge branch '2.5'Bernhard Schussek2014-08-052-1/+3
|\ \ \ | |/ /
| * | Merge branch '2.4' into 2.5v2.5.3Bernhard Schussek2014-08-052-1/+3
| |\ \ | | |/
| | * fix some docblocksChristian Flothmann2014-08-022-0/+4
* | | New service to simplify password encodingAriel Ferrandini2014-07-052-0/+96
|/ /
* | Merge branch '2.4'Fabien Potencier2014-04-162-3/+3
|\ \ | |/
| * fixed types in phpdocsFabien Potencier2014-04-162-3/+3
* | Merge branch '2.4'Fabien Potencier2014-04-165-8/+8
|\ \ | |/
| * made {@inheritdoc} annotations consistent across the boardFabien Potencier2014-04-161-1/+1
| * made phpdoc types consistent with those defined in HackFabien Potencier2014-04-154-7/+7
* | Merge branch '2.4'Fabien Potencier2014-02-241-0/+1
|\ \ | |/
| * Update BCryptPasswordEncoder.phpv2.3.11szymek2014-02-191-0/+1
* | feature #10005 [Security] Added named encoders to EncoderFactory (tamirvs)Fabien Potencier2014-01-182-7/+48
|\ \
| * | [Security] Added named encoders to EncoderFactorytamirvs2014-01-182-7/+48
| |/
* | Merge branch '2.4'Fabien Potencier2014-01-011-1/+0
|\ \ | |/
| * removed unneeded use statementsFabien Potencier2014-01-011-1/+0
* | Fixed typos/CS/PHPDocPascal Borreli2013-11-241-0/+2
* | Removed dead code (unused use statements).Hugo Hamon2013-10-161-1/+0
* | Merge branch '2.3'Fabien Potencier2013-10-105-18/+32
|\ \ | |/
| * Merge branch '2.2' into 2.3v2.3.6Fabien Potencier2013-10-105-3/+42
| |\
| | * [Security] limited the password length passed to encodersv2.2.9Fabien Potencier2013-10-105-2/+45
* | | Merge branch '2.3'Fabien Potencier2013-09-271-1/+1
|\ \ \ | |/ /
| * | Set cost type to integerv2.3.5datibbaw2013-09-271-1/+1
* | | [Security] limited the password length passed to encodersFabien Potencier2013-09-235-0/+26
|/ /
* | [Security] fixed usage of the salt for the bcrypt encoder (refs #8210)Fabien Potencier2013-06-131-1/+11
* | [Security] Disabled the BCryptPasswordEncoder tests for PHP versions lower th...Jakub Zalas2013-05-101-1/+11
* | [Security] added an exception when the BCrypt encoder cannot be used (refs #7...Fabien Potencier2013-04-261-0/+4
* | [Security] tweaked previous commitFabien Potencier2013-04-251-3/+1
* | Outsource all the BCrypt heavy lifting to a libraryElnur Abdurrakhimov2013-04-251-94/+7
* | [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-2/+2
* fixed CSFabien Potencier2013-02-051-12/+14
* Added BCrypt password encoder.Elnur Abdurrakhimov2013-02-051-0/+146
* Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-192-0/+4
* rename String to StringUtilsFabien Potencier2012-10-281-2/+2
* moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ...Fabien Potencier2012-10-281-10/+3
* Merge branch '2.1'Fabien Potencier2012-10-181-1/+1
|\
| * change what I think is a typoGrégoire Paris2012-10-161-1/+1
* | [Security] Added Pbkdf2PasswordEncoderSebastiaan Stok2012-10-081-0/+97
|/
* fixed CSFabien Potencier2012-07-093-5/+3
* [Security] fixed exception message in EncoderFactoryDouglas Greenshields2012-06-201-1/+1
* [Security] Fix retrieval of encoder when configured for concrete classesAlexander2012-06-181-1/+1
* [Security] allowed class names to be passed as an argument to EncoderFactoryI...Fabien Potencier2012-06-182-6/+8
* fixed phpdoc @param alignmentFabien Potencier2012-05-151-1/+1
* add missing class var; add phpdocsGordon Franke2012-01-162-0/+6
* [DoctrineBridge] fixed some CSFabien Potencier2011-12-132-1/+3
* fixed CSFabien Potencier2011-06-082-2/+2
* [Security] various changes, see belowJohannes Schmitt2011-03-104-12/+12
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-066-10/+10
* [Security] changed defaults for MessageDigestEncoderJohannes Schmitt2011-03-051-1/+1
* [Security] improved entropy to make collision attacks harderJohannes Schmitt2011-03-051-1/+1
* [Security] Removed useless elsePascal Borreli2011-02-271-2/+2
* [Security] simplified encoder factory implementationJohannes Schmitt2011-02-141-29/+21
* namespace changesJohannes M. Schmitt2011-01-266-0/+353