summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorStefan Esser2014-06-09 10:37:10 +0200
committerStefan Esser2014-06-09 10:37:10 +0200
commitfb0f51e922b597a46d1065437f716c3179e5506c (patch)
tree5958576a1aa087c7bfbdf76c6ef632d261905bb6 /Changelog
parent83bf21540d308a740c8835c4c3a104a5d2f761c5 (diff)
Added various improvements to rand()/mt_rand() protection
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index fc55650..50759a8 100644
--- a/Changelog
+++ b/Changelog
@@ -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
82014-02-24 - 0.9.35 132014-02-24 - 0.9.35