376. [bug] The server should always use good entropy when
performing cryptographic functions needing entropy.
+
+ 376. [bug] The server should always use good entropy when
+ performing cryptographic functions needing entropy.
+
375. [bug] Per-zone allow-query did not properly override the
view/global one for CNAME targets and additional
data [RT #220].
* SOFTWARE.
*/
-/* $Id: server.c,v 1.200.2.3 2000/07/26 23:20:15 bwelling Exp $ */
+/* $Id: server.c,v 1.200.2.4 2000/08/08 19:25:50 gson Exp $ */
#include <config.h>
ISC_R_NOMEMORY : ISC_R_SUCCESS,
"allocating reload event");
- CHECKFATAL(dst_lib_init(ns_g_mctx, ns_g_entropy, 0),
+ CHECKFATAL(dst_lib_init(ns_g_mctx, ns_g_entropy, ISC_ENTROPY_GOODONLY),
"initializing DST");
server->tkeyctx = NULL;