Skip to content

Make native PKCS#11 require dlopen() support

PKCS#11 support in BIND requires dlopen() support from the operating system and thus building with "--enable-native-pkcs11 --without-dlopen" should not be possible. Add an Autoconf check which enforces that constraint. Adjust the pairwise testing model accordingly.

Closes #2177 (closed)

Merge request reports