Skip to content

Tags: phil-davis/otp

Tags

2.6.2

Toggle 2.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ChristianRiesen#33 from fkooman/fix-hash-algos

fix sha256 and sha512

2.6.1

Toggle 2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ChristianRiesen#30 from fkooman/64b

fix 2038 support on 64 bit PHP >= 5.6.3

2.6.0

Toggle 2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ChristianRiesen#29 from steffenweber/patch-1

Fix encoding of special characters in the label

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ChristianRiesen#25 from fkooman/phpunit-update

support PHPUnit 5 and 6 as well

2.4.0

Toggle 2.4.0's commit message
Merge pull request ChristianRiesen#18 from fkooman/random_compat

use paragonie/random_compat

2.3.0

Toggle 2.3.0's commit message
Merge pull request ChristianRiesen#15 from mithodin/master

Add support for a time offset

2.2.0

Toggle 2.2.0's commit message
Add image to options for google authenticator url

Thanks to @SamuelDauzon for the idea.

2.1.0

Toggle 2.1.0's commit message
Merge pull request ChristianRiesen#12 from therealssj/hotp-counter

Add hotp counter window

2.0.0

Toggle 2.0.0's commit message
Adjust composer require for phpunit

1.4.3

Toggle 1.4.3's commit message
Add random_int with polyfill suggestions as default random generator

Not a BC. Just will use that first, if present. In PHP7 it's already part of the core, and the polyfill can be installed to take care of the rest. Always will fall back to the current methods. Fixes ChristianRiesen#8.

Thanks to @inanimatt for the suggestion.