I now manage to build unbound and compile it using my own version ob openssl-1.1.x as I do not have an other packaged version available.
unbound compile but makte test end with "testdata/autotrust_rollalgo.rpl failed"
I run ./testbound -p testdata/autotrust_rollalgo.rpl and attach the output.
May my openssl build be not compatible / missing a feature?
I now manage to build unbound and compile it using my own version ob openssl-1.1.x as I do not have an other packaged version available.
unbound compile but makte test end with "testdata/autotrust_rollalgo.rpl failed"
I run ./testbound -p testdata/autotrust_rollalgo.rpl and attach the output.
May my openssl build be not compatible / missing a feature?
That test uses the 'DSA' algorithm. The test rolls between algorithms
and I had to pick some. But openssl 1.1 does not offer the 'DSA'
algorithm. This causes the test to fail because the algorithm is not
understood.