From: Ondřej Surý Date: Tue, 29 May 2018 18:40:34 +0000 (+0200) Subject: Add CHANGES entry. X-Git-Tag: v9.13.1~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3aed02e43c42e89f85242e758b43bee4de846c5;p=thirdparty%2Fbind9.git Add CHANGES entry. 4956. [func] Change isc_random() to be just PRNG using xoshiro128**, and add isc_nonce_buf() that uses CSPRNG. [GL #289] --- diff --git a/CHANGES b/CHANGES index 8f1dc433105..12d2fd6a949 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +4956. [func] Change isc_random() to be just PRNG using xoshiro128**, + and add isc_nonce_buf() that uses CSPRNG. [GL #289] + 4955. [cleanup] Silence cppcheck warnings in lib/dns/master.c. [GL #286]