- GOST enabled if SSL is recent and ldns has GOST enabled too.

- ldns tarball updated.


git-svn-id: file:///svn/unbound/trunk@2190 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2010-07-10 08:13:19 +00:00
parent 6df29c32e4
commit 0066333685
5 changed files with 19 additions and 7 deletions

11
configure vendored
View file

@ -15327,7 +15327,16 @@ $as_echo "#define USE_GOST 1" >>confdefs.h
;; ;;
no) 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 esac
# check for libevent # check for libevent

View file

@ -448,10 +448,9 @@ case "$enable_gost" in
no) no)
;; ;;
*) dnl default *) dnl default
dnl Disabled-by-default, RFC not ready. AC_CHECK_FUNC(EVP_PKEY_set_type_str, [
dnl AC_CHECK_FUNC(EVP_PKEY_set_type_str, [ use_gost="yes"
dnl use_gost="yes" AC_DEFINE([USE_GOST], [1], [Define this to enable GOST support.])])
dnl AC_DEFINE([USE_GOST], [1], [Define this to enable GOST support.])])
;; ;;
esac esac

View 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 9 July 2010: Wouter
- iana portlist updated. - iana portlist updated.
- Fix validation of qtype DNSKEY when a key-cache entry exists but - Fix validation of qtype DNSKEY when a key-cache entry exists but

View 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. Compile the python module that processes responses in the server.
* --disable-sha2 * --disable-sha2
Disable support for RSASHA256 and RSASHA512 crypto. Disable support for RSASHA256 and RSASHA512 crypto.
* --enable-gost * --disable-gost
Enable draft support for GOST crypto. Disable support for GOST crypto, RFC 5933.
* 'make test' attempts to run a series of tests, depending on the support * 'make test' attempts to run a series of tests, depending on the support
programs that are installed. programs that are installed.

Binary file not shown.