summaryrefslogtreecommitdiffstats
path: root/tests/TwoFactorAuthTest.php
Commit message (Collapse)AuthorAgeFilesLines
* * Fix PHP 5.3 array syntax in unittestsRobThree2017-02-171-5/+5
|
* * Implemented ITimeProvidersRobThree2017-02-171-16/+71
|
* * Redo #15 which somehow didn't merge...RobThree2017-02-171-16/+0
|
* * Added CSRNGProvider to requires in unittestfile.1.4RobThree2015-12-021-0/+1
|
* * Added new (PHP7+) CSRNGProvider (uses random_bytes)RobThree2015-12-021-7/+62
| | | | | | * Added a bunch basic of unittests for the RNG's * QRicketProvider and QRServerProvider now throw on invalid MIME-types * TwoFactorAuth now first tries to use CSRNGProvider before any of the other RNG providers
* * Added some base32 decoding-specific unittestsRobThree2015-03-221-0/+64
| | | | * Base32 decoding now allows for padding chars
* * Unittest cleanupRobThree2015-03-211-18/+23
|
* * Tabs -> Spaces. Yep.RobThree2015-03-211-92/+92
|
* * Added known testvectors from RFC 6238 to unittestsRobThree2015-03-201-1/+38
|
* * Added unittests + travis-ci ymlRobThree2015-03-201-0/+180