unbound-1.5.10: make test failed

Hello,

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?

Andreas

(attachments)

unbound-1.5.10+my-openssl-1.1.x-autotrust_rollalgo.log (14.9 KB)

Hi Andreas,

Hello,

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.

Best regards, Wouter