]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- GOST enabled if SSL is recent and ldns has GOST enabled too.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Sat, 10 Jul 2010 08:13:19 +0000 (08:13 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Sat, 10 Jul 2010 08:13:19 +0000 (08:13 +0000)
       - ldns tarball updated.

git-svn-id: file:///svn/unbound/trunk@2190 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
doc/Changelog
doc/README
ldns-src.tar.gz

index 9027c57c066d85371ef51d3517ace12c251ae249..21a60dee3549d95d4cf1835da756a9976510d1af 100755 (executable)
--- a/configure
+++ b/configure
@@ -15327,7 +15327,16 @@ $as_echo "#define USE_GOST 1" >>confdefs.h
        ;;
        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
index c321a0bcea54c3938a64325452df6a664a3f40c2..e72e28817776cd989403cd0b22a8655d37f77380 100644 (file)
@@ -448,10 +448,9 @@ case "$enable_gost" in
        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
 
index 4ecb2ab5570ee65fb259935b2fc99fac11f066d9..3056fc8417632d689f102ce139390322e205c866 100644 (file)
@@ -1,3 +1,7 @@
+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
index d044307d59ccbadd9e6a3a20de7665898869ae80..1cef9b2bab33dd92154f24828814b47c8f7195d3 100644 (file)
@@ -69,8 +69,8 @@ This software is under BSD license, see LICENSE for details.
        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.
index 173d26379466741d2404810cb99346f829340bb5..1285ea40358db0657b266339f8a63c7617e9e64a 100644 (file)
Binary files a/ldns-src.tar.gz and b/ldns-src.tar.gz differ