mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- 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:
parent
6df29c32e4
commit
0066333685
5 changed files with 19 additions and 7 deletions
11
configure
vendored
11
configure
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
BIN
ldns-src.tar.gz
BIN
ldns-src.tar.gz
Binary file not shown.
Loading…
Reference in a new issue