Message-ID: Content-Transfer-Encoding: binary X-Mailer: MIME-tools 5.508 (Entity 5.508) X-RT-Interface: Web Date: Mon, 04 Dec 2017 09:54:18 +0000 Subject: check MD5 and SHA1 support at startup From: Francis_Dupont@isc.org Content-Type: text/plain; charset="utf-8" To: bind9-confidential@isc.org MIME-Version: 1.0 Content-Disposition: inline X-RT-Original-Encoding: utf-8 Content-Length: 314 To answer to issues like #46746 I propose to add a code in the startup of named which checks if MD5 (when not disabled at build time) and SHA1 is correctly statically supported. The real questions are: - should this be extended to more things? - should the be implemented by adding a new method to dst_func?