cofyc / dnscrypt-wrapper

This is dnscrypt wrapper (server-side dnscrypt proxy), which helps to add dnscrypt support to any name resolver.
Other
533 stars 74 forks source link

FreeBSD 12 - No chacha support? #168

Open frankclaassens opened 5 years ago

frankclaassens commented 5 years ago

I'm running a server with FreeBSD 12.x. I compiled dnscrypt-wrapper from port /usr/ports/dns/dnscrypt-wrapper.

I can't see the "-x" option for generating chacha certificates. Is this not supported on FreeBSD? I tested this on my macos and I do have the "-x" option.

I tried this on a fresh FreeBSD 12.x installation with both latest OpenSSL and LibreSSL, but still no chacha support.

image

felix commented 4 years ago

I just submitted a patch to FreeBSD ports that fixes this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249506