diff options
| author | Stefan Esser | 2014-06-09 10:37:10 +0200 |
|---|---|---|
| committer | Stefan Esser | 2014-06-09 10:37:10 +0200 |
| commit | fb0f51e922b597a46d1065437f716c3179e5506c (patch) | |
| tree | 5958576a1aa087c7bfbdf76c6ef632d261905bb6 /Changelog | |
| parent | 83bf21540d308a740c8835c4c3a104a5d2f761c5 (diff) | |
Added various improvements to rand()/mt_rand() protection
Diffstat (limited to 'Changelog')
| -rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -3,6 +3,11 @@ | |||
| 3 | - Added better handling of non existing/non executable shell scripts | 3 | - Added better handling of non existing/non executable shell scripts |
| 4 | - Added protection against XSS/SQL/Other Injections through User-Agent HTTP header | 4 | - Added protection against XSS/SQL/Other Injections through User-Agent HTTP header |
| 5 | - Fix variable logging statistics outputting on every include - ticket: #37 | 5 | - Fix variable logging statistics outputting on every include - ticket: #37 |
| 6 | - Added more entropy from /dev/urandom to internal random seeding (64 bit => 256 bit) | ||
| 7 | - Added non initialized stack variables to random seeding | ||
| 8 | - Added php_win32_get_random_bytes for windows compatibility in random seeding | ||
| 9 | - Added suhosin.rand.seedingkey for INI supplied additional entropy string (idea DavisNT) | ||
| 10 | - Added suhosin.rand.reseed_every_request to allow reseeding on every request (idea DavisNT) | ||
| 6 | - Added LICENSE file to make distributions happy | 11 | - Added LICENSE file to make distributions happy |
| 7 | 12 | ||
| 8 | 2014-02-24 - 0.9.35 | 13 | 2014-02-24 - 0.9.35 |
