summaryrefslogtreecommitdiff
path: root/inc/phpseclib/Math_BigInteger.php
Commit message (Collapse)AuthorAge
* Revert changes to phpseclib to previous commitMatt Perry2013-08-22
| | | | | | | | Michael Hamann commented in pull request #306 that phpseclib has not been adopted by the DokuWiki project. Therefore, the changes made to reduce the CodeSniffer violations should be reverted and the local copy of phpseclib should be excluded from CS checks. This commit reverts the previous changes and adds the appropriate exclusion rule.
* Fix CodeSniffer violationsMatt Perry2013-08-22
| | | | Change indentation to ensure code confirms to CodeSniffer rules.
* Fix CodeSniffer violationsMatt Perry2013-08-20
| | | | | Remove whitespace from end of lines to reduce the number of CodeSniffer violations.
* Add AES from phpseclib and use it for cookie encryptionMichael Hamann2013-07-30
This replaces the deprecated and broken Blowfish implementation that has previously been used and should provide a lot more security.