mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-28 02:29:51 -05:00
GOST disabled-by-default, also ldns tarball update with same change.
git-svn-id: file:///svn/unbound/trunk@2131 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
8d71f58837
commit
dd89196f9b
4 changed files with 7 additions and 13 deletions
11
configure
vendored
11
configure
vendored
|
|
@ -15223,16 +15223,7 @@ $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
|
||||
|
|
|
|||
|
|
@ -429,9 +429,10 @@ case "$enable_gost" in
|
|||
no)
|
||||
;;
|
||||
*) dnl default
|
||||
AC_CHECK_FUNC(EVP_PKEY_set_type_str, [
|
||||
use_gost="yes"
|
||||
AC_DEFINE([USE_GOST], [1], [Define this to enable GOST support.])])
|
||||
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.])])
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
2 June 2010: Wouter
|
||||
- Fix compile warning if compiled without threads.
|
||||
- updated ldns-tarball with current ldns svn (pre 1.6.5).
|
||||
- GOST disabled-by-default, the algorithm number is allocated but the
|
||||
RFC is still has to pass AUTH48 at the IETF.
|
||||
|
||||
1 June 2010: Wouter
|
||||
- Ignore Z flag in incoming messages too.
|
||||
|
|
|
|||
BIN
ldns-src.tar.gz
BIN
ldns-src.tar.gz
Binary file not shown.
Loading…
Reference in a new issue