0.2-beta |
|
More...
|
about 13 years ago
|
#42 Fix how we secure us against bad user data in the phpsec table name. |
|
More...
|
about 13 years ago
|
#42 Added documentation and done some general fixing. |
|
More...
|
about 13 years ago
|
#42 Check that table exists and that the structure is correct. |
|
More...
|
about 13 years ago
|
#42 Extract table name from config. |
|
More...
|
about 13 years ago
|
Fix docs for phpsecYubikey::verify() |
|
More...
|
about 13 years ago
|
Fixes link in documentation. |
|
More...
|
about 13 years ago
|
phpsecYubikey no longer considered experimental. Fixes #73. |
|
More...
|
about 13 years ago
|
Removes debug stuff from phpsecYubikey. |
|
More...
|
about 13 years ago
|
Fixes redundant spacing in phpsecYubikey. |
|
More...
|
about 13 years ago
|
Fixes #72. Document error codes returned by phpsecYubikey::verify(). |
|
More...
|
about 13 years ago
|
Fixes #74. phpsecYubikey::getResponse(): Number of attempts and timeout should be possible to configure. |
|
More...
|
about 13 years ago
|
Better documentation in phpsecYubikey. Fixes #71. |
|
More...
|
about 13 years ago
|
Fixes #76. phpsecYubikey::validOtp() to strict. |
|
More...
|
about 13 years ago
|
Fixes #75. phpsecYubikey::getYubikeyId() could retrive wrong ID |
|
More...
|
about 13 years ago
|
Fixed URL in user-agent string for the Yubikey client. |
|
More...
|
about 13 years ago
|
Added documentation and copyright. |
|
More...
|
about 13 years ago
|
Proper format of the documentation of the phpSec properites. |
|
More...
|
about 13 years ago
|
#42 Initial revision of the mySQL store handler. |
|
More...
|
about 13 years ago
|
Some updates to the documentation Fixes #56 Store: Define structure of array returned by listIds() Fixes #55 Store: Define structure of array returned by meta() |
|
More...
|
about 13 years ago
|
Fixes #50. Session handler: Use binary key to encrypt session data |
|
More...
|
about 13 years ago
|
Fixes typo. |
|
More...
|
about 13 years ago
|
Several improvements to phpsecPw. Fixed call to error method in phpsecPw::check() Use phpsec::arrayCheck() to check supplied data to phpsecPw::check() Use a binary salt. Fixes #51. |
|
More...
|
about 13 years ago
|
Removed the phpsecPw::age() method. This method is stupid, and requires much overhead in the salt. |
|
More...
|
about 13 years ago
|
Updates the phpSec manual link to point to the new phpseclib.com domain. |
|
More...
|
about 13 years ago
|
Added some documentation to the phpsec::arrayCheck() method. |
|
More...
|
about 13 years ago
|
#63 Check data passed to phpsecCrypt::decrypt() with phpsec::arrayCheck(). |
|
More...
|
about 13 years ago
|
Improvements to the phpsec::arrayCheck() method. No need to specify callback if we dont care about the contents. We can also specify what keys we don't want. |
|
More...
|
about 13 years ago
|
Fixes #62. Add method to check array. |
|
More...
|
about 13 years ago
|
Removes tests/ directory. Fixes #61. |
|
More...
|
about 13 years ago
|