Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP\Security to PSR-4 | Roeland Jago Douma | 2016-05-18 | 1 | -83/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Use PHP polyfills | Lukas Reschke | 2015-12-11 | 1 | -5/+6 |
| | |||||
* | Use native CSPRNG if available | Lukas Reschke | 2015-11-09 | 1 | -3/+5 |
| | | | | Unfortunately only PHP 7… | ||||
* | Fix type annotation | Lukas Reschke | 2015-04-27 | 1 | -1/+1 |
| | | | | Obviously should be an int | ||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -0/+4 |
| | | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+18 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -17/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+17 |
| | |||||
* | URLEncode logout attribute | Lukas Reschke | 2015-02-13 | 1 | -2/+3 |
| | | | | Otherwise logout can fail if the requesttoken contains a + | ||||
* | Fix quoting | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Add test for the second argument | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Fix CHAR_SYMBOLS | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Add char consts, hash the specified password for the HMAC | Lukas Reschke | 2014-09-03 | 1 | -0/+8 |
| | |||||
* | Add some security utilities | Lukas Reschke | 2014-08-27 | 1 | -0/+53 |
This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this |