Re: Compiling Unbound for algorithm 15 on Ubuntu 16.04

2017-12-07 Thread W.C.A. Wijngaards via Unbound-users
Hi Marco, The right way is to use openssl 1.1.1, but it is maybe not available. With libnettle, unbound has to compile --with-libunbound-only for it to work. But then you don't have the daemon. So that was not what you wanted, instead you wanted a very new openssl. You can compile

Compiling Unbound for algorithm 15 on Ubuntu 16.04

2017-12-07 Thread Marco Davids (SIDN) via Unbound-users
Hi, I'd like to enable support for algorithm 15 (ED25519) with Unbound on Ubuntu 16.04. Algo 16 (ED448) too, but that may not be possible. Apparently I need OpenSSL 1.1.1, which is not present on Ubuntu 16.04, or libnettle (as indicated on https://ed25519.nl/). So, I tried: ./configure