History log of /dokuwiki/vendor/composer/LICENSE (Results 1 – 2 of 2)
Revision Date Author Comments
# e0dd796d 31-Mar-2017 Andreas Gohr <andi@splitbrain.org>

updated random_compat library


# 7a33d2f8 20-Nov-2016 Niklas Keller <me@kelunik.com>

Use cryptographically secure pseudo random number generator (CSPRNG)

Uses paragonie/random_compat instead of insecure home-brewed code.

It's NEVER fine to fall back to mt_rand() for secure random.

Use cryptographically secure pseudo random number generator (CSPRNG)

Uses paragonie/random_compat instead of insecure home-brewed code.

It's NEVER fine to fall back to mt_rand() for secure random.

Fixes #1760.

show more ...