Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fix PHP 5.3 array syntax in unittests | RobThree | 2017-02-17 | 1 | -5/+5 |
| | |||||
* | * Implemented ITimeProviders | RobThree | 2017-02-17 | 1 | -16/+71 |
| | |||||
* | * Redo #15 which somehow didn't merge... | RobThree | 2017-02-17 | 1 | -16/+0 |
| | |||||
* | * Added CSRNGProvider to requires in unittestfile.1.4 | RobThree | 2015-12-02 | 1 | -0/+1 |
| | |||||
* | * Added new (PHP7+) CSRNGProvider (uses random_bytes) | RobThree | 2015-12-02 | 1 | -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 unittests | RobThree | 2015-03-22 | 1 | -0/+64 |
| | | | | * Base32 decoding now allows for padding chars | ||||
* | * Unittest cleanup | RobThree | 2015-03-21 | 1 | -18/+23 |
| | |||||
* | * Tabs -> Spaces. Yep. | RobThree | 2015-03-21 | 1 | -92/+92 |
| | |||||
* | * Added known testvectors from RFC 6238 to unittests | RobThree | 2015-03-20 | 1 | -1/+38 |
| | |||||
* | * Added unittests + travis-ci yml | RobThree | 2015-03-20 | 1 | -0/+180 |