hanvinke
hanvinke
Could it be that the difference is not necessarily between GetDNS 1.5.2 and 1.6.0 but rather between Autotools/CMake? I don't know if it is related to this issue but when...
@jonathanunderwood It seems that in "/src/context.c" something is missing: static char const * const _getdns_default_tls_cipher_list = "EECDH+AESGCM:EECDH+CHACHA20"; static char const * const _getdns_default_tls_ciphersuites = "TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256"; @supersebbo I think it is...
In the hope that I can still contribute to this issue.... `openssl ciphers -ciphersuites val "TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:TLS_AES_128_CCM_SHA256"` returns the following error: Error setting TLSv1.3 ciphersuites 139647191721344:error:1426E0B9:SSL routines:ciphersuite_cb:no cipher match:ssl/ssl_ciph.c:1294: Then I...
And getdns_ext_event.pc seems to be called getdns.pc now.
When I try to build with Visual Studio under Windows there are also issues here. _"15>CMake Error at cmake_install.cmake:39 (file): 15> file INSTALL cannot find 15> "C:/Users/han/Downloads/Stubby/Release/getdns_static.lib": File exists."_ When...
My error. I thought I had gnutls-openssl (for Arch Linux) installed. But I had to remove it because pamac had recently issues with pacman Pacman v6.0.0. However now I am...
Seems some missing linking to the gmp library when building with gnutls enabled. Some useful code on the internet: [https://raw.githubusercontent.com/conan-io/conan-center-index/master/recipes/getdns/all/patches/1.6.0-0003-let-find-modules-use-pkgconfig.patch](url) .. > -# May need gmp library on Unix. >...
Hi. I am also using OpenWrt 19.07.6 with stubby/getdns/dnsmasq on my router. With *dig* (on Arch linux within *bind* package) I see no problems. I do not use *nslookup* because...
Directly from the router with nslookup a1g7wmxwoovxaz.iot.us-east-1.amazonaws.com: ;; Truncated, retrying in TCP mode. Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: Name: a1g7wmxwoovxaz.iot.us-east-1.amazonaws.com Address: 3.208.180.40 Name: a1g7wmxwoovxaz.iot.us-east-1.amazonaws.com Address: 34.205.151.123 Name: a1g7wmxwoovxaz.iot.us-east-1.amazonaws.com Address:...
When using *dig* directly on the router by installing *bind-dig* I get different results: First with nslookup: /etc/config$ nslookup a1g7wmxwoovxaz.iot.us-east-1.amazonaws.com 127.0.0.1#5453 nslookup: couldn't get address for '127.0.0.1#5453': not found /etc/config$...