index
:
symfony-security
master
origin/2.0
origin/2.1
origin/2.2
origin/2.3
origin/2.4
origin/2.5
origin/2.6
origin/2.7
origin/2.8
origin/3.0
origin/3.1
origin/3.2
origin/HEAD
origin/expression-voter-optim
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
Core
/
Encoder
/
BCryptPasswordEncoderTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
use requires annotation
v2.3.36
Christian Flothmann
2015-12-22
1
-13
/
+9
*
skip bcrypt tests on incompatible platforms
Christian Flothmann
2015-12-19
1
-0
/
+13
*
[Security] Enable bcrypt validation and result length tests on all PHP versions
Jakub Zalas
2015-12-17
1
-6
/
+0
*
[Security] Verify if a password encoded with bcrypt is no longer than 72 char...
Jakub Zalas
2015-12-17
1
-2
/
+4
*
[ci] Fix tests requirements
Nicolas Grekas
2015-10-12
1
-11
/
+6
*
CS: Pre incrementation/decrementation should be used if possible
Gregor Harlan
2015-04-07
1
-1
/
+1
*
compare version using PHP_VERSION_ID
Christian Flothmann
2014-11-17
1
-1
/
+1
*
Merge branch '2.2' into 2.3
v2.3.6
Fabien Potencier
2013-10-10
1
-0
/
+17
|
\
|
*
[Security] limited the password length passed to encoders
v2.2.9
Fabien Potencier
2013-10-10
1
-0
/
+17
*
|
[Security] Disabled the BCryptPasswordEncoder tests for PHP versions lower th...
Jakub Zalas
2013-05-10
1
-0
/
+11
*
|
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