;;
no)
;;
- *) ;;
+ *) ac_fn_c_check_func "$LINENO" "EVP_PKEY_set_type_str" "ac_cv_func_EVP_PKEY_set_type_str"
+if test "x$ac_cv_func_EVP_PKEY_set_type_str" = x""yes; then :
+
+ use_gost="yes"
+
+$as_echo "#define USE_GOST 1" >>confdefs.h
+
+fi
+
+ ;;
esac
# check for libevent
no)
;;
*) dnl default
-dnl Disabled-by-default, RFC not ready.
-dnl AC_CHECK_FUNC(EVP_PKEY_set_type_str, [
-dnl use_gost="yes"
-dnl AC_DEFINE([USE_GOST], [1], [Define this to enable GOST support.])])
+ AC_CHECK_FUNC(EVP_PKEY_set_type_str, [
+ use_gost="yes"
+ AC_DEFINE([USE_GOST], [1], [Define this to enable GOST support.])])
;;
esac
+10 July 2010: Wouter
+ - GOST enabled if SSL is recent and ldns has GOST enabled too.
+ - ldns tarball updated.
+
9 July 2010: Wouter
- iana portlist updated.
- Fix validation of qtype DNSKEY when a key-cache entry exists but
Compile the python module that processes responses in the server.
* --disable-sha2
Disable support for RSASHA256 and RSASHA512 crypto.
- * --enable-gost
- Enable draft support for GOST crypto.
+ * --disable-gost
+ Disable support for GOST crypto, RFC 5933.
* 'make test' attempts to run a series of tests, depending on the support
programs that are installed.